Uses of Interface
org.apache.sis.io.wkt.Parser
Packages that use Parser
Package
Description
Well Known Text (WKT) parsing and formatting.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of Parser in org.apache.sis.io.wkt
Classes in org.apache.sis.io.wkt that implement ParserModifier and TypeClassDescription(package private) class
Parses Well Known Text (WKT).(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. -
Uses of Parser in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement ParserModifier and TypeClassDescriptionclass
Creates Coordinate Reference System (CRS) implementations, with their Coordinate System (CS) and Datum components.Fields in org.apache.sis.referencing.factory with type parameters of type ParserModifier and TypeFieldDescriptionprivate final AtomicReference
<Parser> GeodeticObjectFactory.parser
The Well Known Text parser forCoordinateReferenceSystem
instances.private static Constructor
<? extends Parser> GeodeticObjectFactory.parserConstructor
The constructor for WKT parsers, fetched when first needed. -
Uses of Parser in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement ParserModifier and TypeClassDescriptionclass
Low level factory for creating math transforms.private static final class
A factory performing no caching.Fields in org.apache.sis.referencing.operation.transform with type parameters of type ParserModifier and TypeFieldDescriptionprivate final AtomicReference
<Parser> DefaultMathTransformFactory.parser
The Well Known Text parser forMathTransform
instances.private static Constructor
<? extends Parser> DefaultMathTransformFactory.parserConstructor
The constructor for WKT parsers, fetched when first needed.