@itwin/core-frontend
Version:
iTwin.js frontend components
14 lines • 512 B
TypeScript
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