Package com.luciad.format.gml32.model
Class TLcdGML32GeodeticCRS
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32IdentifiedObject
com.luciad.format.gml32.model.TLcdGML32AbstractCRS
com.luciad.format.gml32.model.TLcdGML32GeodeticCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115GeodeticCRS
gml:GeodeticCRS is a coordinate reference system based on a geodetic datum.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements.static final TLcdDataPropertyData property that maps to thegeodeticDatumelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCRS
DOMAIN_OF_VALIDITY_PROPERTY, SCOPE_PROPERTYFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements.Returns the value of the property that maps to thegeodeticDatumelement.voidsetCoordinateSystem(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements.voidSets the value of the property that maps to thegeodeticDatumelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCRS
getDomainOfValidity, getScopeMethods 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
-
COORDINATE_SYSTEM_PROPERTY
Data property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements. The possible values for this property are instances of -
GEODETIC_DATUM_PROPERTY
Data property that maps to thegeodeticDatumelement. The possible values for this property are instances ofTLcdGML32GeodeticDatumProperty.
-
-
Constructor Details
-
TLcdGML32GeodeticCRS
public TLcdGML32GeodeticCRS() -
TLcdGML32GeodeticCRS
-
-
Method Details
-
getCoordinateSystem
Returns the value of the property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements.The possible values for this property are instances of
- Returns:
- the value of the
COORDINATE_SYSTEM_PROPERTYproperty.
-
setCoordinateSystem
Sets the value of the property that maps to the choice between theellipsoidalCSandcartesianCSandsphericalCSelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theCOORDINATE_SYSTEM_PROPERTYproperty.
-
getGeodeticDatum
Returns the value of the property that maps to thegeodeticDatumelement.gml:geodeticDatum is an association role to the geodetic datum used by this CRS.
- Returns:
- the value of the
GEODETIC_DATUM_PROPERTYproperty. - See Also:
-
setGeodeticDatum
Sets the value of the property that maps to thegeodeticDatumelement.gml:geodeticDatum is an association role to the geodetic datum used by this CRS.
- Parameters:
aValue- the value to set for theGEODETIC_DATUM_PROPERTYproperty.
-