/
Spatial Engine ArcGIS
Spatial Engine ArcGIS
You can use an ArcGIS FeatureServer and MapServer as the source of data for a spatial engine.
Namespace
urn:com.cohga.server.spatial.geotools#1.0
Tags
spatialengine
Properties
Name | Type | Required | Description |
id | string | yes | Unique identifier |
dbtype | 'arcgis' | yes | The name of the driver to use, in this case ArcGIS |
url | string | yes | URL pointing to the FeatureServer |
user | string | no | The userid used when connecting to ArcGIS |
passwd | string | no | The password used when connecting to ArcGIS |
crs | string | no | The Coordinate Reference System to use |
timeout | integer | no | Timeout in ms; default 30000 |
try_gzip | boolean | no | Request server to use gzip compression |
Sub-tags
None
Content
None
<spatial:spatialengine id="potable_water_pipe">
<dbtype>arcgis</dbtype>
<url>https://services.arcgis.com/3vStCH7NDoAOZ5zn/arcgis/rest/services/Potable_Water_Pipe/FeatureServer</url>
<crs>EPSG:28355</crs>
</spatial:spatialengine>
<spatial:spatialengine id="planning.da_tracking">
<dbtype>arcgis</dbtype>
<url>https://mapprod3.environment.nsw.gov.au/arcgis/rest/services/Planning/DA_Tracking/MapServer</url>
<crs>EPSG:4283</crs>
</spatial:spatialengine>
, multiple selections available,
Related content
Configuration Reference
Configuration Reference
Read with this
Spatial Data Connection
Spatial Data Connection
More like this
Table Of Contents
Table Of Contents
Read with this
Spatial Engine OracleSpatial
Spatial Engine OracleSpatial
More like this
Weave Map Engine
Weave Map Engine
Read with this
Spatial Engine SQLServer
Spatial Engine SQLServer
More like this