Click or drag to resize

LatLonSelection Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Selects a link for editing based on its location. A heading can also be specified.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.Routing.LinkEditLatLonSelection

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class LatLonSelection : ILinkEditSelection

The LatLonSelection type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleLatLonSelection(LatLon)
Creates a LatLonSelection that will select the link at the supplied location. If the link permits travel in both directions then the edit will be applied to both directions. Locations should be chosen such that there is only one link at that location, to prevent ambiguities. For example, it is recommended to avoid specifying a location that is near an intersection between two or more links.
Public methodCode exampleLatLonSelection(LatLon, NullableDouble)
Creates a LatLonSelection that will select the link at the supplied location with the specified heading. If the link permits travel in both directions then the edit will be applied to just one direction if it is within 20 degrees of the supplied heading. Locations should be chosen such that there is only one link at that location, to prevent ambiguities. For example, it is recommended to avoid specifying a location that is near an intersection between two or more links.
Top
Properties
  NameDescription
Public propertyHeading
The heading of the link, in degrees.
Public propertyLocation
The location of the edit.
Top
Methods
  NameDescription
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 methodToString
Returns a string containing the location and heading.
(Overrides ObjectToString.)
Top
See Also