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>