Click or drag to resize

ReachableArea Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class to calculate all links that can be reached within a given time or distance limit.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.Routing.ReachableAreaReachableArea

Namespace:  Telogis.GeoBase.Routing.ReachableArea
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ReachableArea : IDisposable

The ReachableArea type exposes the following members.

Methods
  NameDescription
Public methodComputeConcavePolygon
Computes the smallest concave polygon which contains every reachable link.
Public methodComputeConcavePolygon(ReachableAreaProgress)
Computes the smallest concave polygon which contains every reachable link.
Public methodComputeConvexPolygon
Computes the smallest convex polygon which contains every reachable link.
Public methodComputeConvexPolygon(ReachableAreaProgress)
Computes the smallest convex polygon which contains every reachable link.
Public methodComputeStreetLinks
Create a collection of all reachable streets links
Public methodComputeStreetLinks(ReachableAreaProgress)
Create a collection of all reachable streets links
Public methodDispose
Dispose the ReachableArea.
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 that represents the current object.
(Inherited from Object.)
Public methodStatic memberWithinDistance
Computes the reachable area within a given distance.
Public methodStatic memberWithinTimeSpan
Computes the reachable area within a given time.
Top
Remarks
See Also