NavVis IVION API
    Preparing search index...

    Interface ReferenceSystemInterface

    A coordinate reference system (e.g. WGS 84 or a Cartesian system)

    interface ReferenceSystemInterface {
        description?: string;
        geodetic: boolean;
        name: string;
        proj4def?: string;
    }
    Index

    Properties

    description?: string

    Description of the coordinate reference system

    geodetic: boolean

    Whether the coordinate reference system is geodetic (has a EPSG code or a Proj.4 definition)

    name: string

    Name of the coordinate reference system

    proj4def?: string

    Proj.4 definition for a geodetic system that does not have an EPSG code