org.opengis.coverage.grid.quadrilateral
Interface GridCoordinates

All Superinterfaces:
GridCoordinates

@Extension
public interface GridCoordinates
extends GridCoordinates

Proposed extension of ISO GridCoordinates.


Method Summary
 void loadCoordinateValues(int[] vals)
          This is a compromise method which loads the values of this GridCoordinates implementation into the array provided by the user.
 
Methods inherited from interface GridCoordinates
getCoordinateValue, getCoordinateValues, getDimension, setCoordinateValue
 

Method Detail

loadCoordinateValues

@Extension
void loadCoordinateValues(int[] vals)
This is a compromise method which loads the values of this GridCoordinates implementation into the array provided by the user. Use of this method should be encouraged by those desiring to access the grid coordinates as an array.



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.