Uses of Interface
org.geotools.map.MapLayer

Packages that use MapLayer
org.geotools.gui.swing Miscellaneous widgets. 
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
org.geotools.renderer.j2d Couches ? afficher sur une carte ? l'aide de Java2D.  
 

Uses of MapLayer in org.geotools.gui.swing
 

Methods in org.geotools.gui.swing with parameters of type MapLayer
 void LiteRendererStyledMapPane.add(MapLayer layer, int zorder, boolean bufferFeatures)
           
 void RenderLayer.addLayer(MapLayer layer, int zorder)
           
 

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 DefaultMapContext.removeLayer(int index)
          DOCUMENT ME!
 MapLayer[] DefaultMapContext.getLayers()
          Return this model's list of layers.
 MapLayer DefaultMapContext.getLayer(int index)
          Return the requested layer.
 MapLayer MapContext.removeLayer(int index)
          Remove a layer and trigger a LayerListEvent.
 MapLayer[] MapContext.getLayers()
          Return this model's list of layers.
 MapLayer MapContext.getLayer(int index)
          Return the requested layer.
 

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

Constructors in org.geotools.map with parameters of type MapLayer
DefaultMapContext(MapLayer[] layers)
          Creates a map context with the provided layers and title
DefaultMapContext(MapLayer[] layers, java.lang.String title, java.lang.String contextAbstract, java.lang.String contactInformation, java.lang.String[] keywords)
          Creates a map context
 

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 fromIndex, int toIndex)
          Creates a new instance of MapLayerListEvent
MapLayerListEvent(MapContext source, MapLayer layer, int position)
          Creates a new instance of MapLayerListEvent
MapLayerListEvent(MapContext source, MapLayer layer, int position, MapLayerEvent mapLayerEvent)
          Creates a new instance of MapLayerListEvent
 

Uses of MapLayer in org.geotools.renderer.j2d
 

Methods in org.geotools.renderer.j2d with parameters of type MapLayer
protected  void StyledMapRenderer.addLayer(MapLayer layer)
          Add a layer to this renderer.
 void StyledMapRenderer.insertLayer(MapLayer layer, int position)
          Add a layer to this renderer.
 void StyledMapRenderer.removeLayer(MapLayer layer)
          Remove a layer from this renderer.
 



Copyright © GeoTools. All Rights Reserved.