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.style
Methods in org.geotools.api.style that return Extent Modifier and Type Method Description Extent
StyleFactory. 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 FeatureTypeConstraint
StyleFactory. createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent... extents)
Creates a new feature type constraint.void
FeatureTypeConstraint. setExtents(Extent... extents)
-
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
StyleFactoryImpl. createExtent(String name, String value)
Extent[]
FeatureTypeConstraintImpl. getExtents()
Methods in org.geotools.styling with parameters of type Extent Modifier and Type Method Description FeatureTypeConstraint
StyleFactoryImpl. createFeatureTypeConstraint(String featureTypeName, Filter filter, 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)
-