MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLPointPolyIntersectOperation Class Reference

Detailed Description

This is the TSLPointPolyIntersectOperation class.

Operation Name pointpolyintersect

Additional Data None

This is an intersection operation. The operation will determine whether a point entity is positioned inside or outside of the extent of a selected polygon.

The user selects a polygon and invokes the point/polygon intersect method. The user then clicks on point entities in the editor model and the client application is requested to display the results of the intersection test.

The operation is deactivated by a click on the right mouse button.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLPointPolyIntersectOperation::add ( TSLEditor * editor)
static

This method adds the operation to a TSLEditor object. It is passed a pointer to the editor object.

Arguments list details:

editor: a pointer to the TSLEditor object.

Returns true if added successfully, otherwise false.