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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefault()
Returns the value of the 'Default' attribute.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.String
getUnitSymbol()
Returns the value of the 'Unit Symbol' attribute.DomainMetadataType
getUOM()
Returns the value of the 'UOM' containment reference.EList<String>
getValue()
Returns the value of the 'Value' attribute list.boolean
isCurrent()
Returns the value of the 'Current' attribute.boolean
isSetCurrent()
Returns whether the value of the 'Current
' attribute is set.void
setCurrent(boolean value)
Sets the value of the 'Current
' attribute.void
setDefault(String value)
Sets the value of the 'Default
' attribute.void
setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.void
setUnitSymbol(String value)
Sets the value of the 'Unit Symbol
' attribute.void
setUOM(DomainMetadataType value)
Sets the value of the 'UOM
' containment reference.void
unsetCurrent()
Unsets the value of the 'Current
' attribute.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getIdentifier
CodeType 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()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
getUOM
DomainMetadataType 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()
-
setUOM
void setUOM(DomainMetadataType value)
Sets the value of the 'UOM
' containment reference.- Parameters:
value
- the new value of the 'UOM' containment reference.- See Also:
getUOM()
-
getUnitSymbol
String 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()
-
setUnitSymbol
void setUnitSymbol(String value)
Sets the value of the 'Unit Symbol
' attribute.- Parameters:
value
- the new value of the 'Unit Symbol' attribute.- See Also:
getUnitSymbol()
-
getDefault
String 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()
-
setDefault
void setDefault(String value)
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
getDefault()
-
isCurrent
boolean 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()
-
setCurrent
void setCurrent(boolean value)
Sets the value of the 'Current
' attribute.- Parameters:
value
- the new value of the 'Current' attribute.- See Also:
isSetCurrent()
,unsetCurrent()
,isCurrent()
-
unsetCurrent
void unsetCurrent()
Unsets the value of the 'Current
' attribute.- See Also:
isSetCurrent()
,isCurrent()
,setCurrent(boolean)
-
isSetCurrent
boolean 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)
-
getValue
EList<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()
-
-