@UML(identifier="CV_GridGeometry", specification=OGC_01004) public interface GridGeometry
Modifier and Type | Method and Description |
---|---|
GridEnvelope |
getGridRange()
The valid coordinate range of a grid coverage.
|
MathTransform |
getGridToCRS()
Returns the conversion from grid coordinates to real world earth coordinates.
|
@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.Copyright © 1996–2019 Geotools. All rights reserved.