Uses of Interface
org.opengis.geometry.DirectPosition

Packages that use DirectPosition
org.opengis.geometry   
org.opengis.geometry.coordinate   
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
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
 DirectPosition Envelope.getLowerCorner()
          A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
 DirectPosition Envelope.getUpperCorner()
          A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
 

Uses of DirectPosition in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return DirectPosition
 DirectPosition Position.getDirectPosition()
          Returns the direct position.
 

Uses of DirectPosition in org.opengis.metadata.spatial
 

Methods in org.opengis.metadata.spatial that return DirectPosition
 DirectPosition GCP.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
 DirectPosition MathTransform.transform(DirectPosition ptSrc, DirectPosition ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 

Methods in org.opengis.referencing.operation with parameters of type DirectPosition
 Matrix MathTransform.derivative(DirectPosition point)
          Gets the derivative of this transform at a point.
 DirectPosition MathTransform.transform(DirectPosition ptSrc, DirectPosition ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.