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) classParses Well Known Text (WKT).(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. -
Uses of Parser in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement ParserModifier and TypeClassDescriptionclassCreates 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.parserThe Well Known Text parser forCoordinateReferenceSysteminstances.private static Constructor<? extends Parser>GeodeticObjectFactory.parserConstructorThe 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 TypeClassDescriptionclassLow level factory for creating math transforms.private static final classA factory performing no caching.Fields in org.apache.sis.referencing.operation.transform with type parameters of type ParserModifier and TypeFieldDescriptionprivate final AtomicReference<Parser>DefaultMathTransformFactory.parserThe Well Known Text parser forMathTransforminstances.private static Constructor<? extends Parser>DefaultMathTransformFactory.parserConstructorThe constructor for WKT parsers, fetched when first needed.