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 TypeClassDescriptionclassLayer responsible for rendering vector information provided by a FeatureSource.classLayer used to draw a rasterGridCoverage.classLayer used to draw a rasterGridCoverage2DReader.classLayer 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 TypeClassDescriptionclassWraps 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 StyleLayerModifier and TypeMethodDescriptionstatic StyleJSimpleStyleDialog.showDialog(Component parent, StyleLayer layer) Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the givenStyleLayer.