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 classFeatureLayerLayer responsible for rendering vector information provided by a FeatureSource.classGridCoverageLayerLayer used to draw a rasterGridCoverage.classGridReaderLayerLayer used to draw a rasterGridCoverage2DReader.classRasterLayerLayer 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 classWMSLayerWraps a WMS layer into aLayerfor 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 classWMTSMapLayerWraps a WMTS layer into aLayerfor 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 StyleJSimpleStyleDialog. showDialog(Component parent, StyleLayer layer)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the givenStyleLayer.
-