|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_ReferenceableGrid", specification=ISO_19123) public interface ReferenceableGrid
A grid whose relation with an external coordinate reference system is specified in another way than in terms of origin, orientation and spacing in that coordinate system. The transformation between grid and external coordinate system can be some analytical or non-analytical form.
RectifiedGrid
. Two ReferenceableGrids with
the same grid geometry and the same "gridToCRS" math transform exactly fitting on all
GridPoints.Method Summary | |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Returns the coordinate reference system to which this grid is referenceable. |
GridCoordinates |
inverseTransformCoordinates(DirectPosition p)
Transforms from a direct position to the grid coordinates of the nearest grid point. |
DirectPosition |
transformCoordinates(GridCoordinates g)
Transforms a grid coordinates to a direct position. |
Methods inherited from interface Grid |
---|
getAxisNames, getCells, getDimension, getExtent, getIntersections |
Method Detail |
---|
@UML(identifier="CoordinateReferenceSystem", obligation=MANDATORY, specification=ISO_19123) CoordinateReferenceSystem getCoordinateReferenceSystem()
@UML(identifier="coordTransform", obligation=MANDATORY, specification=ISO_19123) DirectPosition transformCoordinates(GridCoordinates g)
@UML(identifier="invCoordTransform", obligation=MANDATORY, specification=ISO_19123) GridCoordinates inverseTransformCoordinates(DirectPosition p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |