API / geotoolkit / report / edit / handles / IHandle / IHandle
Define an object that represents the shape handle
Interface
Constructors
Methods
▸ Abstract getCursor(documentModelPoint?, rotate?): string
| Name | Type | Description |
|---|---|---|
Optional documentModelPoint | Point | documentModelPoint |
Optional rotate | boolean | rotation flag |
string
▸ Abstract getLocalTransform(): Transformation
Retrieves the transformation of bounds to parent
▸ Abstract intersects(rectOrPoint): boolean
Check document model point intersection with handle
boolean