Uses of Class
org.openstreetmap.josm.data.projection.CustomProjection.Polarity
-
Packages that use CustomProjection.Polarity Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection. -
-
Uses of CustomProjection.Polarity in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection with type parameters of type CustomProjection.Polarity Modifier and Type Field Description private java.util.EnumMap<CustomProjection.Polarity,EastNorth>CustomProjection. polesENMethods in org.openstreetmap.josm.data.projection that return CustomProjection.Polarity Modifier and Type Method Description static CustomProjection.PolarityCustomProjection.Polarity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CustomProjection.Polarity[]CustomProjection.Polarity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.projection with parameters of type CustomProjection.Polarity Modifier and Type Method Description private EastNorthCustomProjection. getPole(CustomProjection.Polarity whichPole)
-