Uses of Class
com.luciad.format.gml31.model.TLcdGML31DirectPosition
Packages that use TLcdGML31DirectPosition
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31DirectPosition in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return TLcdGML31DirectPositionModifier and TypeMethodDescriptionTLcdGML31DirectPosition.clone()
TLcdGML31AffinePlacement.getLocation()
Returns the value of the property that maps to thelocation
element.TLcdGML31Envelope.getLowerCorner()
Gets the value of theLOWER_CORNER_PROPERTY
property.TLcdGML31Envelope.getUpperCorner()
Gets the value of theUPPER_CORNER_PROPERTY
property.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31DirectPositionModifier and TypeMethodDescriptionTLcdGML31Envelope.getPos()
Gets the value of thePOS_PROPERTY
property.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31DirectPositionModifier and TypeMethodDescriptionvoid
TLcdGML31AffinePlacement.setLocation
(TLcdGML31DirectPosition aValue) Sets the value of the property that maps to thelocation
element.void
TLcdGML31Envelope.setLowerCorner
(TLcdGML31DirectPosition aValue) Sets the value of theLOWER_CORNER_PROPERTY
property.void
TLcdGML31Envelope.setUpperCorner
(TLcdGML31DirectPosition aValue) Sets the value of theUPPER_CORNER_PROPERTY
property.