Method Summary |
|
public Point | getCenterPoint() Earth location in the coordinate system defined by the Spatial Reference System
and the grid coordinate of the cell halfway between opposite ends of the grid in the
spatial dimensions. |
public InternationalString | getCheckPointDescription() Description of geographic position points used to test the accuracy of the
georeferenced grid data. |
public synchronized List | getCornerPoints() Earth location in the coordinate system defined by the Spatial Reference System
and the grid coordinate of the cells at opposite ends of grid coverage along two
diagonals in the grid spatial dimensions. |
public PixelOrientation | getPointInPixel() Point in a pixel corresponding to the Earth location of the pixel. |
public InternationalString | getTransformationDimensionDescription() Description of the information about which grid dimensions are the spatial dimensions. |
public synchronized Collection | getTransformationDimensionMapping() Information about which grid dimensions are the spatial dimensions. |
public boolean | isCheckPointAvailable() Indication of whether or not geographic position points are available to test the
accuracy of the georeferenced grid data. |
public synchronized void | setCenterPoint(Point newValue) Set the center point. |
public synchronized void | setCheckPointAvailable(boolean newValue) Set indication of whether or not geographic position points are available to test the
accuracy of the georeferenced grid data. |
public synchronized void | setCheckPointDescription(InternationalString newValue) Set the description of geographic position points used to test the accuracy of the
georeferenced grid data. |
public synchronized void | setCornerPoints(List newValues) Set the corner points. |
public synchronized void | setPointInPixel(PixelOrientation newValue) Set the point in a pixel corresponding to the Earth location of the pixel. |
public synchronized void | setTransformationDimensionDescription(InternationalString newValue) Set the description of the information about which grid dimensions are the spatial dimensions. |
public synchronized void | setTransformationDimensionMapping(Collection newValues) Set information about which grid dimensions are the spatial dimensions. |