public static class AddTripPattern.TemporaryStop extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index
the index of this stop in the graph
|
double |
lat
The latitude of this stop
|
double |
lon
The longitude of this stop
|
Sample |
sample
how this vertex is connected to the graph
|
| Constructor and Description |
|---|
TemporaryStop(com.vividsolutions.jts.geom.Coordinate c,
SampleFactory sampleFactory) |
TemporaryStop(double lat,
double lon,
SampleFactory sampleFactory) |
public final int index
public final double lat
public final double lon
public final Sample sample
public TemporaryStop(com.vividsolutions.jts.geom.Coordinate c,
SampleFactory sampleFactory)
public TemporaryStop(double lat,
double lon,
SampleFactory sampleFactory)
Copyright © 2018. All rights reserved.