Uses of Class
org.locationtech.proj4j.Registry
-
Packages that use Registry Package Description org.locationtech.proj4j org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.parser -
-
Uses of Registry in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as Registry Modifier and Type Field Description private static Registry
CRSFactory. registry
Methods in org.locationtech.proj4j that return Registry Modifier and Type Method Description Registry
CRSFactory. getRegistry()
Gets theRegistry
used by this factory. -
Uses of Registry in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as Registry Modifier and Type Field Description protected Registry
Importer. registry
A registry for creatingProjection
instances if needed.Methods in org.locationtech.proj4j.geoapi that return Registry Modifier and Type Method Description Registry
Importer. getRegistry()
{@return the registry to use for creating PROJ4J objects from a name}.Constructors in org.locationtech.proj4j.geoapi with parameters of type Registry Constructor Description Importer(Registry registry)
Creates an importer which will use the given registry. -
Uses of Registry in org.locationtech.proj4j.parser
Fields in org.locationtech.proj4j.parser declared as Registry Modifier and Type Field Description private Registry
Proj4Parser. registry
Constructors in org.locationtech.proj4j.parser with parameters of type Registry Constructor Description Proj4Parser(Registry registry)
-