UNPKG

@itwin/core-frontend

Version:
14 lines 512 B
import { FeatureGeometryRenderer } from "../../../../tile/internal"; /** @internal */ export declare class ArcGisGeometryReaderJSON { private _ringsOrPaths; private _points; private _fill; private _relativeCoords; private _renderer; constructor(geometryType: string, renderer: FeatureGeometryRenderer, relativeCoords?: boolean); readGeometry(geometry: any): Promise<void>; private readRingsAndPaths; private readPoints; } //# sourceMappingURL=ArcGisGeometryReaderJSON.d.ts.map