Test controller (methods for testing)
Methods
(method HttpGet) GetLandParcels(left, bottom, right, top) → {ActionResult}
Get land parcels in an extent
Parameters:
Name | Type | Description |
---|---|---|
left |
double | Left |
bottom |
double | Bottom |
right |
double | Right |
top |
double | Top |
Returns:
- Land parcels in extent
- Type
- ActionResult
(method HttpGet) GetNeighborhoods() → {ActionResult}
Get neighborhoods
Returns:
- Neighborhoods
- Type
- ActionResult
(method HttpGet) GetNeighborhoodsextent(l, b, r, t) → {ActionResult}
Get neighborhoods in an extent
Parameters:
Name | Type | Description |
---|---|---|
l |
double | Left |
b |
double | Bottom |
r |
double | Right |
t |
double | Top |
Returns:
- Neighborhoods extent
- Type
- ActionResult
(method HttpGet) GetUsers() → {ActionResult}
Get users
Returns:
- Users
- Type
- ActionResult