LatLonSelection Class |
Namespace: Telogis.GeoBase.Routing.LinkEdit
The LatLonSelection type exposes the following members.
Name | Description | |
---|---|---|
LatLonSelection(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.
| |
LatLonSelection(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.
|
Name | Description | |
---|---|---|
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.) | |
ToString |
Returns a string containing the location and heading.
(Overrides ObjectToString.) |