Class AtlasToOsmType


  • public final class AtlasToOsmType
    extends java.lang.Object
    Convert Atlas ItemTypes into OSM types
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String convert​(org.openstreetmap.atlas.geography.atlas.items.ItemType itemType)
      Convert an Atlas ItemType into an OSM type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convert

        @Nullable
        public static java.lang.String convert​(org.openstreetmap.atlas.geography.atlas.items.ItemType itemType)
        Convert an Atlas ItemType into an OSM type
        Parameters:
        itemType - The itemtype to convert
        Returns:
        The string for that item type ("node", "way", "relation", or null if unknown)