Uses of Class
com.luciad.format.gml31.model.TLcdGML31StringOrRef
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31StringOrRef in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionTLcdGML31AbstractTimeSlice.getDataSource()
Returns the value of the property that maps to thedataSource
element.TLcdGML31DynamicFeature.getDataSource()
Returns the value of the property that maps to thedataSource
element.TLcdGML31DynamicFeatureCollection.getDataSource()
Returns the value of the property that maps to thedataSource
element.TLcdGML31AbstractGML.getDescription()
Returns the value of the property that maps to thedescription
element.TLcdGML31MovingObjectStatus.getStatus()
Returns the value of the property that maps to thestatus
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31AbstractTimeSlice.setDataSource
(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSource
element.void
TLcdGML31DynamicFeature.setDataSource
(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSource
element.void
TLcdGML31DynamicFeatureCollection.setDataSource
(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSource
element.void
TLcdGML31AbstractGML.setDescription
(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedescription
element.void
TLcdGML31MovingObjectStatus.setStatus
(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thestatus
element.