Click or drag to resize

DefaultState Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A passive state.
Inheritance Hierarchy

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

The DefaultState type exposes the following members.

Constructors
  NameDescription
Public methodDefaultState
Creates a default state for the supplied layer.
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
Mouse-click handler for this state.
(Inherited from BaseState.)
Public methodOnMouseDown
Mouse-down handler for this state.
(Inherited from BaseState.)
Public methodOnMouseLeave
Mouse-leave handler for this state.
(Inherited from BaseState.)
Public methodOnMouseMove
Mouse-move handler for this state.
(Inherited from BaseState.)
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
Called to render this state.
(Inherited from BaseState.)
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