public class CoordinateList extends ArrayList
modCount| Constructor and Description |
|---|
CoordinateList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.vividsolutions.jts.geom.Coordinate coord) |
boolean |
add(Object obj) |
boolean |
addAll(Collection coll) |
void |
closeRing()
Ensure this coordList is a ring, by adding the start point if necessary
|
com.vividsolutions.jts.geom.Coordinate |
getCoordinate(int i) |
com.vividsolutions.jts.geom.Coordinate[] |
toCoordinateArray() |
add, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic com.vividsolutions.jts.geom.Coordinate getCoordinate(int i)
public boolean add(Object obj)
public void add(com.vividsolutions.jts.geom.Coordinate coord)
public boolean addAll(Collection coll)
public void closeRing()
public com.vividsolutions.jts.geom.Coordinate[] toCoordinateArray()
Copyright © 2015. All rights reserved.