Uses of Interface
org.opengis.geometry.DirectPosition
-
Packages that use DirectPosition Package Description 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).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.geometry Validators and test suites for theorg.opengis.geometry
package.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of DirectPosition in org.opengis.geometry
Methods in org.opengis.geometry that return DirectPosition Modifier and Type Method Description DirectPosition
Envelope. getLowerCorner()
A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope
.DirectPosition
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 Modifier and Type Method Description DirectPosition
Position. 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 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 Modifier and Type Method Description DirectPosition
MathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)
Transforms the specifiedptSrc
and stores the result inptDst
.Methods in org.opengis.referencing.operation with parameters of type DirectPosition Modifier and Type Method Description Matrix
MathTransform. derivative(DirectPosition point)
Gets the derivative of this transform at a point.DirectPosition
MathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)
Transforms the specifiedptSrc
and stores the result inptDst
. -
Uses of DirectPosition in org.opengis.test
Methods in org.opengis.test with parameters of type DirectPosition Modifier and Type Method Description void
ValidatorContainer. validate(DirectPosition object)
Tests the conformance of the given object.static void
Validators. validate(DirectPosition object)
Tests the conformance of the given object. -
Uses of DirectPosition in org.opengis.test.geometry
Methods in org.opengis.test.geometry with parameters of type DirectPosition Modifier and Type Method Description void
GeometryValidator. validate(DirectPosition object)
Validates the given position. -
Uses of DirectPosition in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement DirectPosition Modifier and Type Class Description (package private) class
SimpleDirectPosition
A trivial implementation ofDirectPosition
for internal usage byTransformTestCase
.Methods in org.opengis.test.referencing that return DirectPosition Modifier and Type Method Description DirectPosition
SimpleDirectPosition. getDirectPosition()
Returns the direct position.
-