Options used when converting from an Esri to GML geometry.

interface GmlOptions {
    gmlVersion: string;
    srsDimension?: number;
    srsName?: string;
}

Properties

gmlVersion: string

The version of the OGC Geography Markup Language (GML) specification used by a geometry.

srsDimension?: number

The length or dimensionality of coordinate sequences of a geometry.

srsName?: string

The spatial reference of a geometry.