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 EnumMap<CustomProjection.Polarity,EastNorth>
CustomProjection. polesEN
Methods in org.openstreetmap.josm.data.projection that return CustomProjection.Polarity Modifier and Type Method Description static CustomProjection.Polarity
CustomProjection.Polarity. valueOf(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 EastNorth
CustomProjection. getPole(CustomProjection.Polarity whichPole)
-