You can use an ArcGIS FeatureServer 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="arcgis"> <dbtype>arcgis</dbtype> <url>https://services.arcgis.com/3vStCH7NDoAOZ5zn/arcgis/rest/services/Potable_Water_Pipe/FeatureServer</url> <crs>EPSG:4283</crs> </spatial:spatialengine>