public class MultiPolygon extends LinkedList<Polygon> implements IGeoCoordinates
Polygons.modCount| Constructor and Description |
|---|
MultiPolygon(Collection<Polygon> polygons)
Constructor that requires any kind of collection of polygons.
|
MultiPolygon(com.google.gson.JsonArray array)
Constructor that requires a JsonArray of polygons.
|
MultiPolygon(Polygon... polygons)
Constructor that requires an arbitrary number of polygons.
|
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 MultiPolygon(Polygon... polygons)
polygons - an arbitrary number of polygonspublic MultiPolygon(Collection<Polygon> polygons)
polygons - a Collection of polygonspublic MultiPolygon(com.google.gson.JsonArray array)
array - a JsonArray of polygonsCopyright © 2017–2018. All rights reserved.