Uses of Class
org.locationtech.proj4j.Registry
-
Packages that use Registry Package Description org.locationtech.proj4j 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.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)
-