Uses of Interface
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 DefaultGlyphFactory.icon(MapLayer layer)
          Glyph for the provided layer.
 Icon GlyphFactory.icon(MapLayer layer)
          Glyph for the provided layer.
 

Uses of MapLayer in org.geotools.map
 

Classes in org.geotools.map that implement MapLayer
 class DefaultMapLayer
          Default implementation of the MapLayer implementation
 

Methods in org.geotools.map that return MapLayer
 MapLayer MapContext.getLayer(int index)
          Return the requested layer.
 MapLayer DefaultMapContext.getLayer(int index)
          Return the requested layer.
 MapLayer[] MapContext.getLayers()
          Return this model's list of layers.
 MapLayer[] DefaultMapContext.getLayers()
          Return this model's list of layers.
 MapLayer MapContext.removeLayer(int index)
          Remove a layer and trigger a LayerListEvent.
 MapLayer DefaultMapContext.removeLayer(int index)
          DOCUMENT ME!
 

Methods in org.geotools.map with parameters of type MapLayer
 boolean MapContext.addLayer(int index, MapLayer layer)
          Add a new layer in the specified position and trigger a LayerListEvent.
 boolean DefaultMapContext.addLayer(int index, MapLayer layer)
          Add a new layer if not already present and trigger a LayerListEvent.
 boolean MapContext.addLayer(MapLayer layer)
          Add a new layer if not already present and trigger a LayerListEvent.
 boolean DefaultMapContext.addLayer(MapLayer layer)
          Add a new layer and trigger a LayerListEvent.
 int MapContext.addLayers(MapLayer[] layers)
          Add an array of new layers and trigger a LayerListEvent.
 int DefaultMapContext.addLayers(MapLayer[] layers)
          Add an array of new layers and trigger a LayerListEvent.
 int MapContext.indexOf(MapLayer layer)
          Returns the index of the first occurrence of the specified layer, or -1 if this list does not contain this element.
 int DefaultMapContext.indexOf(MapLayer layer)
           
 boolean MapContext.removeLayer(MapLayer layer)
          Remove a layer, if present, and trigger a LayerListEvent.
 boolean DefaultMapContext.removeLayer(MapLayer layer)
          Remove a layer and trigger a LayerListEvent.
 void MapContext.removeLayers(MapLayer[] layers)
          Remove an array of layers and trigger a LayerListEvent.
 void DefaultMapContext.removeLayers(MapLayer[] layers)
          Remove an array of layers and trigger a LayerListEvent.
 

Constructors in org.geotools.map with parameters of type MapLayer
DefaultMapContext(MapLayer[] layers)
          Deprecated.  
DefaultMapContext(MapLayer[] layers, CoordinateReferenceSystem crs)
          Creates a map context with the provided layers and title
DefaultMapContext(MapLayer[] layers, String title, String contextAbstract, String contactInformation, String[] keywords)
          Deprecated.  
DefaultMapContext(MapLayer[] layers, String title, String contextAbstract, String contactInformation, String[] keywords, CoordinateReferenceSystem crs)
          Creates a map context
GraphicEnhancedMapContext(MapLayer[] layers)
          Deprecated.  
GraphicEnhancedMapContext(MapLayer[] layers, CoordinateReferenceSystem crs)
          DOCUMENT ME!
 

Uses of MapLayer in org.geotools.map.event
 

Methods in org.geotools.map.event that return MapLayer
 MapLayer MapLayerListEvent.getLayer()
          Returns 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
 



Copyright © 1996-2009 Geotools. All Rights Reserved.