Class OsmPrimitiveComparator

    • Method Detail

      • orderingNodesWaysRelations

        public static java.util.Comparator<OsmPrimitiveorderingNodesWaysRelations()
        Returns a comparator ordering the primitives by type in the order NODE, WAY, RELATION
        Returns:
        a comparator ordering the primitives by type in the order NODE, WAY, RELATION
      • orderingWaysRelationsNodes

        public static java.util.Comparator<OsmPrimitiveorderingWaysRelationsNodes()
        Returns a comparator ordering the primitives by type in the order WAY, RELATION, NODE
        Returns:
        a comparator ordering the primitives by type in the order WAY, RELATION, NODE
      • orderingRelationsWaysNodes

        public static java.util.Comparator<OsmPrimitiveorderingRelationsWaysNodes()
        Returns a comparator ordering the primitives by type in the order RELATION, WAY, NODE
        Returns:
        a comparator ordering the primitives by type in the order RELATION, WAY, NODE
        Since:
        11679