|
||||||||||
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()
This inherited association from GridPositioning specifies the coordinate system into which this object transforms coordinates. |
GridCoordinates |
inverseTransformCoordinates(DirectPosition p)
Transforms from a direct position to the grid coordinates of the nearest grid point. |
DirectPosition |
transformCoordinates(GridCoordinates g)
Transforms the specified GridCoordinates to a location in an external CRS. |
Methods inherited from interface RectifiableGrid |
---|
convertCoordinates, getGridToCRS, inverseConvertCoordinates |
Methods inherited from interface GridPositioning |
---|
getGrid, getInverseOperation, getOperation |
Method Detail |
---|
@UML(identifier="CoordinateReferenceSystem", obligation=MANDATORY, specification=ISO_19123) CoordinateReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem
in interface GridPositioning
@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 |