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