CustomGmlNamespace interface

Defines a custom XML namespace.

Properties

featureTagName

The tag name to wrap feature members with.

geometryTagName

The tag name to wrap the geometry with.

namespaceUrl

A URL that points to the namespace schema.

prefix

A prefix value to append to the tag names.

tagNames

An array of tag names that are allowed by this namespace.

Property Details

featureTagName

The tag name to wrap feature members with.

featureTagName: string

Property Value

string

geometryTagName

The tag name to wrap the geometry with.

geometryTagName: string

Property Value

string

namespaceUrl

A URL that points to the namespace schema.

namespaceUrl: string

Property Value

string

prefix

A prefix value to append to the tag names.

prefix: string

Property Value

string

tagNames

An array of tag names that are allowed by this namespace.

tagNames: string[]

Property Value

string[]