Uses of Interface
org.geotools.styling.Extent

Packages that use Extent
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of Extent in org.geotools.styling
 

Classes in org.geotools.styling that implement Extent
 class ExtentImpl
           
 

Methods in org.geotools.styling that return Extent
 Extent StyleFactoryImpl.createExtent(java.lang.String name, java.lang.String value)
           
 Extent StyleFactory.createExtent(java.lang.String name, java.lang.String value)
          Creates a new extent.
 Extent[] FeatureTypeConstraintImpl.getExtents()
           
 Extent[] FeatureTypeConstraint.getExtents()
           
 

Methods in org.geotools.styling with parameters of type Extent
 FeatureTypeConstraint StyleFactoryImpl.createFeatureTypeConstraint(java.lang.String featureTypeName, org.opengis.filter.Filter filter, Extent[] extents)
           
 FeatureTypeConstraint StyleFactory.createFeatureTypeConstraint(java.lang.String featureTypeName, org.opengis.filter.Filter filter, Extent[] extents)
          Creates a new feature type constraint.
 void FeatureTypeConstraintImpl.setExtents(Extent[] extents)
           
 void FeatureTypeConstraint.setExtents(Extent[] extents)
           
 

Uses of Extent in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return Extent
 Extent ExtentBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type Extent
 ExtentBuilder<P> ExtentBuilder.reset(Extent extent)
           
 

Uses of Extent in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Extent
protected  Extent DuplicatingStyleVisitor.copy(Extent extent)
           
protected  Extent[] DuplicatingStyleVisitor.copy(Extent[] extents)
           
 

Methods in org.geotools.styling.visitor with parameters of type Extent
protected  Extent DuplicatingStyleVisitor.copy(Extent extent)
           
protected  Extent[] DuplicatingStyleVisitor.copy(Extent[] extents)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.