public class AreaIncursion extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | areaIndexThe index of the area that the route enters | 
| GeoAreaSet | areaSetThe set of areas containing the area that the route enters | 
| double[] | incursionPointThe geographic point at which the route enters the area | 
| double[] | legEndThe end point of the route leg that enters the area | 
| double[] | legStartThe start point of the route leg that enters the area | 
| Route | routeThe route that enters the area | 
| int | routeLegThe route leg that enters the area | 
| Constructor and Description | 
|---|
| AreaIncursion(GeoAreaSet areaSet,
             int areaIndex,
             double[] incursionPt,
             Route route,
             int leg)Creates a new instance of AreaIntrusion | 
| Modifier and Type | Method and Description | 
|---|---|
| void | reset(GeoAreaSet areaSet,
     int areaIndex,
     double[] incursionPt,
     Route route,
     int leg)Resets the values of an existing AreaIncursion object | 
public GeoAreaSet areaSet
public int areaIndex
public double[] incursionPoint
public Route route
public int routeLeg
public double[] legStart
public double[] legEnd
public AreaIncursion(GeoAreaSet areaSet, int areaIndex, double[] incursionPt, Route route, int leg)
public void reset(GeoAreaSet areaSet, int areaIndex, double[] incursionPt, Route route, int leg)