org.opengis.sld
Interface RangeAxis
@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
getName
@XmlElement(value="Name")
String getName()
getValue
@XmlElement(value="Value")
String getValue()
accept
Object accept(SLDVisitor visitor,
Object extraData)
- calls the visit method of a SLDVisitor
- Parameters:
visitor - the sld visitor
Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.