Sample Code
Preparing search index...
The search index is not available
PilotGaea 3D O'view
PilotGaea 3D O'view
ov
InputCompleteOption
Interface InputCompleteOption<T>
輸入完成的回呼設定。
interface
InputCompleteOption
{
onCompleted
?:
(
(
event
)
=>
void
)
;
}
Type Parameters
T
extends
ModuleInputEventMap
[
"InputCompleted"
]
[
"geo"
]
Hierarchy
InputCompleteOption
InputPointOptions
InputPolylineOptions
InputPolygonOptions
InputBallOptions
InputRectOptions
Index
Properties
on
Completed?
Properties
Optional
on
Completed
on
Completed
?:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
輸入完成的回呼函式。
Parameters
event
:
{
geo
:
T
;
success
:
boolean
;
}
geo
:
T
輸入完成幾何。
success
:
boolean
是否成功。
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Completed
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
輸入完成的回呼設定。