Uses of Class
org.geotools.map.StyleLayer
Packages that use StyleLayer
Package
Description
List of layers to be rendered.
Dialogs to create basic rendering styles.
-
Uses of StyleLayer in org.geotools.map
Subclasses of StyleLayer in org.geotools.mapModifier and TypeClassDescriptionclass
Layer responsible for rendering vector information provided by a FeatureSource.class
Layer used to draw a rasterGridCoverage
.class
Layer used to draw a rasterGridCoverage2DReader
.class
Layer responsible for raster content. -
Uses of StyleLayer in org.geotools.ows.wms.map
Subclasses of StyleLayer in org.geotools.ows.wms.map -
Uses of StyleLayer in org.geotools.ows.wmts.map
Subclasses of StyleLayer in org.geotools.ows.wmts.mapModifier and TypeClassDescriptionclass
Wraps a WMTS layer into aLayer
for interactive rendering usage. -
Uses of StyleLayer in org.geotools.swing.styling
Methods in org.geotools.swing.styling with parameters of type StyleLayerModifier and TypeMethodDescriptionstatic Style
JSimpleStyleDialog.showDialog
(Component parent, StyleLayer layer) Static convenience method: displays aJSimpleStyleDialog
to prompt the user for style preferences to use with the givenStyleLayer
.