| Package | Description | 
|---|---|
| org.opentripplanner.openstreetmap.model | 
| Modifier and Type | Field and Description | 
|---|---|
| OSMLevel.Source | OSMLevel. source | 
| Modifier and Type | Method and Description | 
|---|---|
| static OSMLevel.Source | OSMLevel.Source. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static OSMLevel.Source[] | OSMLevel.Source. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<OSMLevel> | OSMLevel. fromSpecList(String specList,
            OSMLevel.Source source,
            boolean incrementNonNegative) | 
| static OSMLevel | OSMLevel. fromString(String spec,
          OSMLevel.Source source,
          boolean incrementNonNegative)makes an OSMLevel from one of the semicolon-separated fields in an OSM
 level map relation's levels= tag. | 
| static Map<String,OSMLevel> | OSMLevel. mapFromSpecList(String specList,
               OSMLevel.Source source,
               boolean incrementNonNegative) | 
| Constructor and Description | 
|---|
| OSMLevel(int floorNumber,
        double altitudeMeters,
        String shortName,
        String longName,
        OSMLevel.Source source,
        boolean reliable) | 
Copyright © 2018. All rights reserved.