Uses of Class
org.apache.sis.io.wkt.AbstractParser
Packages that use AbstractParser
-
Uses of AbstractParser in org.apache.sis.io.wkt
Subclasses of AbstractParser in org.apache.sis.io.wktModifier and TypeClassDescription(package private) class
Well Known Text (WKT) parser for referencing objects.(package private) class
Well Known Text (WKT) parser for math transforms.private final class
The parser created byWKTFormat.parser(boolean)
, identical toGeodeticObjectParser
except for the source of logging messages which is the enclosingWKTParser
instead of a factory.Fields in org.apache.sis.io.wkt declared as AbstractParserMethods in org.apache.sis.io.wkt that return AbstractParserModifier and TypeMethodDescriptionprivate AbstractParser
WKTFormat.parser
(boolean modifiable) Returns the parser, created when first needed.Methods in org.apache.sis.io.wkt with parameters of type AbstractParserModifier and TypeMethodDescription(package private) final void
StoredTree.toElements
(AbstractParser parser, Collection<? super Element> addTo, int isFragment) RecreatesElement
trees.Constructors in org.apache.sis.io.wkt with parameters of type AbstractParserModifierConstructorDescription(package private)
Element
(AbstractParser parser, String text, ParsePosition position) Constructs a newElement
by parsing the given WKT string starting at the given position.(package private)
Inflater
(AbstractParser parser, short[] offsets, int isFragment) Creates a new inflater.