Spatial Mapper
Description
A Spatial Mapper A spatial mapper links an Entity to a Spatial Engine. This linkage is not required and in fact may not be possible if there is no spatial information associated with the entity. If there is spatial information that relates to the entity and you want the users to be able to perform spatial operations (select by polygon, etc.) on the entity then a link should be set up.
...
Name | Type | Required | Description |
id | string | yes | unique identifier |
spatialEngine | no | The identifier of the spatial engine that mappings without an explicit spatial engine should link to | |
crs | string | no | The CRS to override for entities that don't provide an explicit value |
filter | string | no | Provide a CQL formatted filter to apply when performing spatial operations with this mapper |
...
Name | Type | Required | Description |
entity | yes | The identifier of the entity that this mapping applies to | |
spatialEngine | no | The identity of the spatial engine that this mapping applies to | |
table | string | yes | The name of the spatial item within the spatial engine that this mapping applies to |
key | string | no | The attribute of the spatial item that uniquely identifies an entity |
crs | string | no | Provide a Coordinate Reference System if the underlying spatial engine doesn't provide the correct information |
...