org.opengis.style.portrayal
Interface ParameterSet

Show UML class diagram
All Superinterfaces:
Collection<AttributeValue>, Iterable<AttributeValue>

@UML(identifier="PF_ParameterSet",
     specification=ISO_19117)
public interface ParameterSet
extends Collection<AttributeValue>

A parameter set holds a list of actualparameter values. The actual values shall correspond to the formal parameters associated with the portrayal operation. ParameterSet has a label which is referred from the portrayal catalogue.

parameterset objects are used to predefine specific portrayal operations. The label could for example be "thick_red_line", where the parameter values are colour = RED, thickness = 5, brush= SOLID.

Since:
GeoAPI 2.2

Method Summary
 InternationalString getDescription()
          Returns a description of the parameter set.
 InternationalString getLabel()
          Label used for this parameter set.
 
Methods inherited from interface Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getLabel

@UML(identifier="label",
     obligation=OPTIONAL,
     specification=ISO_19117)
InternationalString getLabel()
Label used for this parameter set. This is a short human readable value.

Returns:

getDescription

@UML(identifier="description",
     obligation=OPTIONAL,
     specification=ISO_19117)
InternationalString getDescription()
Returns a description of the parameter set. It is a human readable value.

Returns:
InternationalString


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