Package com.luciad.format.gml32.model
Class TLcdGML32TemporalCRS
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.TLcdGML32TemporalCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115TemporalCRS
gml:TemporalCRS is a 1D coordinate reference system used for the recording of time.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thetemporalDatumelement.static final TLcdDataPropertyData property that maps to the choice between thetimeCSandusesTemporalCSelements.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 thetemporalDatumelement.Returns the value of the property that maps to the choice between thetimeCSandusesTemporalCSelements.voidSets the value of the property that maps to thetemporalDatumelement.voidSets the value of the property that maps to the choice between thetimeCSandusesTemporalCSelements.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
-
TIME_CS_USES_TEMPORAL_CS_PROPERTY
Data property that maps to the choice between thetimeCSandusesTemporalCSelements. The possible values for this property are instances of -
TEMPORAL_DATUM_PROPERTY
Data property that maps to thetemporalDatumelement. The possible values for this property are instances ofTLcdGML32TemporalDatumProperty.
-
-
Constructor Details
-
TLcdGML32TemporalCRS
public TLcdGML32TemporalCRS() -
TLcdGML32TemporalCRS
-
-
Method Details
-
getTimeCS_usesTemporalCS
Returns the value of the property that maps to the choice between thetimeCSandusesTemporalCSelements.The possible values for this property are instances of
- Returns:
- the value of the
TIME_CS_USES_TEMPORAL_CS_PROPERTYproperty.
-
setTimeCS_usesTemporalCS
Sets the value of the property that maps to the choice between thetimeCSandusesTemporalCSelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theTIME_CS_USES_TEMPORAL_CS_PROPERTYproperty.
-
getTemporalDatum
Returns the value of the property that maps to thetemporalDatumelement.gml:temporalDatum is an association role to the temporal datum used by this CRS.
- Returns:
- the value of the
TEMPORAL_DATUM_PROPERTYproperty. - See Also:
-
setTemporalDatum
Sets the value of the property that maps to thetemporalDatumelement.gml:temporalDatum is an association role to the temporal datum used by this CRS.
- Parameters:
aValue- the value to set for theTEMPORAL_DATUM_PROPERTYproperty.
-