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 thedataSourceelement.TLcdGML31DynamicFeature.getDataSource()Returns the value of the property that maps to thedataSourceelement.TLcdGML31DynamicFeatureCollection.getDataSource()Returns the value of the property that maps to thedataSourceelement.TLcdGML31AbstractGML.getDescription()Returns the value of the property that maps to thedescriptionelement.TLcdGML31MovingObjectStatus.getStatus()Returns the value of the property that maps to thestatuselement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31StringOrRefModifier and TypeMethodDescriptionvoidTLcdGML31AbstractTimeSlice.setDataSource(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidTLcdGML31DynamicFeature.setDataSource(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidTLcdGML31DynamicFeatureCollection.setDataSource(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidTLcdGML31AbstractGML.setDescription(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedescriptionelement.voidTLcdGML31MovingObjectStatus.setStatus(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thestatuselement.