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

    Interface ConvertedGeometry<M>

    The resultant geometry after conversion

    interface ConvertedGeometry<M extends MValue = Properties> {
        face: Face;
        geometry: VectorGeometry<M>;
    }

    Type Parameters

    • M extends MValue = Properties
    Index

    Properties

    Properties

    face: Face

    The face of the vector geometry that was converted

    geometry: VectorGeometry<M>

    The vector geometry that was converted