JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ka2ddo.yaac.osm
Interface MaybeArea
All Known Implementing Classes:
Aeroway
,
AmenityType
,
LandUse
,
Leisure
,
Natural
,
Water
,
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method