Uses of Interface
org.apache.sis.io.wkt.Parser
-
Packages that use Parser Package Description org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of Parser in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement Parser Modifier and Type Class Description class
GeodeticObjectFactory
Creates Coordinate Reference System (CRS) implementations, with their Coordinate System (CS) and Datum components. -
Uses of Parser in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement Parser Modifier and Type Class Description class
DefaultMathTransformFactory
Low level factory for creating math transforms.
-