Uses of Interface
org.opengis.geometry.DirectPosition
Packages that use DirectPosition
Package
Description
Spatial representation information
(includes grid and vector representation).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of DirectPosition in org.opengis.geometry
Methods in org.opengis.geometry that return DirectPositionModifier and TypeMethodDescriptionEnvelope.getLowerCorner()
A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope
.Envelope.getUpperCorner()
A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope
. -
Uses of DirectPosition in org.opengis.geometry.coordinate
Methods in org.opengis.geometry.coordinate that return DirectPosition -
Uses of DirectPosition in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return DirectPositionModifier and TypeMethodDescriptionGCP.getGeographicCoordinates()
Geographic or map position of the control point, in either two or three dimensions. -
Uses of DirectPosition in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return DirectPositionModifier and TypeMethodDescriptionMathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
.Methods in org.opengis.referencing.operation with parameters of type DirectPositionModifier and TypeMethodDescriptionMathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.MathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
.