Uses of Class
org.openstreetmap.josm.data.projection.Projections.ProjectionDefinition
-
Packages that use Projections.ProjectionDefinition Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection. -
-
Uses of Projections.ProjectionDefinition in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection with type parameters of type Projections.ProjectionDefinition Modifier and Type Field Description private static Map<String,Projections.ProjectionDefinition>
Projections. inits
Methods in org.openstreetmap.josm.data.projection that return types with arguments of type Projections.ProjectionDefinition Modifier and Type Method Description static List<Projections.ProjectionDefinition>
Projections. loadProjectionDefinitions(BufferedReader r)
Load projection definitions from file.static List<Projections.ProjectionDefinition>
Projections. loadProjectionDefinitions(String path)
Load projection definitions from file.
-