Uses of Class
org.openstreetmap.josm.io.session.SessionReader.SessionProjectionChoiceData
-
Packages that use SessionReader.SessionProjectionChoiceData Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export. -
-
Uses of SessionReader.SessionProjectionChoiceData in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as SessionReader.SessionProjectionChoiceData Modifier and Type Field Description private SessionReader.SessionProjectionChoiceDataSessionLoadAction.Loader. projectionChoice -
Uses of SessionReader.SessionProjectionChoiceData in org.openstreetmap.josm.io.session
Fields in org.openstreetmap.josm.io.session declared as SessionReader.SessionProjectionChoiceData Modifier and Type Field Description private SessionReader.SessionProjectionChoiceDataSessionReader. projectionChoiceMethods in org.openstreetmap.josm.io.session that return SessionReader.SessionProjectionChoiceData Modifier and Type Method Description SessionReader.SessionProjectionChoiceDataSessionReader. getProjectionChoice()Returns the projection choice data.private static SessionReader.SessionProjectionChoiceDataSessionReader. readProjectionChoiceData(org.w3c.dom.Element root)
-