|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureStyle | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.display.canvas | Canvas for features and its layers. |
org.opengis.layer | Basic unit of geographic information that may be requested as a map from a server. |
org.opengis.sld | Allows user-defined symbolization of feature data. |
Uses of FeatureStyle in org.opengis.feature |
---|
Methods in org.opengis.feature that return FeatureStyle | |
---|---|
FeatureStyle |
FeatureStore.getDefaultStyle(GenericName type)
Deprecated. If the feature store wants to provide a default style for the given type, it may return something here. |
Uses of FeatureStyle in org.opengis.feature.display.canvas |
---|
Methods in org.opengis.feature.display.canvas that return FeatureStyle | |
---|---|
FeatureStyle |
FeatureLayer.getStyle()
Returns the style to apply to features in this layer. |
Methods in org.opengis.feature.display.canvas with parameters of type FeatureStyle | |
---|---|
void |
FeatureLayer.setStyle(FeatureStyle style)
Sets the style that will be applied to features in this layer. |
Uses of FeatureStyle in org.opengis.layer |
---|
Methods in org.opengis.layer that return types with arguments of type FeatureStyle | |
---|---|
List<FeatureStyle> |
Style.getFeatureStyles()
Gets the FeatureStyle s used to style the FeatureLayer s used
by a Layer using this Style . |
Uses of FeatureStyle in org.opengis.sld |
---|
Methods in org.opengis.sld that return FeatureStyle | |
---|---|
FeatureStyle |
FeatureStyleFactory.parse(InputSource is)
Parses a feature style from a XML input source. |
FeatureStyle |
FeatureStyleFactory.parse(InputStream is)
Parses a feature style from a J2SE input stream. |
FeatureStyle |
FeatureStyleFactory.parse(String url)
Parses a feature style from a character string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |