Class TLcdGML32CoordinateSystemAxis
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115CoordinateSystemAxis,TLcdISO19115CoordinateSystemAxisAlt
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaxisAbbrevelement.static final TLcdDataPropertyData property that maps to theaxisDirectionelement.static final TLcdDataPropertyData property that maps to themaximumValueelement.static final TLcdDataPropertyData property that maps to theminimumValueelement.static final TLcdDataPropertyData property that maps to therangeMeaningelement.static final TLcdDataPropertyData property that maps to theuomattribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theaxisAbbrevelement.Returns the value of the property that maps to theaxisDirectionelement.Returns the value of the property that maps to themaximumValueelement.Returns the value of the property that maps to theminimumValueelement.Returns the value of the property that maps to therangeMeaningelement.getUom()Returns the value of the property that maps to theuomattribute.voidsetAxisAbbrev(TLcdGML32Code aValue) Sets the value of the property that maps to theaxisAbbrevelement.voidSets the value of the property that maps to theaxisDirectionelement.voidsetMaximumValue(Double aValue) Sets the value of the property that maps to themaximumValueelement.voidsetMinimumValue(Double aValue) Sets the value of the property that maps to theminimumValueelement.voidSets the value of the property that maps to therangeMeaningelement.voidSets the value of the property that maps to theuomattribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
UOM_PROPERTY
Data property that maps to theuomattribute. The possible values for this property are instances ofStringURI
-
AXIS_ABBREV_PROPERTY
Data property that maps to theaxisAbbrevelement. The possible values for this property are instances ofTLcdGML32Code. -
AXIS_DIRECTION_PROPERTY
Data property that maps to theaxisDirectionelement. The possible values for this property are instances ofTLcdGML32CodeWithAuthority. -
MINIMUM_VALUE_PROPERTY
Data property that maps to theminimumValueelement. The possible values for this property are instances ofDouble. -
MAXIMUM_VALUE_PROPERTY
Data property that maps to themaximumValueelement. The possible values for this property are instances ofDouble. -
RANGE_MEANING_PROPERTY
Data property that maps to therangeMeaningelement. The possible values for this property are instances ofTLcdGML32CodeWithAuthority.
-
-
Constructor Details
-
TLcdGML32CoordinateSystemAxis
public TLcdGML32CoordinateSystemAxis() -
TLcdGML32CoordinateSystemAxis
-
-
Method Details
-
getUom
Returns the value of the property that maps to theuomattribute.The possible values for this property are instances of
StringURI
The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.
- Returns:
- the value of the
UOM_PROPERTYproperty.
-
setUom
Sets the value of the property that maps to theuomattribute.The possible values for this property are instances of
StringURI
The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.
- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-
getAxisAbbrev
Returns the value of the property that maps to theaxisAbbrevelement.gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.
- Returns:
- the value of the
AXIS_ABBREV_PROPERTYproperty.
-
setAxisAbbrev
Sets the value of the property that maps to theaxisAbbrevelement.gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.
- Parameters:
aValue- the value to set for theAXIS_ABBREV_PROPERTYproperty.
-
getAxisDirection
Returns the value of the property that maps to theaxisDirectionelement.gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Returns:
- the value of the
AXIS_DIRECTION_PROPERTYproperty.
-
setAxisDirection
Sets the value of the property that maps to theaxisDirectionelement.gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Parameters:
aValue- the value to set for theAXIS_DIRECTION_PROPERTYproperty.
-
getMinimumValue
Returns the value of the property that maps to theminimumValueelement.The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
- Returns:
- the value of the
MINIMUM_VALUE_PROPERTYproperty.
-
setMinimumValue
Sets the value of the property that maps to theminimumValueelement.The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
- Parameters:
aValue- the value to set for theMINIMUM_VALUE_PROPERTYproperty.
-
getMaximumValue
Returns the value of the property that maps to themaximumValueelement.The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
- Returns:
- the value of the
MAXIMUM_VALUE_PROPERTYproperty.
-
setMaximumValue
Sets the value of the property that maps to themaximumValueelement.The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.
- Parameters:
aValue- the value to set for theMAXIMUM_VALUE_PROPERTYproperty.
-
getRangeMeaning
Returns the value of the property that maps to therangeMeaningelement.gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Returns:
- the value of the
RANGE_MEANING_PROPERTYproperty.
-
setRangeMeaning
Sets the value of the property that maps to therangeMeaningelement.gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Parameters:
aValue- the value to set for theRANGE_MEANING_PROPERTYproperty.
-