org.ka2ddo.yaac.osm
Interface MaybeArea

All Known Implementing Classes:
Aeroway, AmenityType, LandUse, Leisure, Natural, WayType

public interface MaybeArea

This interface specifies a method by which OSM attribute enums that may (but do not always) imply that the specified Way is an area, can specifically indicate whether this particular value of the enum implies an area.


Method Summary
 boolean isArea()
          Indicates whether this enum type implies an area.
 

Method Detail

isArea

boolean isArea()
Indicates whether this enum type implies an area.

Returns:
boolean true if Ways with this attribute value are assumed to be areas