Interface EnumMayHaveFlags

All Known Implementing Classes:
Aeroway, AmenityType, Historic, LandUse, Leisure, Man_Made, Natural, Place, SeamarkType, Water, Waterway, WayType

public interface EnumMayHaveFlags
This interface specifies a method by which OSM attribute enums that may (but do not always) imply that the specified Node or Way has boolean attributes associated with it, and can specify whether this particular value of the enum implies boolean flag bits.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    Indicates any flag bits implied by this enum type.
  • Method Details

    • getFlagMask

      short getFlagMask()
      Indicates any flag bits implied by this enum type.
      Returns:
      bitmask of flags if this enum implies flags