Uses of Class
org.osm2world.core.map_data.data.overlaps.MapOverlapType

Packages that use MapOverlapType
org.osm2world.core.map_data.data.overlaps   
 

Uses of MapOverlapType in org.osm2world.core.map_data.data.overlaps
 

Fields in org.osm2world.core.map_data.data.overlaps declared as MapOverlapType
 MapOverlapType MapOverlap.type
           
 

Methods in org.osm2world.core.map_data.data.overlaps that return MapOverlapType
static MapOverlapType MapOverlapType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapOverlapType[] MapOverlapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.osm2world.core.map_data.data.overlaps with parameters of type MapOverlapType
MapOverlap(T1 e1, T2 e2, MapOverlapType type)
           
MapOverlapAA(MapArea area1, MapArea area2, MapOverlapType type)
           
MapOverlapWA(MapWaySegment waySegment, MapArea area, MapOverlapType type)