Click or drag to resize

SelectState Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A state that allows entities on a layer to be selected.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class SelectState : BaseState, 
	ISelectState, IState

The SelectState type exposes the following members.

Constructors
  NameDescription
Public methodSelectState
The base selection state that will highlight any shape
Top
Properties
  NameDescription
Public propertyHighlight
The currently highlighted entity.
Public propertySelection
The currently selected entity.
Top
Methods
  NameDescription
Public methodApply
Applies any changes made while in this state.
(Inherited from BaseState.)
Public methodBegin
Called when the layer enters this state.
(Inherited from BaseState.)
Public methodEnd
Called when the layer exits this state.
(Inherited from BaseState.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnMouseClick
On left click, selects the highlighted entity.
(Overrides BaseStateOnMouseClick(Object, MouseEventArgs).)
Public methodOnMouseDown
Mouse-down handler for this state.
(Inherited from BaseState.)
Public methodOnMouseLeave
Unhighlight any highlighted entities.
(Overrides BaseStateOnMouseLeave(Object, EventArgs).)
Public methodOnMouseMove
On a mouse move event check whether the mouse has highlighted any entity.
(Overrides BaseStateOnMouseMove(Object, MouseEventArgs).)
Public methodOnMouseUp
Mouse-up handler for this state.
(Inherited from BaseState.)
Public methodProject
Projects a LatLon into a point on the layer's map.
(Inherited from BaseState.)
Public methodRender
Render all of the relevant shapes for this layer.
- Highlight the highlighted entity by changing the outline color.
(Overrides BaseStateRender(Graphics, RenderContext).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnproject
Unprojects a point on the layer's map into a LatLon.
(Inherited from BaseState.)
Top
See Also