BaseState Class |
Namespace: Telogis.GeoBase.ShapeUI.State
The BaseState type exposes the following members.
Name | Description | |
---|---|---|
Apply |
Applies any changes made while in this state.
| |
Begin |
Called when the layer enters this state.
| |
End |
Called when the layer exits this state.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OnMouseClick |
Mouse-click handler for this state.
| |
OnMouseDown |
Mouse-down handler for this state.
| |
OnMouseLeave |
Mouse-leave handler for this state.
| |
OnMouseMove |
Mouse-move handler for this state.
| |
OnMouseUp |
Mouse-up handler for this state.
| |
Project |
Projects a LatLon into a point on the layer's map.
| |
Render |
Called to render this state.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unproject |
Unprojects a point on the layer's map into a LatLon.
|
Name | Description | |
---|---|---|
EDGE_HIT_RADIUS |
The distance in pixels from an edge for hit-testing.
| |
POINT_HIT_RADIUS |
The distance in pixels from a vertex for hit-testing.
| |
POINT_RADIUS |
The radius of a vertex when rendered.
|