Operator.GetFeatures Methods
Gets features from the operator chain.
Overload List
Name | Description | |
---|---|---|
Public method | GetFeatures(Crs crs) | Gets all features from the operator chain. |
Public method | GetFeatures(Crs crs, FeatureQuery featureQuery) | Gets all features from the operator chain matching the search criteria. |
GetFeatures(Crs crs)
Gets all features from the operator chain.Syntax
public FeatureEnumerator GetFeatures (
Crs crs
)
Parameters
All returned features will be reprojected to this coordinate reference system.
Return Value
An enumerator that iterates through all features returned from the operator chain.
GetFeatures(Crs crs, FeatureQuery featureQuery)
Gets all features from the operator chain matching the search criteria.Syntax
public FeatureEnumerator GetFeatures (
Crs crs,
FeatureQuery featureQuery
)
Parameters
All returned features will be reprojected to this coordinate reference system. The query rectangle specified in the featureQuery parameter should also be specified in this coordinate reference system.
Limits the number of returned features; features not matching this query are discarded. See the FeatureQuery class for details.
Return Value
An enumerator that iterates through all features matching the search criteria.
Platforms
Windows, Linux, Android