Class MULTILINESTRING
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token
de.fraunhofer.iosb.ilt.frostserver.util.wktparser.nodes.MULTILINESTRING
- All Implemented Interfaces:
de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node,de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node.TerminalNode,CharSequence,Iterable<de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node>,Collection<de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node>,List<de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node>
public class MULTILINESTRING
extends de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token
-
Nested Class Summary
Nested classes/interfaces inherited from class de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token
de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token.TokenTypeNested classes/interfaces inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node
de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node.NodeType, de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node.TerminalNode, de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node.Visitor -
Constructor Summary
ConstructorsConstructorDescriptionMULTILINESTRING(de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token.TokenType type, de.fraunhofer.iosb.ilt.frostserver.util.wktparser.WLexer tokenSource, int beginOffset, int endOffset) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token
charAt, copyLocationInfo, copyLocationInfo, followingTokens, getBeginOffset, getEndOffset, getImage, getLocation, getNext, getParent, getPrevious, getSource, getTokenSource, getType, isEmpty, isSkipped, isUnparsed, isVirtual, length, newToken, nextCachedToken, precedingTokens, precedingUnparsedTokens, previousCachedToken, replaceType, setBeginOffset, setEndOffset, setParent, setTokenSource, setType, setUnparsed, subSequence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePointsMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliteratorMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node
addAll, addAll, appendChild, children, childrenOfType, childrenOfType, childrenOfType, childrenOfType, clear, close, contains, containsAll, copyLocationInfo, copyLocationInfo, descendants, descendants, descendants, descendants, descendantsOfType, descendantsOfType, dump, dump, firstAncestorOfType, firstChildOfType, firstChildOfType, firstChildOfType, firstDescendantOfType, firstDescendantOfType, firstDescendantOfType, firstDescendantOfType, getAllTokens, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getFirstChild, getInputSource, getLastChild, getLength, getRoot, getTokenType, hasChildNodes, indexOf, iterator, lastIndexOf, listIterator, listIterator, nextSibling, open, prependChild, previousSibling, remove, removeAll, removeChild, replace, replace, replaceChild, retainAll, size, subList, toArray, toArrayMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Node.TerminalNode
add, add, addChild, addChild, children, clearChildren, get, getChild, getChildCount, indexOf, remove, removeChild, set, setChild, truncate
-
Constructor Details
-
MULTILINESTRING
public MULTILINESTRING(de.fraunhofer.iosb.ilt.frostserver.util.wktparser.Token.TokenType type, de.fraunhofer.iosb.ilt.frostserver.util.wktparser.WLexer tokenSource, int beginOffset, int endOffset)
-