geoview-core
    Preparing search index...

    Type Alias TypeProjection

    A Type to represent a Projection in JSON.

    type TypeProjection = {
        latestWkid?: number;
        wkid: number;
        wkt?: string;
    }
    Index

    Properties

    Properties

    latestWkid?: number
    wkid: number
    wkt?: string