Click or drag to resize
IAnalysisDataSourceGetSpeciesObservationAOOEOOAsGeoJson Method
Get EOO as geojson, EOO and AOO area as attributes

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
string GetSpeciesObservationAOOEOOAsGeoJson(
	IUserContext userContext,
	IList<IGridCellSpeciesObservationCount> gridCells,
	int alphaValue,
	bool useCenterPoint
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
gridCells
Type: System.Collections.GenericIListIGridCellSpeciesObservationCount
Grid cells used to calculate result
alphaValue
Type: SystemInt32
If greater than 0 a concave hull will be calculated with this alpha value
useCenterPoint
Type: SystemBoolean
Used when concave hull is calculated. Grid corner coordinates used when false

Return Value

Type: String
A JSON FeatureCollection with one feature showing EOO. EOO AND AOO Areas stored in feature attributes
See Also