/[schmitzm]/trunk/src/skrueger/geotools/MapContextManagerInterface.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/MapContextManagerInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 315 by mojays, Wed Aug 26 11:03:27 2009 UTC revision 464 by alfonx, Tue Oct 13 13:22:31 2009 UTC
# Line 35  import org.geotools.map.MapLayer; Line 35  import org.geotools.map.MapLayer;
35  import org.geotools.map.event.MapLayerListListener;  import org.geotools.map.event.MapLayerListListener;
36  import org.geotools.map.event.MapLayerListener;  import org.geotools.map.event.MapLayerListener;
37    
38  import skrueger.AttributeMetaData;  import skrueger.AttributeMetadata;
39  import skrueger.RasterLegendData;  import skrueger.RasterLegendData;
40    
41  /**  /**
# Line 84  public interface MapContextManagerInterf Line 84  public interface MapContextManagerInterf
84          List<StyledLayerInterface<?>> getStyledObjects();          List<StyledLayerInterface<?>> getStyledObjects();
85    
86          /**          /**
87           * Returns a list of {@link AttributeMetaData} that shall be shown (e.g. when the Mouse clicked into the map)           * Returns a list of {@link AttributeMetadata} that shall be shown (e.g. when the Mouse clicked into the map)
88           * Returns an empty list if the layer doesn't exist or is not backed by a {@link StyledFeatureCollectionInterface}           * Returns an empty list if the layer doesn't exist or is not backed by a {@link StyledFeatureCollectionInterface}
89           */           */
90          List<AttributeMetaData> getVisibleAttribsFor(MapLayer mapLayer);          List<AttributeMetadata> getVisibleAttribsFor(MapLayer mapLayer);
91    
92          /**          /**
93           * Returns the title of the layer           * Returns the title of the layer

Legend:
Removed from v.315  
changed lines
  Added in v.464

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26