Uses of Interface
org.geotools.styling.Extent
-
Packages that use Extent Package Description org.geotools.brewer.styling.builder org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor -
-
Uses of Extent in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return Extent Modifier and Type Method Description Extent
ExtentBuilder. 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.styling
Classes in org.geotools.styling that implement Extent Modifier and Type Class Description class
ExtentImpl
Methods in org.geotools.styling that return Extent Modifier and Type Method Description Extent
StyleFactory. createExtent(String name, String value)
Creates a new extent.Extent
StyleFactoryImpl. createExtent(String name, String value)
Extent[]
FeatureTypeConstraint. getExtents()
Extent[]
FeatureTypeConstraintImpl. getExtents()
Methods in org.geotools.styling with parameters of type Extent Modifier and Type Method Description FeatureTypeConstraint
StyleFactory. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents)
Creates a new feature type constraint.FeatureTypeConstraint
StyleFactoryImpl. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent[] extents)
void
FeatureTypeConstraint. setExtents(Extent... extents)
void
FeatureTypeConstraintImpl. setExtents(Extent[] extents)
-
Uses of Extent in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Extent Modifier and Type Method Description protected Extent
DuplicatingStyleVisitor. 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 Extent
DuplicatingStyleVisitor. copy(Extent extent)
protected Extent[]
DuplicatingStyleVisitor. copy(Extent... extents)
-