Uses of Class
org.openjump.core.ccordsys.utils.SRSInfo.Registry
-
Packages that use SRSInfo.Registry Package Description org.openjump.core.ccordsys.utils -
-
Uses of SRSInfo.Registry in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that return SRSInfo.Registry Modifier and Type Method Description SRSInfo.Registry
SRSInfo. getRegistry()
static SRSInfo.Registry
SRSInfo.Registry. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRSInfo.Registry[]
SRSInfo.Registry. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjump.core.ccordsys.utils with parameters of type SRSInfo.Registry Modifier and Type Method Description SRSInfo
SRSInfo. setRegistry(SRSInfo.Registry registry)
-