org.opengis.coverage
Interface SurfaceValuePair

Show UML class diagram
All Superinterfaces:
GeometryValuePair

@UML(identifier="CV_SurfaceValuePair",
     specification=ISO_19123)
public interface SurfaceValuePair
extends GeometryValuePair

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

Since:
GeoAPI 2.1
Version:
ISO 19123:2004

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

Method Detail

getGeometry

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

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


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