org.opengis.sld
Interface CoverageExtent

Show UML class diagram

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

When used in a UserLayer, the CoverageExtent reference defines what coverage data is to be included in the layer and when used in a NamedLayer, it selects the data that are part of the named layer.

Since:
GeoAPI 2.2

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 String getTimePeriod()
          TimePeriod describes a subset corresponding to the specified time instants or intervals, expressed in an extended ISO 8601 syntax.
 List<RangeAxis> rangeAxis()
          RangeAxis describes a range subset defined by a constraining parameter.
 

Method Detail

rangeAxis

@XmlElement(value="RangeAxis")
List<RangeAxis> 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.

Returns:
List or null, only one between timeperiod or axis can be set.

getTimePeriod

@XmlElement(value="TimePeriod")
String getTimePeriod()
TimePeriod describes a subset corresponding to the specified time instants or intervals, expressed in an extended ISO 8601 syntax. Caution : the return type of this method may change.

Returns:
String or null, only one between timeperiod or axis can be set.

accept

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

Parameters:
visitor - the sld visitor


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