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

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

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

revision 224 by alfonx, Tue Jul 14 15:57:19 2009 UTC revision 225 by alfonx, Wed Jul 15 08:05:22 2009 UTC
# Line 47  public class StyledFeatureCollectionTabl Line 47  public class StyledFeatureCollectionTabl
47                  FeatureCollectionTableModel {                  FeatureCollectionTableModel {
48          final static private Logger LOGGER = Logger          final static private Logger LOGGER = Logger
49                          .getLogger(StyledFeatureCollectionTableModel.class);                          .getLogger(StyledFeatureCollectionTableModel.class);
50          /** Holds the data source as styled map. */          /** Holds the data source as styled layer. */
51          protected StyledLayerInterface<?> layer = null;          protected StyledLayerInterface<?> layer = null;
52          /** Contains only the visible elements of the {@link AttributeMetaData}-Map */          /** Contains only the visible elements of the {@link AttributeMetaData}-Map */
53          protected Map<Integer, AttributeMetaData> visibleAMD = null;          protected Map<Integer, AttributeMetaData> visibleAMD = null;
# Line 63  public class StyledFeatureCollectionTabl Line 63  public class StyledFeatureCollectionTabl
63                    
64    
65          /**          /**
66           * Creates a new table model for a styled map.           * Creates a new table model for a styled layer.
67           *           *
68           * @param layer           * @param layer
69           *            the styled layer           *            the styled layer
# Line 74  public class StyledFeatureCollectionTabl Line 74  public class StyledFeatureCollectionTabl
74          }          }
75    
76          /**          /**
77           * Creates a new table model for a styled map.           * Creates a new table model for a styled layer.
78           *           *
79           * @param layer           * @param layer
80           *            the styled layer           *            the styled layer
# Line 89  public class StyledFeatureCollectionTabl Line 89  public class StyledFeatureCollectionTabl
89    
90    
91          /**          /**
92           * Creates a new table model for a styled map.           * Creates a new table model for a styled layer.
93           *           *
94           * @param layer           * @param layer
95           *            the styled layer           *            the styled layer
# Line 99  public class StyledFeatureCollectionTabl Line 99  public class StyledFeatureCollectionTabl
99          }          }
100    
101          /**          /**
102           * Creates a new table model for a styled map.           * Creates a new table model for a styled layer.
103           *           *
104           * @param layer           * @param layer
105           *            the styled layer           *            the styled layer

Legend:
Removed from v.224  
changed lines
  Added in v.225

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26