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. 
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swing.styling Dialogs to create basic rendering styles. 
org.geotools.swing.utils Helper classes for swing module components 
 

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
 

Classes in org.geotools.map that implement MapLayer
 class DefaultMapLayer
          Default implementation of the MapLayer implementation
 class FeatureSourceMapLayer
          Implementation of MapLayer without restricting the return type of FeatureSourceMapLayer.getFeatureSource() allows better support of the DataAccess API; This implementation does not support a collection or grid coverage source.
 class WMSMapLayer
           
 

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)
          Remove the layer at the given position in the list of layers held by this context.
 

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 MapLayerListEvent.
 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, 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[] layers)
          Add an array of new layers and trigger a LayerListEvent.
 int DefaultMapContext.addLayers(MapLayer[] layers)
          Add an array of new layers to this context and trigger a MapLayerListEvent.
 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 the given layer from this context, if present, and trigger a MapLayerListEvent
 void MapContext.removeLayers(MapLayer[] layers)
          Remove an array of layers and trigger a LayerListEvent.
 void DefaultMapContext.removeLayers(MapLayer[] layers)
          Remove an array of layers, if present, and trigger a MapLayerListEvent.
 

Constructors in org.geotools.map with parameters of type MapLayer
DefaultMapContext(MapLayer[] layers)
          Creates a map context with the provided layers.
DefaultMapContext(MapLayer[] layers, CoordinateReferenceSystem crs)
          Creates a map context with the provided layers and coordinate reference system
DefaultMapContext(MapLayer[] layers, String title, String contextAbstract, String contactInformation, String[] keywords)
          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)
          Creates a new 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
 

Uses of MapLayer in org.geotools.swing
 

Methods in org.geotools.swing with parameters of type MapLayer
 void MapLayerTable.onAddLayer(MapLayer layer)
          Add a new layer to those listed in the table.
 void MapLayerTable.repaint(MapLayer layer)
          Repaint the list item associated with the specified MapLayer object
 

Uses of MapLayer in org.geotools.swing.styling
 

Methods in org.geotools.swing.styling with parameters of type MapLayer
static Style JSimpleStyleDialog.showDialog(Component parent, MapLayer layer)
          Static convenience method: displays a JSimpleStyleDialog to prompt the user for style preferences to use with the given MapLayer.
 

Uses of MapLayer in org.geotools.swing.utils
 

Methods in org.geotools.swing.utils with parameters of type MapLayer
static Map<String,Object> MapLayerUtils.isGridLayer(MapLayer layer)
          Check if the given map layer contains a grid coverage or a grid coverage reader.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.