public class MultiLineString extends LinkedList<LineString> implements IGeoCoordinates
LineStrings.modCount| Constructor and Description |
|---|
MultiLineString(Collection<LineString> lineStrings)
Constructor that requires any kind of collection of line strings.
|
MultiLineString(com.google.gson.JsonArray array)
Constructor that requires a JsonArray of coordinates.
|
MultiLineString(LineString... lineStrings)
Constructor that requires an arbitrary number of line strings.
|
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 MultiLineString(LineString... lineStrings)
lineStrings - an arbitrary number of line stringspublic MultiLineString(Collection<LineString> lineStrings)
lineStrings - a Collection of line stringspublic MultiLineString(com.google.gson.JsonArray array)
array - a JsonArray of pointsCopyright © 2017–2018. All rights reserved.