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) classWell Known Text (WKT) parser for referencing objects.(package private) classWell Known Text (WKT) parser for math transforms.private final classThe parser created byWKTFormat.parser(boolean), identical toGeodeticObjectParserexcept for the source of logging messages which is the enclosingWKTParserinstead of a factory.Fields in org.apache.sis.io.wkt declared as AbstractParserMethods in org.apache.sis.io.wkt that return AbstractParserModifier and TypeMethodDescriptionprivate AbstractParserWKTFormat.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 voidStoredTree.toElements(AbstractParser parser, Collection<? super Element> addTo, int isFragment) RecreatesElementtrees.Constructors in org.apache.sis.io.wkt with parameters of type AbstractParserModifierConstructorDescription(package private)Element(AbstractParser parser, String text, ParsePosition position) Constructs a newElementby parsing the given WKT string starting at the given position.(package private)Inflater(AbstractParser parser, short[] offsets, int isFragment) Creates a new inflater.