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 RegistryCRSFactory. registryMethods in org.locationtech.proj4j that return Registry Modifier and Type Method Description RegistryCRSFactory. getRegistry()Gets theRegistryused 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 RegistryImporter. registryA registry for creatingProjectioninstances if needed.Methods in org.locationtech.proj4j.geoapi that return Registry Modifier and Type Method Description RegistryImporter. 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 RegistryProj4Parser. registryConstructors in org.locationtech.proj4j.parser with parameters of type Registry Constructor Description Proj4Parser(Registry registry)
-