View.AreaForFeatures Methods
Computes a view area that is suitable for displaying the given features.
Overload List
Name | Description | |
---|---|---|
Public method | AreaForFeatures(FeatureCollection features) | Computes a view area that is suitable for displaying the given features. |
Public method | AreaForFeatures(IEnumerable< Feature > features) | Computes a view area that is suitable for displaying the given features. |
AreaForFeatures(FeatureCollection features)
Computes a view area that is suitable for displaying the given features.Syntax
public Rectangle AreaForFeatures (
FeatureCollection features
)
Parameters
A feature collection.
Return Value
A view area (expressed in the view Crs) that is suitable for the given features.
Remarks
If the collection is empty, the method just returns the current Area. Otherwise, the method behaves like AreaForFeature.
AreaForFeatures(IEnumerable< Feature > features)
Computes a view area that is suitable for displaying the given features.Syntax
public Rectangle AreaForFeatures (
IEnumerable< Feature > features
)
Parameters
A feature collection.
Return Value
A view area (expressed in the view Crs) that is suitable for the given features.
Remarks
If the collection is empty, the method just returns the current Area. Otherwise, the method behaves like AreaForFeature.
Platforms
Windows, Linux, Android