Class TLcdGML32AbstractDatum
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32EngineeringDatum,TLcdGML32GeodeticDatum,TLcdGML32ImageDatum,TLcdGML32TemporalDatumBase,TLcdGML32VerticalDatum,TLcdISO19115DatumAlt
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theanchorDefinitionelement.static final TLcdDataPropertyData property that maps to thedomainOfValidityelement.static final TLcdDataPropertyData property that maps to therealizationEpochelement.static final TLcdDataPropertyData property that maps to thescopeelement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theanchorDefinitionelement.Returns the value of the property that maps to thedomainOfValidityelement.Returns the value of the property that maps to therealizationEpochelement.getScope()Returns the value of the property that maps to thescopeelement.voidsetAnchorDefinition(TLcdGML32Code aValue) Sets the value of the property that maps to theanchorDefinitionelement.voidSets the value of the property that maps to thedomainOfValidityelement.voidSets the value of the property that maps to therealizationEpochelement.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
-
DOMAIN_OF_VALIDITY_PROPERTY
Data property that maps to thedomainOfValidityelement. The possible values for this property are instances ofTLcdGML32DomainOfValidity. -
SCOPE_PROPERTY
Data property that maps to thescopeelement. The possible values for this property are instances ofList<String>. -
ANCHOR_DEFINITION_PROPERTY
Data property that maps to theanchorDefinitionelement. The possible values for this property are instances ofTLcdGML32Code. -
REALIZATION_EPOCH_PROPERTY
Data property that maps to therealizationEpochelement. The possible values for this property are instances ofXMLGregorianCalendar.
-
-
Constructor Details
-
TLcdGML32AbstractDatum
public TLcdGML32AbstractDatum() -
TLcdGML32AbstractDatum
-
-
Method Details
-
getDomainOfValidity
Returns the value of the property that maps to thedomainOfValidityelement.The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- Returns:
- the value of the
DOMAIN_OF_VALIDITY_PROPERTYproperty.
-
setDomainOfValidity
Sets the value of the property that maps to thedomainOfValidityelement.The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- Parameters:
aValue- the value to set for theDOMAIN_OF_VALIDITY_PROPERTYproperty.
-
getScope
Returns the value of the property that maps to thescopeelement.The gml:scope property provides a description of the usage, or limitations of usage, for which this CRS-related object is valid. If unknown, enter "not known".
- Returns:
- the value of the
SCOPE_PROPERTYproperty.
-
getAnchorDefinition
Returns the value of the property that maps to theanchorDefinitionelement.gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth. Also known as the "origin", especially for engineering and image datums. The codeSpace attribute may be used to reference a source of more detailed on this point or surface, or on a set of such descriptions. - For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have been averaged for these points, and the averages adopted as the datum definition. - For an engineering datum, the anchor definition may be a physical point, or it may be a point with defined coordinates in another CRS.may - For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. - For a temporal datum, this attribute is not defined. Instead of the anchor definition, a temporal datum carries a separate time origin of type DateTime.
- Returns:
- the value of the
ANCHOR_DEFINITION_PROPERTYproperty.
-
setAnchorDefinition
Sets the value of the property that maps to theanchorDefinitionelement.gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth. Also known as the "origin", especially for engineering and image datums. The codeSpace attribute may be used to reference a source of more detailed on this point or surface, or on a set of such descriptions. - For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have been averaged for these points, and the averages adopted as the datum definition. - For an engineering datum, the anchor definition may be a physical point, or it may be a point with defined coordinates in another CRS.may - For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. - For a temporal datum, this attribute is not defined. Instead of the anchor definition, a temporal datum carries a separate time origin of type DateTime.
- Parameters:
aValue- the value to set for theANCHOR_DEFINITION_PROPERTYproperty.
-
getRealizationEpoch
Returns the value of the property that maps to therealizationEpochelement.gml:realizationEpoch is the time after which this datum definition is valid. See ISO 19111 Table 32 for details.
- Returns:
- the value of the
REALIZATION_EPOCH_PROPERTYproperty.
-
setRealizationEpoch
Sets the value of the property that maps to therealizationEpochelement.gml:realizationEpoch is the time after which this datum definition is valid. See ISO 19111 Table 32 for details.
- Parameters:
aValue- the value to set for theREALIZATION_EPOCH_PROPERTYproperty.
-