public class GetFeatureResult
extends java.lang.Object
implements java.io.Serializable
GetFeatures operation returns the result object.
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Feature> |
features
The returned feature collection.
|
int |
totalCount
The feature number that meets the condition.
|
| Constructor and Description |
|---|
GetFeatureResult() |
GetFeatureResult(int totalCount) |
GetFeatureResult(java.util.List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
GetFeatureResult |
features(java.util.List<Feature> features) |
public java.util.List<Feature> features
public int totalCount
totalCount is not the same as the number of features.
When set the GetFeatureParameters.maxFeatures, and the feature number is larger than maxFeatures, the totalCount is larger than the number of features.
public GetFeatureResult()
public GetFeatureResult(int totalCount)
public GetFeatureResult(java.util.List<Feature> features)
public GetFeatureResult features(java.util.List<Feature> features)