See: Description
| Interface | Description |
|---|---|
| FeatureSourceSupplier |
Function for creating feature source.
|
| StyleSupplier<Source> |
A strategy for loading style objects.
|
| Class | Description |
|---|---|
| AbstractFeatureSourceLayer |
A layer that wraps a Geotools Feature Source and a style object.
|
| AbstractFeatureSourceLayerPlugin<P> |
Abstract class for FeatureSource based
MapLayerFactoryPlugin objects. |
| AbstractGeotoolsLayer |
The AbstractGeotoolsLayer class.
|
| AbstractGridCoverage2DReaderLayer |
The AbstractGridCoverage2DReaderLayer class.
|
| AbstractGridCoverageLayerPlugin |
Abstract class for
MapLayerFactoryPlugin that created layers based on grid coverages. |
| AbstractVectorLayerParam |
Common parameters for geotools vector layers.
|
| FeatureLayer |
A layer to render GeoTools features.
|
| FeatureLayer.FeatureLayerParam |
The parameters for creating a vector layer.
|
| FeatureLayer.Plugin |
Parser for creating
FeatureLayer layers from request data. |
| FeaturesParser |
Parser for GeoJson features collection.
|
| GeoJsonLayer |
Parses GeoJSON from the request data.
|
| GeoJsonLayer.GeoJsonParam |
The parameters for creating a layer that renders GeoJSON formatted data.
|
| GeoJsonLayer.Plugin |
Renders GeoJSON layers.
|
| GeotiffLayer |
Reads a GeoTIFF file from an URL.
|
| GeotiffLayer.GeotiffParam |
The parameters for reading a Geotiff file, either from the server or from a URL.
|
| GeotiffLayer.Plugin |
Renders a GeoTIFF image as layer.
|
| GmlLayer |
Parses GML from the request data.
|
| GmlLayer.GmlParam |
The parameters for creating a layer that renders Gml formatted data.
|
| GmlLayer.Plugin |
Renders GML layers.
|
| OpacitySettingStyleVisitor |
Visits all elements in the style an multiplies the opacity of each element (where opacity applies) by
the opacity factory passed in.
|