public class MultiPoint extends LinkedList<Point> implements IGeoCoordinates
modCount| Constructor and Description |
|---|
MultiPoint(Collection<Point> points)
Constructor that requires any kind of collection of coordinates.
|
MultiPoint(com.google.gson.JsonArray array)
Constructor that requires a JsonArray of coordinates.
|
MultiPoint(Point... points)
Constructor that requires an arbitrary number of coordinates.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic MultiPoint(Point... points)
points - an arbitrary number of pointspublic MultiPoint(Collection<Point> points)
points - a Collection of pointspublic MultiPoint(com.google.gson.JsonArray array)
array - a JsonArray of pointsCopyright © 2017–2018. All rights reserved.