Uses of Class
org.openstreetmap.josm.data.projection.CustomProjection.Param

Packages that use CustomProjection.Param
org.openstreetmap.josm.data.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
static java.util.Map<java.lang.String,CustomProjection.Param> CustomProjection.Param.paramsByKey
           
 

Methods in org.openstreetmap.josm.data.projection that return CustomProjection.Param
static CustomProjection.Param CustomProjection.Param.valueOf(java.lang.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.
 



JOSM