Uses of Class
org.geotools.map.RasterLayer
-
Packages that use RasterLayer Package Description org.geotools.map List of layers to be rendered.org.geotools.ows.wms.map org.geotools.ows.wmts.map -
-
Uses of RasterLayer in org.geotools.map
Subclasses of RasterLayer in org.geotools.map Modifier and Type Class Description classGridCoverageLayerLayer used to draw a rasterGridCoverage.classGridReaderLayerLayer used to draw a rasterGridCoverage2DReader. -
Uses of RasterLayer in org.geotools.ows.wms.map
Subclasses of RasterLayer 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 RasterLayer in org.geotools.ows.wmts.map
Subclasses of RasterLayer in org.geotools.ows.wmts.map Modifier and Type Class Description classWMTSMapLayerWraps a WMTS layer into aLayerfor interactive rendering usage.
-