org.opengis.sld
Interface RangeAxis

Show UML class diagram

@XmlElement(value="RangeAxis")
public interface RangeAxis

RangeAxis describes a range subset defined by a constraining parameter. The name of that parameter matches the name of an AxisDescription element in the range set description of the selected coverage offering. The value is one of the acceptable values defined in the corresponding AxisDescription element.

Since:
GeoAPI 2.2
Version:
Implementation specification 1.1.0

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 String getName()
           
 String getValue()
           
 

Method Detail

getName

@XmlElement(value="Name")
String getName()

getValue

@XmlElement(value="Value")
String getValue()

accept

@Extension
Object accept(SLDVisitor visitor,
                        Object extraData)
calls the visit method of a SLDVisitor

Parameters:
visitor - the sld visitor


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