CustomOperatorResult.CustomOperatorResult Constructors
Initializes a new instance of the CustomOperatorResult class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomOperatorResult() | Initializes a new instance of the CustomOperatorResult class that is empty. |
Public method | CustomOperatorResult(Feature feature) | Initializes a new instance of the CustomOperatorResult class that returns the specified Feature. |
Public method | CustomOperatorResult(FeatureCollection features) | Initializes a new instance of the CustomOperatorResult class that returns the specified features. |
Public method | CustomOperatorResult(IEnumerable< Feature > features) | Initializes a new instance of the CustomOperatorResult class that returns the specified features. |
CustomOperatorResult()
Initializes a new instance of the CustomOperatorResult class that is empty.Syntax
public CustomOperatorResult ()
Remarks
Features can be added to the result before it is returned using the Add or AddRange methods.
CustomOperatorResult(Feature feature)
Initializes a new instance of the CustomOperatorResult class that returns the specified Feature.Syntax
public CustomOperatorResult (
Feature feature
)
Parameters
A feature to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
CustomOperatorResult(FeatureCollection features)
Initializes a new instance of the CustomOperatorResult class that returns the specified features.Syntax
public CustomOperatorResult (
FeatureCollection features
)
Parameters
A collection of features to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
CustomOperatorResult(IEnumerable< Feature > features)
Initializes a new instance of the CustomOperatorResult class that returns the specified features.Syntax
public CustomOperatorResult (
IEnumerable< Feature > features
)
Parameters
A collection of features to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
Platforms
Windows, Linux, Android