org.opengis.coverage.grid.quadrilateral
Interface Grid

All Superinterfaces:
Grid

public interface Grid
extends Grid

Proposed extension of ISO Grid.


Method Summary
 GridPositioning getPositioning()
          Specified in ISO 19123 as a "partition" of an inheritance relation, the positioning facility is recast here as a composition association.
 GridValuesMatrix getValuation()
          Specified in ISO 19123 as a "partition" of an inheritance relation, the valuation facility is recast here as a composition association.
 
Methods inherited from interface Grid
getAxisNames, getCells, getDimension, getExtent, getIntersections
 

Method Detail

getValuation

GridValuesMatrix getValuation()
Specified in ISO 19123 as a "partition" of an inheritance relation, the valuation facility is recast here as a composition association. This increases clarity and eliminates the required multiple inheritance. The valuation association organizes the multi-dimensional grid into a linear sequence of values according to a limited number of specifiable schemes.


getPositioning

GridPositioning getPositioning()
Specified in ISO 19123 as a "partition" of an inheritance relation, the positioning facility is recast here as a composition association. This increases clarity and eliminates the required multiple inheritance. The positioning association shall link this grid with an object capable of transforming the grid coordinates into a representation in an external coordinate reference system. The associated object may be either a RectifiedGrid or a ReferenceableGrid, but shall not be only a GridPositioning object.



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