Class AtlasToOsmType
- java.lang.Object
-
- org.openstreetmap.atlas.checks.utility.AtlasToOsmType
-
public final class AtlasToOsmType extends java.lang.ObjectConvert Atlas ItemTypes into OSM types
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringconvert(org.openstreetmap.atlas.geography.atlas.items.ItemType itemType)Convert an AtlasItemTypeinto an OSM type
-
-
-
Method Detail
-
convert
@Nullable public static java.lang.String convert(org.openstreetmap.atlas.geography.atlas.items.ItemType itemType)
Convert an AtlasItemTypeinto an OSM type- Parameters:
itemType- The itemtype to convert- Returns:
- The string for that item type ("node", "way", "relation", or
nullif unknown)
-
-