gis-tools-ts - v0.6.0
    Preparing search index...

    Class ProjectionBase

    Base class for all projections

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Forward projection from x-y to lon-lat. In this case, radians to degrees

      Parameters

      • p: VectorPoint

        Vector Point. This is a placeholder for a lon-lat WGS84 point

      Returns void

    • Inverse projection from lon-lat to x-y. In this case, degrees to radians

      Parameters

      • p: VectorPoint

        Vector Point. This is a placeholder for a lon-lat WGS84 point

      Returns void