Package com.luciad.format.gml31.model
Class TLcdGML31AbstractTimeGeometricPrimitive
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractTimeObject
com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
com.luciad.format.gml31.model.TLcdGML31AbstractTimeGeometricPrimitive
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31TimeInstant,TLcdGML31TimePeriod
The abstract supertype for temporal geometric primitives.
A temporal geometry must be associated with a temporal reference system via URI.
The Gregorian calendar with UTC is the default reference system, following ISO
8601. Other reference systems in common use include the GPS calendar and the
Julian calendar.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theframeattribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
RELATED_TIME_PROPERTYFields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
getRelatedTimeMethods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
FRAME_PROPERTY
Data property that maps to theframeattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdGML31AbstractTimeGeometricPrimitive
public TLcdGML31AbstractTimeGeometricPrimitive() -
TLcdGML31AbstractTimeGeometricPrimitive
-
-
Method Details
-
getFrame
Returns the value of the property that maps to theframeattribute.- Returns:
- the value of the
FRAME_PROPERTYproperty.
-
setFrame
Sets the value of the property that maps to theframeattribute.- Parameters:
aValue- the value to set for theFRAME_PROPERTYproperty.
-