org.opengis.coverage
Interface AttributeValues


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

Represents an element from the range of the coverage.

See Also:
Coverage.getRangeElements()
TODO:
Do we really need this interface, since it contains only one attribute?

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:



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