Uses of Class
org.geotools.map.StyleLayer
-
Packages that use StyleLayer Package Description org.geotools.map List of layers to be rendered.org.geotools.ows.wms.map org.geotools.ows.wmts.map org.geotools.swing.styling Dialogs to create basic rendering styles. -
-
Uses of StyleLayer in org.geotools.map
Subclasses of StyleLayer in org.geotools.map Modifier and Type Class Description class
FeatureLayer
Layer responsible for rendering vector information provided by a FeatureSource.class
GridCoverageLayer
Layer used to draw a rasterGridCoverage
.class
GridReaderLayer
Layer used to draw a rasterGridCoverage2DReader
.class
RasterLayer
Layer responsible for raster content. -
Uses of StyleLayer in org.geotools.ows.wms.map
Subclasses of StyleLayer in org.geotools.ows.wms.map Modifier and Type Class Description class
WMSLayer
Wraps a WMS layer into aLayer
for interactive rendering usage TODO: expose a GetFeatureInfo that returns a feature collection TODO: expose the list of named styles and allow choosing which style to use -
Uses of StyleLayer in org.geotools.ows.wmts.map
Subclasses of StyleLayer in org.geotools.ows.wmts.map Modifier and Type Class Description class
WMTSMapLayer
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 StyleLayer Modifier and Type Method Description static Style
JSimpleStyleDialog. showDialog(Component parent, StyleLayer layer)
Static convenience method: displays aJSimpleStyleDialog
to prompt the user for style preferences to use with the givenStyleLayer
.
-