Uses of Interface
org.opengis.sld.RangeAxis

Packages that use RangeAxis
org.opengis.sld   
 

Uses of RangeAxis in org.opengis.sld
 

Methods in org.opengis.sld that return RangeAxis
 RangeAxis SLDFactory.createRangeAxis(String name, String value)
          Create a Range axis.
 

Methods in org.opengis.sld that return types with arguments of type RangeAxis
 List<RangeAxis> CoverageExtent.rangeAxis()
          RangeAxis describes a range subset defined by a constraining parameter.
 

Methods in org.opengis.sld with parameters of type RangeAxis
 Object SLDVisitor.visit(RangeAxis axi, Object data)
          Called when accept is called on a range axis.
 

Method parameters in org.opengis.sld with type arguments of type RangeAxis
 CoverageExtent SLDFactory.createCoverageExtent(List<RangeAxis> ranges)
          Create a coverage extent.
 



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