RAMP4 - v4.21.0
    Preparing search index...

    Interface GetGraphicParams

    interface GetGraphicParams {
        forZoom?: boolean;
        getAttribs?: boolean;
        getGeom?: boolean;
        getStyle?: boolean;
    }
    Index

    Properties

    forZoom?: boolean

    Indicates the geometry is wanted for zooming. Will attempt to ensure a higher precision is used. Only valid with getGeom flag. Only valid for Point/Multipoint geometries.

    getAttribs?: boolean

    Include attributes for the graphic

    getGeom?: boolean

    Include geometry for the graphic

    getStyle?: boolean

    Include geometry styling for the graphic