Package com.luciad.format.gml32.model
Class TLcdGML32TemporalDatum
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.TLcdGML32TemporalDatumBase
com.luciad.format.gml32.model.TLcdGML32TemporalDatum
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115TemporalDatum
A gml:TemporalDatum defines the origin of a Temporal Reference System. This type omits the "anchorDefinition" and "realizationEpoch" elements and adds the "origin" element with the dateTime type.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theoriginelement.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 theoriginelement.voidsetOrigin(XMLGregorianCalendar aValue) Sets the value of the property that maps to theoriginelement.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
-
ORIGIN_PROPERTY
Data property that maps to theoriginelement. The possible values for this property are instances ofXMLGregorianCalendar.
-
-
Constructor Details
-
TLcdGML32TemporalDatum
public TLcdGML32TemporalDatum() -
TLcdGML32TemporalDatum
-
-
Method Details
-
getOrigin
Returns the value of the property that maps to theoriginelement.gml:origin is the date and time origin of this temporal datum.
- Returns:
- the value of the
ORIGIN_PROPERTYproperty.
-
setOrigin
Sets the value of the property that maps to theoriginelement.gml:origin is the date and time origin of this temporal datum.
- Parameters:
aValue- the value to set for theORIGIN_PROPERTYproperty.
-