Uses of Class
com.luciad.format.gml31.model.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
Modifier 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.Modifier and TypeMethodDescriptionTLcdGML31Envelope.getPos()
Gets the value of thePOS_PROPERTY
property.Modifier 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.