|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_GridGeometry", specification=OGC_01004) public interface GridGeometry
Describes the geometry and georeferencing information of the grid coverage. The grid range attribute determines the valid grid coordinates and allows for calculation of grid size. A grid coverage may or may not have georeferencing.
Method Summary | |
---|---|
GridEnvelope |
getGridRange()
The valid coordinate range of a grid coverage. |
MathTransform |
getGridToCRS()
Returns the conversion from grid coordinates to real world earth coordinates. |
Method Detail |
---|
@UML(identifier="gridRange", obligation=MANDATORY, specification=OGC_01004) GridEnvelope getGridRange()
@UML(identifier="gridToCoordinateSystem", obligation=MANDATORY, specification=OGC_01004) MathTransform getGridToCRS()
Coverage.getCoordinateReferenceSystem()
method
and maps to pixel center.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |