|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureTypeStyle | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of FeatureTypeStyle in org.geotools.styling |
---|
Subinterfaces of FeatureTypeStyle in org.geotools.styling | |
---|---|
interface |
FeatureTypeStyle
How to style a feature type. |
Classes in org.geotools.styling that implement FeatureTypeStyle | |
---|---|
class |
FeatureTypeStyleImpl
Implementation of Feature Type Style; care is taken to ensure everything is mutable. |
Methods in org.geotools.styling with parameters of type FeatureTypeStyle | |
---|---|
void |
NamedStyleImpl.addFeatureTypeStyle(FeatureTypeStyle type)
DOCUMENT ME! |
void |
NamedStyleImpl.setFeatureTypeStyles(FeatureTypeStyle[] types)
DOCUMENT ME! |
Method parameters in org.geotools.styling with type arguments of type FeatureTypeStyle | |
---|---|
Style |
StyleFactoryImpl.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
StyleImpl |
StyleFactoryImpl2.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
Style |
StyleFactory.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
Constructors in org.geotools.styling with parameters of type FeatureTypeStyle | |
---|---|
FeatureTypeStyleImpl(FeatureTypeStyle fts)
|
Uses of FeatureTypeStyle in org.opengis.style |
---|
Methods in org.opengis.style that return FeatureTypeStyle | |
---|---|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
Methods in org.opengis.style that return types with arguments of type FeatureTypeStyle | |
---|---|
List<? extends FeatureTypeStyle> |
Style.featureTypeStyles()
Returns a collection of feature type style. |
Methods in org.opengis.style with parameters of type FeatureTypeStyle | |
---|---|
Object |
StyleVisitor.visit(FeatureTypeStyle featureTypeStyle,
Object data)
Called when accept is called on a FetaureTypeStyle |
Method parameters in org.opengis.style with type arguments of type FeatureTypeStyle | |
---|---|
Style |
StyleFactory.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |