Last updated

API / geotoolkit / report / edit / handles / IHandle / IHandle

Class: IHandle

handles.IHandle.IHandle

Define an object that represents the shape handle

Interface

Table of contents

Constructors
Methods

Contents

Constructors

new IHandle()

new IHandle()

Methods

getCursor

Abstract getCursor(documentModelPoint?, rotate?): string

Parameters

Name Type Description
Optional documentModelPointPointdocumentModelPoint
Optional rotatebooleanrotation flag

Returns

string


getLocalTransform

Abstract getLocalTransform(): Transformation

Retrieves the transformation of bounds to parent

Returns

Transformation


intersects

Abstract intersects(rectOrPoint): boolean

Check document model point intersection with handle

Parameters

Name Type Description
rectOrPointPoint | RectdocumentModel Rect or Point

Returns

boolean