org.opengis.coverage.grid
Interface GridPointValuePair

Show UML class diagram
All Superinterfaces:
GeometryValuePair

@UML(identifier="CV_GridPointValuePair",
     specification=ISO_19123)
public interface GridPointValuePair
extends GeometryValuePair

A geometry value pair that has a grid point as the value of its geometry attribute.

Since:
GeoAPI 2.1

Method Summary
 GridPoint getGeometry()
          The grid point that is a member of this grid point-value pair.
 Record getValue()
          Holds the record of feature attribute values associated with the grid point.
 

Method Detail

getGeometry

@UML(identifier="geometry",
     obligation=MANDATORY,
     specification=ISO_19123)
GridPoint getGeometry()
The grid point that is a member of this grid point-value pair. It is one of the grid points linked to the grid value matrix through Grid.getIntersections().

Specified by:
getGeometry in interface GeometryValuePair
Returns:
The geometry member of the pair.

getValue

@UML(identifier="value",
     obligation=MANDATORY,
     specification=ISO_19123)
Record getValue()
Holds the record of feature attribute values associated with the grid point.

Specified by:
getValue in interface GeometryValuePair
Returns:
The value member of the pair.


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