geoview-core
    Preparing search index...

    Interface TransformBaseOptions

    Options for the transform interaction

    interface TransformBaseOptions {
        enableDelete?: boolean;
        features?: Collection<Feature<Geometry>>;
        hitTolerance?: number;
        keepAspectRatio?: boolean;
        mapViewer?: MapViewer;
        rotate?: boolean;
        scale?: boolean;
        source?: VectorSource<Feature<Geometry>>;
        stretch?: boolean;
        translate?: boolean;
    }
    Index

    Properties

    enableDelete?: boolean
    features?: Collection<Feature<Geometry>>
    hitTolerance?: number
    keepAspectRatio?: boolean
    mapViewer?: MapViewer
    rotate?: boolean
    scale?: boolean
    source?: VectorSource<Feature<Geometry>>
    stretch?: boolean
    translate?: boolean