public interface GeoPath extends GeoExtent
Modifier and Type | Interface and Description |
---|---|
static class |
GeoPath.Impl
An implementation of Path that takes an alternating lat/lon array and
(optionally) an array of altitudes.
|
static interface |
GeoPath.PointIterator |
static interface |
GeoPath.SegmentIterator |
Modifier and Type | Method and Description |
---|---|
GeoArray |
getPoints()
Return the points that make up the path as an array of Geo object.
|
boolean |
isSegmentNear(GeoSegment s,
double epsilon)
Does the segment s come within epsilon (in radians) of us?
|
int |
length() |
GeoPath.PointIterator |
pointIterator() |
GeoPath.SegmentIterator |
segmentIterator() |
getBoundingCircle, getID
GeoPath.SegmentIterator segmentIterator()
GeoPath.PointIterator pointIterator()
boolean isSegmentNear(GeoSegment s, double epsilon)
GeoArray getPoints()
int length()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details