Uses of Class
org.openstreetmap.josm.tools.Pair

Packages that use Pair
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.data.validation.tests   
org.openstreetmap.josm.gui.io   
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
org.openstreetmap.josm.tools   
 

Uses of Pair in org.openstreetmap.josm.actions
 

Methods in org.openstreetmap.josm.actions that return Pair
static Pair<Way,Command> CombineWayAction.combineWaysWorker(java.util.Collection<Way> ways)
           
 

Constructors in org.openstreetmap.josm.actions with parameters of type Pair
CombineWayAction.NodePair(Pair<Node,Node> pair)
           
 

Uses of Pair in org.openstreetmap.josm.actions.mapmode
 

Method parameters in org.openstreetmap.josm.actions.mapmode with type arguments of type Pair
private static void DrawAction.adjustNode(java.util.Collection<Pair<Node,Node>> segs, Node n)
          Adjusts the position of a node to lie on a segment (or a segment intersection).
 

Uses of Pair in org.openstreetmap.josm.data.osm
 

Methods in org.openstreetmap.josm.data.osm that return types with arguments of type Pair
 java.util.List<Pair<Node,Node>> Way.getNodePairs(boolean sort)
          Replies the ordered List of chunks of this way.
 

Uses of Pair in org.openstreetmap.josm.data.validation.tests
 

Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type Pair
(package private)  MultiMap<Pair<Node,Node>,WaySegment> OverlappingWays.nodePairs
          Bag of all way segments
 

Uses of Pair in org.openstreetmap.josm.gui.io
 

Methods in org.openstreetmap.josm.gui.io with parameters of type Pair
protected  void AbstractUploadTask.handleUploadPreconditionFailedConflict(OsmApiException e, Pair<OsmPrimitive,java.util.Collection<OsmPrimitive>> conflict)
          Handles the case where deleting a node failed because it is still in use in a non-deleted way on the server.
 

Uses of Pair in org.openstreetmap.josm.gui.mappaint
 

Methods in org.openstreetmap.josm.gui.mappaint that return Pair
 Pair<StyleCache.StyleList,Range> ElemStyles.generateStyles(OsmPrimitive osm, double scale, OsmPrimitive multipolyOuterWay, boolean pretendWayIsClosed)
          Create the list of styles and its valid scale range for one primitive.
private  Pair<StyleCache.StyleList,Range> ElemStyles.getImpl(OsmPrimitive osm, double scale, NavigatableComponent nc)
          Create the list of styles and its valid scale range for one primitive.
 Pair<StyleCache.StyleList,Range> ElemStyles.getStyleCacheWithRange(OsmPrimitive osm, double scale, NavigatableComponent nc)
          Create the list of styles and its valid scale range for one primitive.
 Pair<StyleCache.StyleList,Range> StyleCache.getWithRange(double scale)
          looks up styles for a certain scale value and additionally returns the scale range for the returned styles
 

Uses of Pair in org.openstreetmap.josm.gui.mappaint.mapcss
 

Constructors in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type Pair
Selector.GeneralSelector(java.lang.String base, Pair<java.lang.Integer,java.lang.Integer> zoom, java.util.List<Condition> conds, java.lang.String subpart)
           
 

Uses of Pair in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools that return Pair
static
<U,V> Pair<U,V>
Pair.create(U u, V v)
           
static Pair<java.lang.Double,java.lang.Double> OsmUrlToBounds.getTileOfLatLon(double lat, double lon, double zoom)
           
static Pair<OsmPrimitive,java.util.Collection<OsmPrimitive>> ExceptionUtil.parsePreconditionFailed(java.lang.String msg)
           
static
<T> Pair<T,T>
Pair.sort(Pair<T,T> p)
           
 

Methods in org.openstreetmap.josm.tools with parameters of type Pair
static
<T> Pair<T,T>
Pair.sort(Pair<T,T> p)
           
static
<T> java.util.ArrayList<T>
Pair.toArrayList(Pair<T,T> p)
           
 



JOSM