Uses of Class
com.luciad.format.gml32.model.TLcdGML32DirectPosition
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32DirectPosition in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
For some applications the components of the position may be adjusted to yield a unit vector.Modifier and TypeMethodDescriptionTLcdGML32DirectPosition.clone()
TLcdGML32AffinePlacement.getLocation()
Returns the value of the property that maps to thelocation
element.TLcdGML32Envelope.getLowerCorner()
Gets the value of theLOWER_CORNER_PROPERTY
property.TLcdGML32Envelope.getUpperCorner()
Gets the value of theUPPER_CORNER_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdGML32Envelope.getPos()
Gets the value of thePOS_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdGML32AffinePlacement.setLocation
(TLcdGML32DirectPosition aValue) Sets the value of the property that maps to thelocation
element.void
TLcdGML32Envelope.setLowerCorner
(TLcdGML32DirectPosition aValue) Sets the value of theLOWER_CORNER_PROPERTY
property.void
TLcdGML32Envelope.setUpperCorner
(TLcdGML32DirectPosition aValue) Sets the value of theUPPER_CORNER_PROPERTY
property.