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 thelocationelement.TLcdGML31Envelope.getLowerCorner()Gets the value of theLOWER_CORNER_PROPERTYproperty.TLcdGML31Envelope.getUpperCorner()Gets the value of theUPPER_CORNER_PROPERTYproperty.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31DirectPositionModifier and TypeMethodDescriptionTLcdGML31Envelope.getPos()Gets the value of thePOS_PROPERTYproperty.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31DirectPositionModifier and TypeMethodDescriptionvoidTLcdGML31AffinePlacement.setLocation(TLcdGML31DirectPosition aValue) Sets the value of the property that maps to thelocationelement.voidTLcdGML31Envelope.setLowerCorner(TLcdGML31DirectPosition aValue) Sets the value of theLOWER_CORNER_PROPERTYproperty.voidTLcdGML31Envelope.setUpperCorner(TLcdGML31DirectPosition aValue) Sets the value of theUPPER_CORNER_PROPERTYproperty.