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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theframe
attribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
RELATED_TIME_PROPERTY
Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
getRelatedTime
Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
FRAME_PROPERTY
Data property that maps to theframe
attribute. 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 theframe
attribute.- Returns:
- the value of the
FRAME_PROPERTY
property.
-
setFrame
Sets the value of the property that maps to theframe
attribute.- Parameters:
aValue
- the value to set for theFRAME_PROPERTY
property.
-