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).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.geometry package.Validators and test suites for the
org.opengis.referencing package.-
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 specifiedptSrcand 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 specifiedptSrcand stores the result inptDst. -
Uses of DirectPosition in org.opengis.test
Methods in org.opengis.test with parameters of type DirectPositionModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(DirectPosition object) Tests the conformance of the given object.static voidValidators.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 DirectPositionModifier and TypeMethodDescriptionvoidGeometryValidator.validate(DirectPosition object) Validates the given position. -
Uses of DirectPosition in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement DirectPositionModifier and TypeClassDescription(package private) final classA trivial implementation ofDirectPositionfor internal usage byTransformTestCase.Methods in org.opengis.test.referencing that return DirectPositionModifier and TypeMethodDescriptionSimpleDirectPosition.getDirectPosition()Returns the direct position.