Id class

Represents a filter on the GML id of a shape. Uses ogc:GmlObjectId for version 1.1.0 and fes:ResourceId for all other versions. Version 1.0.0 typically does not support this filter.

Extends

Constructors

Id(string)

Represents a filter on the GML id of a shape. Uses ogc:GmlObjectId for version 1.1.0 and fes:ResourceId for all other versions. Version 1.0.0 typically does not support this filter.

Inherited Methods

toXml(string)

Generates an XML version of the filter.

Constructor Details

Id(string)

Represents a filter on the GML id of a shape. Uses ogc:GmlObjectId for version 1.1.0 and fes:ResourceId for all other versions. Version 1.0.0 typically does not support this filter.

new Id(id: string)

Parameters

id

string

The id to filter on.

Inherited Method Details

toXml(string)

Generates an XML version of the filter.

function toXml(version?: string): string

Parameters

version

string

The WFS service version.

Returns

string

Inherited From Filter.toXml