geoview-core - v2.2.0
    Preparing search index...

    Interface TransformBaseOptions

    Options for the transform interaction

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

    Properties

    enableDelete?: boolean
    features?: Collection<Feature<Geometry, { [x: string]: any }>>
    hitTolerance?: number
    keepAspectRatio?: boolean
    mapViewer?: MapViewer
    rotate?: boolean
    scale?: boolean
    source?: VectorSource<Feature<Geometry, { [x: string]: any }>>
    stretch?: boolean
    translate?: boolean