AnalysisServiceGetSpeciesObservationAOOEOOAsGeoJson Method |
Get EOO as geojson, EOO and AOO area as attributes
Namespace: AnalysisServiceAssembly: 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
)
Public Function GetSpeciesObservationAOOEOOAsGeoJson (
clientInformation As WebClientInformation,
gridCells As List(Of WebGridCellSpeciesObservationCount),
alphaValue As Integer,
useCenterPoint As Boolean
) As String
public:
virtual String^ GetSpeciesObservationAOOEOOAsGeoJson(
WebClientInformation^ clientInformation,
List<WebGridCellSpeciesObservationCount^>^ gridCells,
int alphaValue,
bool useCenterPoint
) sealed
abstract GetSpeciesObservationAOOEOOAsGeoJson :
clientInformation : WebClientInformation *
gridCells : List<WebGridCellSpeciesObservationCount> *
alphaValue : int *
useCenterPoint : bool -> string
override GetSpeciesObservationAOOEOOAsGeoJson :
clientInformation : WebClientInformation *
gridCells : List<WebGridCellSpeciesObservationCount> *
alphaValue : int *
useCenterPoint : bool -> string
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:
StringA JSON FeatureCollection with one feature showing EOO. EOO AND AOO Areas stored in feature attributes
Implements
IAnalysisServiceGetSpeciesObservationAOOEOOAsGeoJson(WebClientInformation, ListWebGridCellSpeciesObservationCount, Int32, Boolean)See Also