org.opengis.sld
Interface LayerCoverageConstraints

Show UML class diagram
All Superinterfaces:
Constraints

@XmlElement(value="LayerCoverageConstraints")
public interface LayerCoverageConstraints
extends Constraints

A CoverageConstraint element is used to identify a coverage offering by a well-known name, using the CoverageName 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
 List<? extends CoverageConstraint> constraints()
          Any positive number of CoverageConstraints may be used to define the coverage data of a layer, though all CoverageConstraints in a UserLayer must come from the same WCS source.
 

Method Detail

constraints

@XmlElement(value="CoverageConstraint")
List<? extends CoverageConstraint> constraints()
Any positive number of CoverageConstraints may be used to define the coverage data of a layer, though all CoverageConstraints in a UserLayer must come from the same WCS source.


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.