Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractTimePrimitive in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
The abstract supertype for temporal geometric primitives.class
A zero-dimensional geometric primitive that represents an identifiableposition
in time.class
A GML period acts as a one-dimensional geometric primitive that represents an identifiable extent in time, usually defined by two time positions or time instants.Modifier and TypeMethodDescriptionTLcdGML31TimePrimitiveProperty.getTimePrimitive()
Returns the value of the property that maps to the_TimePrimitive
element.TLcdGML31AbstractTimeSlice.getValidTime()
Returns the value of the property that maps to thevalidTime
element.TLcdGML31DynamicFeature.getValidTime()
Returns the value of the property that maps to thevalidTime
element.TLcdGML31DynamicFeatureCollection.getValidTime()
Returns the value of the property that maps to thevalidTime
element.TLcdGML31Observation.getValidTime()
Returns the value of the property that maps to thevalidTime
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31TimePrimitiveProperty.setTimePrimitive
(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to the_TimePrimitive
element.void
TLcdGML31AbstractTimeSlice.setValidTime
(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.void
TLcdGML31DynamicFeature.setValidTime
(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.void
TLcdGML31DynamicFeatureCollection.setValidTime
(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.void
TLcdGML31Observation.setValidTime
(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.