org.opengis.style.portrayal
Interface AttributeValue

Show UML class diagram

@UML(identifier="PF_AttributeValue",
     specification=ISO_19117)
public interface AttributeValue

The AttributValue holds the value for an associated AttributeDefinition.

Since:
GeoAPI 2.2

Method Summary
 AttributeDefinition getDefinition()
          Gets the associated AttributeDefinition.
 Object getValue()
          Gets the value for the associated AttributeDefinition.
 

Method Detail

getValue

@UML(identifier="value",
     obligation=MANDATORY,
     specification=ISO_19117)
Object getValue()
Gets the value for the associated AttributeDefinition. This objact shall have the same Class as defined in the AttributeDefinition.

Returns:
Object

getDefinition

@UML(identifier="attributType",
     obligation=MANDATORY,
     specification=ISO_19117)
AttributeDefinition getDefinition()
Gets the associated AttributeDefinition.

Returns:
AttributDefinition


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