Class Conflict<T extends OsmPrimitive>

  • Type Parameters:
    T - primitive type of the conflict

    public class Conflict<T extends OsmPrimitive>
    extends Object
    Represents a conflict between two OsmPrimitives. It is represented as a pair of OsmPrimitives where one element of the pair has the role my and the other has the role their.
    • my is the OsmPrimitive in the local dataset
    • their is the OsmPrimitive which caused the conflict when it it was tried to merge it onto my. their is usually the OsmPrimitive from the dataset in another layer or the one retrieved from the server.
    Since:
    1750