64 |
*/ |
*/ |
65 |
public StyledFS(FeatureSource fs, File sldFile) { |
public StyledFS(FeatureSource fs, File sldFile) { |
66 |
|
|
|
super(); |
|
67 |
this.fs = fs; |
this.fs = fs; |
68 |
id = StyledFS.class.getSimpleName() |
id = StyledFS.class.getSimpleName() |
69 |
+ new Random(new Date().getTime()).nextInt(10000000); |
+ new Random(new Date().getTime()).nextInt(10000000); |
174 |
} |
} |
175 |
|
|
176 |
public void setImageIcon(ImageIcon icon) { |
public void setImageIcon(ImageIcon icon) { |
|
// TODO Auto-generated method stub |
|
|
|
|
177 |
} |
} |
178 |
|
|
179 |
public void setKeywords(Translation keywords) { |
public void setKeywords(Translation keywords) { |
192 |
public void uncache() { |
public void uncache() { |
193 |
} |
} |
194 |
|
|
195 |
|
/** |
196 |
|
* |
197 |
|
*/ |
198 |
public Map<Integer, AttributeMetaData> getAttributeMetaDataMap() { |
public Map<Integer, AttributeMetaData> getAttributeMetaDataMap() { |
199 |
if (map == null) { |
if (map == null) { |
200 |
|
|
201 |
map = new HashMap<Integer, AttributeMetaData>(); |
map = new HashMap<Integer, AttributeMetaData>(); |
202 |
|
|
203 |
// Leaving out the first one, it will be the_geom |
// Leaving out the first one, it will be the_geom |