java.lang.Object | |
↳ | com.microstrategy.web.app.maps.topology.TopoArc |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | REVERSE_DIRECTION | ||||||||||
int | STRAIGHT_DIRECTION |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected List<GeoPoint> | allPoints |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TopoArc(List<GeoPoint> points) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
containsSamePoints(List<LatLng> arc, int direction)
Compare three points to decide whether the the two arcs are the same or not.
| ||||||||||
List<LatLng> | getAllLatLngs() | ||||||||||
List<GeoPoint> | getAllPoints() | ||||||||||
GeoPoint | getGeoPointAt(int index) | ||||||||||
LatLng | getLatLngAt(int index) | ||||||||||
int | size() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Compare three points to decide whether the the two arcs are the same or not. We can do a throughout comparsion, but it would take more time.
arc | The list of objects to see whether the arc exists or not |
---|---|
direction | or |