Package | Description |
---|---|
org.geotools.map |
List of layers to be rendered.
|
org.geotools.map.legend | |
org.geotools.ows.wms.map |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapLayer
Deprecated.
Use MapLayer for user interface work; or use Layer directly for rendering
|
class |
FeatureSourceMapLayer
Deprecated.
Please use MapLayer directly; or you are just interested in rendering a subclass of
Layer
|
Modifier and Type | Method and Description |
---|---|
MapLayer |
MapLayerListEvent.getLayer()
Return the layer involved in the change.
|
MapLayer |
DefaultMapContext.getLayer(int index)
Deprecated.
Return the requested layer.
|
MapLayer |
MapContext.getLayer(int index)
Deprecated.
Return the requested layer.
|
MapLayer[] |
DefaultMapContext.getLayers()
Deprecated.
Return this model's list of layers.
|
MapLayer[] |
MapContext.getLayers()
Deprecated.
Return this model's list of layers.
|
MapLayer |
DefaultMapContext.removeLayer(int index)
Deprecated.
Remove the layer at the given position in the list of layers held by this context.
|
MapLayer |
MapContext.removeLayer(int index)
Deprecated.
Remove a layer and trigger a
LayerListEvent . |
Modifier and Type | Method and Description |
---|---|
Iterator<MapLayer> |
MapContext.iterator()
Deprecated.
Returns an iterator over the layers in this context in proper sequence.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultMapContext.addLayer(int index,
MapLayer mapLayer)
Deprecated.
Add a new layer if not already present and trigger a MapLayerListEvent.
|
boolean |
MapContext.addLayer(int index,
MapLayer mapLayer)
Deprecated.
Add a new layer in the specified position and trigger a
LayerListEvent . |
boolean |
DefaultMapContext.addLayer(MapLayer mapLayer)
Deprecated.
Add a new layer, if not already present, to the end of the list of layers held by this
context and trigger a MapLayerListEvent If a coordinate reference system has not
been set for the context an attempt is made to retrieve one from the new layer and use that
as the context's CRS.
|
boolean |
MapContext.addLayer(MapLayer mapLayer)
Deprecated.
Add a new layer if not already present and trigger a
LayerListEvent . |
int |
DefaultMapContext.addLayers(MapLayer[] array)
Deprecated.
Add an array of new layers to this context and trigger a
MapLayerListEvent . |
int |
MapContext.addLayers(MapLayer[] array)
Deprecated.
Add an array of new layers and trigger a
LayerListEvent . |
int |
MapContext.indexOf(MapLayer mapLayer)
Deprecated.
Returns the index of the first occurrence of the specified layer, or -1 if this list does not
contain this element.
|
boolean |
DefaultMapContext.removeLayer(MapLayer layer)
Deprecated.
Remove the given layer from this context, if present, and trigger a MapLayerListEvent
|
boolean |
MapContext.removeLayer(MapLayer layer)
Deprecated.
Remove a layer, if present, and trigger a
LayerListEvent . |
void |
DefaultMapContext.removeLayers(MapLayer[] array)
Deprecated.
Remove an array of layers, if present, and trigger a
MapLayerListEvent . |
void |
MapContext.removeLayers(MapLayer[] array)
Deprecated.
Remove an array of layers and trigger a
LayerListEvent . |
protected List<Layer> |
MapContext.toLayerList(MapLayer[] array)
Deprecated.
|
Constructor and Description |
---|
DefaultMapContext(MapLayer[] layers)
Deprecated.
Creates a map context with the provided layers.
|
DefaultMapContext(MapLayer[] layers,
CoordinateReferenceSystem crs)
Deprecated.
Creates a map context with the provided layers and coordinate reference system
|
DefaultMapContext(MapLayer[] layers,
String title,
String contextAbstract,
String contactInformation,
String[] keywords)
Deprecated.
Creates a map context
Note, the coordinate reference system for the context will be set from that of the first
layer with an available CRS.
|
DefaultMapContext(MapLayer[] layers,
String title,
String contextAbstract,
String contactInformation,
String[] keywords,
CoordinateReferenceSystem crs)
Deprecated.
Creates a new map context
|
GraphicEnhancedMapContext(MapLayer[] layers)
Deprecated.
|
GraphicEnhancedMapContext(MapLayer[] layers,
CoordinateReferenceSystem crs)
Deprecated.
DOCUMENT ME!
|
MapContent(MapLayer[] array)
Deprecated.
|
MapContent(MapLayer[] array,
CoordinateReferenceSystem crs)
Deprecated.
|
MapContent(MapLayer[] array,
String title,
String contextAbstract,
String contactInformation,
String[] keywords)
Deprecated.
|
MapContent(MapLayer[] array,
String title,
String contextAbstract,
String contactInformation,
String[] keywords,
CoordinateReferenceSystem crs)
Deprecated.
|
MapContext(MapLayer[] layers)
Deprecated.
Creates a map context with the provided layers.
|
MapContext(MapLayer[] layers,
CoordinateReferenceSystem crs)
Deprecated.
Creates a map context with the provided layers and coordinate reference system
|
MapContext(MapLayer[] layers,
String title,
String contextAbstract,
String contactInformation,
String[] keywords)
Deprecated.
Creates a map context
Note, the coordinate reference system for the context will be set from that of the first
layer with an available CRS.
|
MapContext(MapLayer[] layers,
String title,
String contextAbstract,
String contactInformation,
String[] keywords,
CoordinateReferenceSystem crs)
Deprecated.
Creates a new map context
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int position)
Creates a new instance of MapLayerListEvent
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int fromIndex,
int toIndex)
Creates a new instance of MapLayerListEvent
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int position,
MapLayerEvent mapLayerEvent)
Creates a new instance of MapLayerListEvent passing on an event from a layer.
|
Modifier and Type | Method and Description |
---|---|
Icon |
DefaultGlyphFactory.icon(MapLayer layer)
Glyph for the provided layer.
|
Icon |
GlyphFactory.icon(MapLayer layer)
Glyph for the provided layer.
|
Modifier and Type | Class and Description |
---|---|
class |
WMSMapLayer
Deprecated.
Please use WMSLayer instead
|
Copyright © 1996–2019 Geotools. All rights reserved.