org.opengis.coverage
Interface PointValuePair

Show UML class diagram
All Superinterfaces:
GeometryValuePair

@UML(identifier="CV_PointValuePair",
     specification=ISO_19123)
public interface PointValuePair
extends GeometryValuePair

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

Since:
GeoAPI 2.1

Method Summary
 DomainObject<Point> getGeometry()
          The point that is a member of this point-value pair.
 
Methods inherited from interface GeometryValuePair
getValue
 

Method Detail

getGeometry

@UML(identifier="geometry",
     obligation=MANDATORY,
     specification=ISO_19123)
DomainObject<Point> getGeometry()
The point that is a member of this point-value pair.

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


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