Sample Code
Preparing search index...
The search index is not available
PilotGaea 3D O'view
PilotGaea 3D O'view
ov
InputtingOption
Interface InputtingOption<T>
輸入中的回呼設定。
interface
InputtingOption
{
onInputting
?:
(
(
event
)
=>
void
)
;
}
Type Parameters
T
extends
ModuleInputEventMap
[
"Inputting"
]
Hierarchy
InputtingOption
InputPolylineOptions
InputPolygonOptions
InputBallOptions
InputRectOptions
Index
Properties
on
Inputting?
Properties
Optional
on
Inputting
on
Inputting
?:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
輸入中的回呼函式。
Parameters
event
:
{
geo
:
T
;
}
geo
:
T
輸入中幾何。
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Inputting
PilotGaea 3D O'view
ov
ov
2D/3D結合
ov2D3D
WMTS
CWMTSParse
CMatrixInfo
CMatrixSet
CWMTSParse
MatrixInfoLike
幾何
GeoJSON
CRect
CSize
Geo3DPoint
GeoBoundary
GeoLine
GeoPoint
GeoPolygon
GeoPolygonSet
GeoPolyline
Loading...
Generated using
TypeDoc
輸入中的回呼設定。