Uses of Class
org.openstreetmap.josm.data.projection.CustomProjection.Param
-
Packages that use CustomProjection.Param Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection. -
-
Uses of CustomProjection.Param in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection with type parameters of type CustomProjection.Param Modifier and Type Field Description (package private) static Map<String,CustomProjection.Param>
CustomProjection.Param. paramsByKey
Map of all parameters by keyMethods in org.openstreetmap.josm.data.projection that return CustomProjection.Param Modifier and Type Method Description static CustomProjection.Param
CustomProjection.Param. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomProjection.Param[]
CustomProjection.Param. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-