Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractTimePrimitive
Packages that use 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
Subclasses of TLcdGML31AbstractTimePrimitive in com.luciad.format.gml31.modelModifier 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.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractTimePrimitiveModifier 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.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractTimePrimitiveModifier 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.