Uses of Interface
org.opengis.sld.CoverageConstraint

Packages that use CoverageConstraint
org.opengis.sld   
 

Uses of CoverageConstraint in org.opengis.sld
 

Methods in org.opengis.sld that return CoverageConstraint
 CoverageConstraint SLDFactory.createCoverageConstraint(String name, CoverageExtent extent)
          Create a coverage constraint.
 

Methods in org.opengis.sld that return types with arguments of type CoverageConstraint
 List<? extends CoverageConstraint> LayerCoverageConstraints.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.
 

Methods in org.opengis.sld with parameters of type CoverageConstraint
 Object SLDVisitor.visit(CoverageConstraint constraint, Object data)
          Called when accept is called on a coverage constraint.
 



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