Uses of Class
org.geotools.map.MapLayer

Packages that use MapLayer
org.geotools.legend   
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
 

Uses of MapLayer in org.geotools.legend
 

Methods in org.geotools.legend with parameters of type MapLayer
 Icon GlyphFactory.icon(MapLayer layer)
          Glyph for the provided layer.
 Icon DefaultGlyphFactory.icon(MapLayer layer)
          Glyph for the provided layer.
 

Uses of MapLayer in org.geotools.map
 

Subclasses of MapLayer in org.geotools.map
 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
 class WMSMapLayer
          Deprecated. Please use WMSLayer instead
 

Methods in org.geotools.map that return MapLayer
 MapLayer MapContext.getLayer(int index)
          Deprecated. Return the requested layer.
 MapLayer DefaultMapContext.getLayer(int index)
          Deprecated. Return the requested layer.
 MapLayer[] MapContext.getLayers()
          Deprecated. Return this model's list of layers.
 MapLayer[] DefaultMapContext.getLayers()
          Deprecated. Return this model's list of layers.
 MapLayer MapContext.removeLayer(int index)
          Deprecated. Remove a layer and trigger a LayerListEvent.
 MapLayer DefaultMapContext.removeLayer(int index)
          Deprecated. Remove the layer at the given position in the list of layers held by this context.
 

Methods in org.geotools.map that return types with arguments of type MapLayer
 Iterator<MapLayer> MapContext.iterator()
          Deprecated. Returns an iterator over the layers in this context in proper sequence.
 

Methods in org.geotools.map with parameters of type MapLayer
 boolean MapContext.addLayer(int index, MapLayer mapLayer)
          Deprecated. Add a new layer in the specified position and trigger a LayerListEvent.
 boolean DefaultMapContext.addLayer(int index, MapLayer mapLayer)
          Deprecated. Add a new layer if not already present and trigger a MapLayerListEvent.
 boolean MapContext.addLayer(MapLayer mapLayer)
          Deprecated. Add a new layer if not already present 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.
 int MapContext.addLayers(MapLayer[] array)
          Deprecated. Add an array of new layers 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.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 MapContext.removeLayer(MapLayer layer)
          Deprecated. Remove a layer, if present, and trigger a LayerListEvent.
 boolean DefaultMapContext.removeLayer(MapLayer layer)
          Deprecated. Remove the given layer from this context, if present, and trigger a MapLayerListEvent
 void MapContext.removeLayers(MapLayer[] array)
          Deprecated. Remove an array of layers and trigger a LayerListEvent.
 void DefaultMapContext.removeLayers(MapLayer[] array)
          Deprecated. Remove an array of layers, if present, and trigger a MapLayerListEvent.
protected  List<Layer> MapContext.toLayerList(MapLayer[] array)
          Deprecated.  
 

Constructors in org.geotools.map with parameters of type MapLayer
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
 

Uses of MapLayer in org.geotools.map.event
 

Methods in org.geotools.map.event that return MapLayer
 MapLayer MapLayerListEvent.getLayer()
          Return the layer involved in the change.
 

Constructors in org.geotools.map.event with parameters of type MapLayer
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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.