gov.nasa.worldwind.globes
Class SectorGeometryList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<SectorGeometry>
gov.nasa.worldwind.globes.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, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
SectorGeometryList
public SectorGeometryList()
SectorGeometryList
public SectorGeometryList(SectorGeometryList list)
getSector
public Sector getSector()
getSurfacePoint
public Vec4 getSurfacePoint(Angle latitude,
Angle longitude)
getSurfacePoint
public Vec4 getSurfacePoint(Angle latitude,
Angle longitude,
double metersOffset)
getSurfacePoint
public Vec4 getSurfacePoint(Position position)
pick
public ArrayList<PickedObject> pick(DrawContext dc,
List<Point> pickPoints)
pick
public void pick(DrawContext dc,
Point pickPoint)
setSector
public void setSector(Sector sector)