/[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 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC revision 862 by alfonx, Sat May 22 01:24:46 2010 UTC
# Line 25  Line 25 
25   *   *
26   * Contributors:   * Contributors:
27   *     Martin O. J. Schmitz - initial API and implementation   *     Martin O. J. Schmitz - initial API and implementation
28   *     Stefan A. Krüger - additional utility classes   *     Stefan A. Tzeggai - additional utility classes
29   ******************************************************************************/   ******************************************************************************/
30  package skrueger.geotools;  package skrueger.geotools;
31  import java.util.List;  import java.util.List;
# Line 34  import org.geotools.map.MapContext; Line 34  import org.geotools.map.MapContext;
34  import org.geotools.map.MapLayer;  import org.geotools.map.MapLayer;
35  import org.geotools.map.event.MapLayerListListener;  import org.geotools.map.event.MapLayerListListener;
36    
37  import skrueger.AttributeMetadata;  import skrueger.AttributeMetadataImpl;
38  import skrueger.RasterLegendData;  import skrueger.RasterLegendData;
39    
40  /**  /**
# Line 83  public interface MapContextManagerInterf Line 83  public interface MapContextManagerInterf
83          List<StyledLayerInterface<?>> getStyledObjects();          List<StyledLayerInterface<?>> getStyledObjects();
84    
85          /**          /**
86           * Returns a list of {@link AttributeMetadata} that shall be shown (e.g. when the Mouse clicked into the map)           * Returns a list of {@link AttributeMetadataImpl} that shall be shown (e.g. when the Mouse clicked into the map)
87           * 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}
88           */           */
89          List<AttributeMetadata> getVisibleAttribsFor(MapLayer mapLayer);          List<AttributeMetadataImpl> getVisibleAttribsFor(MapLayer mapLayer);
90    
91          /**          /**
92           * Returns the title of the layer           * Returns the title of the layer

Legend:
Removed from v.685  
changed lines
  Added in v.862

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26