Interface EnumMayHaveFlags2

All Known Implementing Classes:
SeamarkType

public interface EnumMayHaveFlags2
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 extended boolean flag bits.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Summary

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

    • getFlags2Mask

      int getFlags2Mask()
      Indicates any extended flag bits implied by this enum type.
      Returns:
      bitmask of extended flags if this enum implies extended flags, or zero for no extended flags