Module: DataSourceController

Data source controller

Source:

Methods

(method HttpGet) GetAssets(titleId, depth, srid) → {ActionResult}

Get assets

Parameters:
Name Type Description
titleId int

Title id

depth string

Depth

srid int

Srid

Source:
Returns:
  • Assets
Type
ActionResult

(method HttpGet) GetBoundaries(level, srid, zoom, extent, indicatorId, dataSourceId) → {ActionResult}

Get boundaries

Parameters:
Name Type Description
level int

Level

srid int

Srid

zoom int

Zoom

extent string

Extent

indicatorId int

Indicator id

dataSourceId int

Data source id

Source:
Returns:
  • Boundaries
Type
ActionResult

(method HttpGet) GetGeometryTypeProperties() → {ActionResult}

Get geometry type properties

Source:
Returns:
  • Geometry type properties
Type
ActionResult

(method HttpGet) GetIndicatorLegend(indicatorId) → {ActionResult}

Get indicator legend

Parameters:
Name Type Description
indicatorId int

Indicator id

Source:
Returns:
  • Indicator legend
Type
ActionResult

(method HttpGet) GetIndicatorsTable() → {ActionResult}

Get indicators table

Source:
Returns:
  • Indicators table
Type
ActionResult

(method HttpGet) GetPointHistory(pointId, indicatorId) → {ActionResult}

Get point history

Parameters:
Name Type Description
pointId int

Point id

indicatorId int

Indicator id

Source:
Returns:
  • Point history
Type
ActionResult

(method HttpGet) GetTileLayers(srid) → {ActionResult}

Get tile layers

Parameters:
Name Type Description
srid int

Srid

Source:
Returns:
  • Tile layers
Type
ActionResult

(method HttpGet) GetTitles() → {ActionResult}

Get titles

Source:
Returns:
  • Titles
Type
ActionResult