Interface GeospatialCoordinateReferenceSystem

interface GeospatialCoordinateReferenceSystem {
    projString: string;
    srid: number;
    wkt: string;
}

Hierarchy (view full)

Properties

Properties

projString: string
srid: number
wkt: string