Interface GetGraphicParams

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

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