Properties
Private
#MoveEntityID
#MoveEntityID: string = ''
Private
#SelEntityID
#SelEntityID: string = ''
Private
DrawType
DrawType: ({
borderColor: string;
borderStyle: string;
borderWidth: string;
fillColor: string;
fillStyle: string;
lineWidth?: undefined;
opacity: string;
} | {
borderColor?: undefined;
borderStyle?: undefined;
borderWidth?: undefined;
fillColor: string;
fillStyle: string;
lineWidth: string;
opacity: string;
} | {
borderColor?: undefined;
borderStyle?: undefined;
borderWidth?: undefined;
fillColor?: undefined;
fillStyle?: undefined;
lineWidth?: undefined;
opacity?: undefined;
})[]
Private
GeoJson
GeoJson: any
Private
GeoJsonBackups
GeoJsonBackups: GeoJSON[]
Private
clampToGround
clampToGround: boolean
Private
dataSourceToo
dataSourceToo: PlotDataSource
Private
drawShape
Private
fileName
fileName: string
Private
viewer
viewer: Viewer
图上标绘功能