Package net.opengis.wmts.v_1
Interface DimensionType
- 
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- DimensionTypeImpl
 
 public interface DimensionType extends DescriptionType A representation of the model object 'Dimension Type'.The following features are supported: - See Also:
- wmtsv_1Package.getDimensionType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefault()Returns the value of the 'Default' attribute.CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.StringgetUnitSymbol()Returns the value of the 'Unit Symbol' attribute.DomainMetadataTypegetUOM()Returns the value of the 'UOM' containment reference.EList<String>getValue()Returns the value of the 'Value' attribute list.booleanisCurrent()Returns the value of the 'Current' attribute.booleanisSetCurrent()Returns whether the value of the 'Current' attribute is set.voidsetCurrent(boolean value)Sets the value of the 'Current' attribute.voidsetDefault(String value)Sets the value of the 'Default' attribute.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetUnitSymbol(String value)Sets the value of the 'Unit Symbol' attribute.voidsetUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.voidunsetCurrent()Unsets the value of the 'Current' attribute.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType getIdentifier() Returns the value of the 'Identifier' containment reference. A name of dimensional axis- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
- setIdentifier(CodeType),- wmtsv_1Package.getDimensionType_Identifier()
 
 - 
setIdentifiervoid setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
- getIdentifier()
 
 - 
getUOMDomainMetadataType getUOM() Returns the value of the 'UOM' containment reference. Units of measure of dimensional axis.- Returns:
- the value of the 'UOM' containment reference.
- See Also:
- setUOM(DomainMetadataType),- wmtsv_1Package.getDimensionType_UOM()
 
 - 
setUOMvoid setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference.- Parameters:
- value- the new value of the 'UOM' containment reference.
- See Also:
- getUOM()
 
 - 
getUnitSymbolString getUnitSymbol() Returns the value of the 'Unit Symbol' attribute. Symbol of the units.- Returns:
- the value of the 'Unit Symbol' attribute.
- See Also:
- setUnitSymbol(String),- wmtsv_1Package.getDimensionType_UnitSymbol()
 
 - 
setUnitSymbolvoid setUnitSymbol(String value) Sets the value of the 'Unit Symbol' attribute.- Parameters:
- value- the new value of the 'Unit Symbol' attribute.
- See Also:
- getUnitSymbol()
 
 - 
getDefaultString getDefault() Returns the value of the 'Default' attribute. Default value that will be used if a tile request does not specify a value or uses the keyword 'default'.- Returns:
- the value of the 'Default' attribute.
- See Also:
- setDefault(String),- wmtsv_1Package.getDimensionType_Default()
 
 - 
setDefaultvoid setDefault(String value) Sets the value of the 'Default' attribute.- Parameters:
- value- the new value of the 'Default' attribute.
- See Also:
- getDefault()
 
 - 
isCurrentboolean isCurrent() Returns the value of the 'Current' attribute. A value of 1 (or 'true') indicates (a) that temporal data are normally kept current and (b) that the request value of this dimension accepts the keyword 'current'.- Returns:
- the value of the 'Current' attribute.
- See Also:
- isSetCurrent(),- unsetCurrent(),- setCurrent(boolean),- wmtsv_1Package.getDimensionType_Current()
 
 - 
setCurrentvoid setCurrent(boolean value) Sets the value of the 'Current' attribute.- Parameters:
- value- the new value of the 'Current' attribute.
- See Also:
- isSetCurrent(),- unsetCurrent(),- isCurrent()
 
 - 
unsetCurrentvoid unsetCurrent() Unsets the value of the 'Current' attribute.- See Also:
- isSetCurrent(),- isCurrent(),- setCurrent(boolean)
 
 - 
isSetCurrentboolean isSetCurrent() Returns whether the value of the 'Current' attribute is set.- Returns:
- whether the value of the 'Current' attribute is set.
- See Also:
- unsetCurrent(),- isCurrent(),- setCurrent(boolean)
 
 - 
getValueEList<String> getValue() Returns the value of the 'Value' attribute list. The list contents are of typeString. Available value for this dimension.- Returns:
- the value of the 'Value' attribute list.
- See Also:
- wmtsv_1Package.getDimensionType_Value()
 
 
- 
 
-