@equinor/videx-3d
    Preparing search index...

    Type Alias UtmAreaProps

    UtmArea props

    type UtmAreaProps = {
        crsInstance?: CRS;
        offset?: Vec3;
        origin: [number, number];
        originUnits?: "utm" | "lnglat";
        utmProjectionDef?: string;
        utmZone?: string;
    }
    Index

    Properties

    crsInstance?: CRS
    offset?: Vec3
    origin: [number, number]
    originUnits?: "utm" | "lnglat"
    utmProjectionDef?: string
    utmZone?: string