Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A spatial engine provides access to a service that can perform spatial operations, one of the available spatial engines is for ArcSDE.

Note

Supporting Direct Connect is not a trivial matter, it requires a full installation of the ArcSDE client on the Weave server and modifications to the Weave startup.
Currently on ArcSDE version 9.3.1 and earlier are supported by Weave.

The following links may help.

Namespace

urn:com.cohga.server.spatial.geotools#1.0

...

Name

Type

Required

Description

id

string

yes

Unique identifier

dbtype

'arcsde'

yes

The name of the driver to use, in this case ArcSDE

server

string

yes

The hostname or ip address of the ArcSDE server

port

number string

yes

The port number that the ArcSDE server is running on or the direct connect description

instance

string

no

The specific database to connect to. Only applicable to certain databases. Value ignored if not applicable

user

string

yes

The userid used when connecting to ArcSDE

password

string

yes

The password used when connecting to ArcSDE

...