Uses of Interface
org.geotools.api.style.Extent
- 
Packages that use Extent Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor 
- 
- 
Uses of Extent in org.geotools.api.styleMethods in org.geotools.api.style that return Extent Modifier and Type Method Description ExtentStyleFactory. createExtent(String name, String value)Creates a new extent.Extent[]FeatureTypeConstraint. getExtents()Methods in org.geotools.api.style with parameters of type Extent Modifier and Type Method Description FeatureTypeConstraintStyleFactory. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents)Creates a new feature type constraint.voidFeatureTypeConstraint. setExtents(Extent... extents)
- 
Uses of Extent in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Extent Modifier and Type Method Description ExtentExtentBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type Extent Modifier and Type Method Description ExtentBuilder<P>ExtentBuilder. reset(Extent extent)
- 
Uses of Extent in org.geotools.stylingClasses in org.geotools.styling that implement Extent Modifier and Type Class Description classExtentImplMethods in org.geotools.styling that return Extent Modifier and Type Method Description ExtentStyleFactoryImpl. createExtent(String name, String value)Extent[]FeatureTypeConstraintImpl. getExtents()Methods in org.geotools.styling with parameters of type Extent Modifier and Type Method Description FeatureTypeConstraintStyleFactoryImpl. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent[] extents)voidFeatureTypeConstraintImpl. setExtents(Extent[] extents)
- 
Uses of Extent in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return Extent Modifier and Type Method Description protected ExtentDuplicatingStyleVisitor. copy(Extent extent)protected Extent[]DuplicatingStyleVisitor. copy(Extent... extents)Methods in org.geotools.styling.visitor with parameters of type Extent Modifier and Type Method Description protected ExtentDuplicatingStyleVisitor. copy(Extent extent)protected Extent[]DuplicatingStyleVisitor. copy(Extent... extents)
 
-