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

Namespace: ArtDatabanken.WebService.Client.AnalysisService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public string GetSpeciesObservationAOOEOOAsGeoJson(
	IUserContext userContext,
	IList<IGridCellSpeciesObservationCount> gridCells,
	int alphaValue = 0,
	bool useCenterPoint = true
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
gridCells
Type: System.Collections.GenericIListIGridCellSpeciesObservationCount
Grid cells used to calculate result
alphaValue (Optional)
Type: SystemInt32
If greater than 0 a concave hull will be calculated with this alpha value
useCenterPoint (Optional)
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

Implements

IAnalysisDataSourceGetSpeciesObservationAOOEOOAsGeoJson(IUserContext, IListIGridCellSpeciesObservationCount, Int32, Boolean)
See Also