gov.nasa.worldwind
Class SectorGeometryList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<SectorGeometry>
gov.nasa.worldwind.SectorGeometryList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<SectorGeometry>, Collection<SectorGeometry>, List<SectorGeometry>, RandomAccess
public class SectorGeometryList
- extends ArrayList<SectorGeometry>
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
SectorGeometryList
public SectorGeometryList()
SectorGeometryList
public SectorGeometryList(SectorGeometryList list)
getIntersectingSectors
public List<SectorGeometry> getIntersectingSectors(Sector sector)
getSurfacePoint
public Point getSurfacePoint(Angle latitude,
Angle longitude)
getSurfacePoint
public Point getSurfacePoint(Angle latitude,
Angle longitude,
double metersOffset)
getSurfacePoint
public Point getSurfacePoint(Position position)
pick
public void pick(DrawContext dc,
Point pickPoint)