@Api(allMethods=true) public class GetFeaturesContainer extends Object
VectorLayerService.| Constructor and Description |
|---|
GetFeaturesContainer() |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Envelope |
getBounds()
Get area covered by these features.
|
List<InternalFeature> |
getFeatures()
Get the features.
|
void |
setBounds(com.vividsolutions.jts.geom.Envelope bounds)
Set the area covered by the features.
|
void |
setFeatures(List<InternalFeature> features)
Set the list of features.
|
public List<InternalFeature> getFeatures()
public void setFeatures(List<InternalFeature> features)
features - featurespublic com.vividsolutions.jts.geom.Envelope getBounds()
public void setBounds(com.vividsolutions.jts.geom.Envelope bounds)
bounds - bounds for the featuresCopyright © 2015 Geosparc. All Rights Reserved.