Data source controller
Methods
(method HttpGet) GetAssets(titleId, depth, srid) → {ActionResult}
Get assets
Parameters:
Name | Type | Description |
---|---|---|
titleId |
int | Title id |
depth |
string | Depth |
srid |
int | Srid |
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 |
Returns:
- Boundaries
- Type
- ActionResult
(method HttpGet) GetGeometryTypeProperties() → {ActionResult}
Get geometry type properties
Returns:
- Geometry type properties
- Type
- ActionResult
(method HttpGet) GetIndicatorLegend(indicatorId) → {ActionResult}
Get indicator legend
Parameters:
Name | Type | Description |
---|---|---|
indicatorId |
int | Indicator id |
Returns:
- Indicator legend
- Type
- ActionResult
(method HttpGet) GetIndicatorsTable() → {ActionResult}
Get indicators table
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 |
Returns:
- Point history
- Type
- ActionResult
(method HttpGet) GetTileLayers(srid) → {ActionResult}
Get tile layers
Parameters:
Name | Type | Description |
---|---|---|
srid |
int | Srid |
Returns:
- Tile layers
- Type
- ActionResult
(method HttpGet) GetTitles() → {ActionResult}
Get titles
Returns:
- Titles
- Type
- ActionResult