Uses of Interface
org.opengis.geometry.DirectPosition
- 
Packages that use DirectPosition Package Description org.opengis.geometry org.opengis.geometry.coordinate org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). - 
- 
Uses of DirectPosition in org.opengis.geometry
Methods in org.opengis.geometry that return DirectPosition Modifier and Type Method Description DirectPositionEnvelope. getLowerCorner()The limits in the direction of decreasing coordinate values for each dimension.DirectPositionEnvelope. getUpperCorner()The limits in the direction of increasing coordinate values for each dimension. - 
Uses of DirectPosition in org.opengis.geometry.coordinate
Methods in org.opengis.geometry.coordinate that return DirectPosition Modifier and Type Method Description DirectPositionPosition. getDirectPosition()Returns the direct position. - 
Uses of DirectPosition in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return DirectPosition Modifier and Type Method Description DirectPositionGCP. 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 DirectPosition Modifier and Type Method Description DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst.Methods in org.opengis.referencing.operation with parameters of type DirectPosition Modifier and Type Method Description MatrixMathTransform. derivative(DirectPosition point)Gets the derivative of this transform at a point.DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst. 
 -