328 |
} |
} |
329 |
|
|
330 |
/** |
/** |
331 |
* Same as {@link #getGeoObject()} method, but complies to the {@link StyledFeatureInterface} |
* Same as {@link #getGeoObject()} method, but complies to the {@link StyledFeaturesInterface} |
332 |
* @see {@link StyledFeatureInterface} |
* @see {@link StyledFeaturesInterface} |
333 |
*/ |
*/ |
334 |
@Override |
@Override |
335 |
public FeatureCollection getFeatureCollection() { |
public FeatureCollection getFeatureCollection() { |
340 |
* Returns a virtual {@link FeatureSource} to access the |
* Returns a virtual {@link FeatureSource} to access the |
341 |
* {@link FeatureCollection}. Once created, it will be reused until |
* {@link FeatureCollection}. Once created, it will be reused until |
342 |
* {@link #uncache()} is called.<br/> |
* {@link #uncache()} is called.<br/> |
343 |
* @see {@link StyledFeatureInterface} |
* @see {@link StyledFeaturesInterface} |
344 |
*/ |
*/ |
345 |
@Override |
@Override |
346 |
public FeatureSource getFeatureSource() { |
public FeatureSource getFeatureSource() { |