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

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string GetSpeciesObservationAOOEOOAsGeoJson(
	WebClientInformation clientInformation,
	List<WebGridCellSpeciesObservationCount> gridCells,
	int alphaValue,
	bool useCenterPoint
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
gridCells
Type: System.Collections.GenericListWebGridCellSpeciesObservationCount
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

Implements

IAnalysisServiceGetSpeciesObservationAOOEOOAsGeoJson(WebClientInformation, ListWebGridCellSpeciesObservationCount, Int32, Boolean)
See Also