|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String name,
String value)
|
Extent |
StyleFactory.createExtent(String name,
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(String featureTypeName,
Filter filter,
Extent[] extents)
|
FeatureTypeConstraint |
StyleFactory.createFeatureTypeConstraint(String featureTypeName,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |