Package com.luciad.format.gml32.model
Class TLcdGML32GeodeticDatum
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.TLcdGML32AbstractDatum
com.luciad.format.gml32.model.TLcdGML32GeodeticDatum
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115GeodeticDatum
gml:GeodeticDatum is a geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere), or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theellipsoidelement.static final TLcdDataPropertyData property that maps to theprimeMeridianelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
ANCHOR_DEFINITION_PROPERTY, DOMAIN_OF_VALIDITY_PROPERTY, REALIZATION_EPOCH_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 theellipsoidelement.Returns the value of the property that maps to theprimeMeridianelement.voidsetEllipsoid(TLcdGML32Ellipsoid aValue) Sets the value of the property that maps to theellipsoidelement.voidSets the value of the property that maps to theprimeMeridianelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
getAnchorDefinition, getDomainOfValidity, getRealizationEpoch, getScope, setAnchorDefinition, setDomainOfValidity, setRealizationEpochMethods 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
-
PRIME_MERIDIAN_PROPERTY
Data property that maps to theprimeMeridianelement. The possible values for this property are instances ofTLcdGML32PrimeMeridianProperty. -
ELLIPSOID_PROPERTY
Data property that maps to theellipsoidelement. The possible values for this property are instances ofTLcdGML32EllipsoidProperty.
-
-
Constructor Details
-
TLcdGML32GeodeticDatum
public TLcdGML32GeodeticDatum() -
TLcdGML32GeodeticDatum
-
-
Method Details
-
getPrimeMeridian
Returns the value of the property that maps to theprimeMeridianelement.gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.
- Returns:
- the value of the
PRIME_MERIDIAN_PROPERTYproperty. - See Also:
-
setPrimeMeridian
Sets the value of the property that maps to theprimeMeridianelement.gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.
- Parameters:
aValue- the value to set for thePRIME_MERIDIAN_PROPERTYproperty.
-
getEllipsoid
Returns the value of the property that maps to theellipsoidelement.gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.
- Returns:
- the value of the
ELLIPSOID_PROPERTYproperty. - See Also:
-
setEllipsoid
Sets the value of the property that maps to theellipsoidelement.gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.
- Parameters:
aValue- the value to set for theELLIPSOID_PROPERTYproperty.
-