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 TypeClassDescriptionclassThe abstract supertype for temporal geometric primitives.classA zero-dimensional geometric primitive that represents an identifiablepositionin time.classA 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_TimePrimitiveelement.TLcdGML31AbstractTimeSlice.getValidTime()Returns the value of the property that maps to thevalidTimeelement.TLcdGML31DynamicFeature.getValidTime()Returns the value of the property that maps to thevalidTimeelement.TLcdGML31DynamicFeatureCollection.getValidTime()Returns the value of the property that maps to thevalidTimeelement.TLcdGML31Observation.getValidTime()Returns the value of the property that maps to thevalidTimeelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractTimePrimitiveModifier and TypeMethodDescriptionvoidTLcdGML31TimePrimitiveProperty.setTimePrimitive(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to the_TimePrimitiveelement.voidTLcdGML31AbstractTimeSlice.setValidTime(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.voidTLcdGML31DynamicFeature.setValidTime(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.voidTLcdGML31DynamicFeatureCollection.setValidTime(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.voidTLcdGML31Observation.setValidTime(TLcdGML31AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.