org.opengis.coverage
Interface AttributeValues

Show UML class diagram

@UML(identifier="CV_AttributeValues",
     specification=ISO_19123)
public interface AttributeValues

Represents an element from the range of the coverage.

Since:
GeoAPI 2.1
Version:
ISO 19123:2004
See Also:
Coverage.getRangeElements()

Method Summary
 Record getValues()
          Returns a record containing one value for each attribute, as specified in the coverage's range type.
 

Method Detail

getValues

@UML(identifier="values",
     obligation=MANDATORY,
     specification=ISO_19123)
Record getValues()
Returns a record containing one value for each attribute, as specified in the coverage's range type.

Examples:

Returns:
The value for each attribute.


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