public class OSMNode extends OSMWithTags
Modifier and Type | Field and Description |
---|---|
double |
lat |
double |
lon |
creativeName, id
Constructor and Description |
---|
OSMNode() |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity()
Returns the capacity of this node if defined, or 0.
|
boolean |
hasTrafficLight() |
boolean |
isBikeRental()
TODO Maybe all those methods (isSomething...) in OSMXxx should be moved to a dedicated OSM
filtering class.
|
boolean |
isBollard()
Checks if this node is bollard
|
boolean |
isMultiLevel()
Is this a multi-level node that should be decomposed to multiple coincident nodes? Currently returns true only for elevators.
|
boolean |
isStop()
Is this a public transport stop that can be linked to a transit stop vertex later on.
|
String |
toString() |
addTag, addTag, doesTagAllowAccess, getAssumedName, getId, getTag, getTags, getTagsByPrefix, hasTag, isBicycleExplicitlyAllowed, isBicycleExplicitlyDenied, isBikeParking, isFalse, isGeneralAccessDenied, isMotorcarExplicitlyAllowed, isMotorcarExplicitlyDenied, isMotorVehicleExplicitlyAllowed, isMotorVehicleExplicitlyDenied, isParkAndRide, isPedestrianExplicitlyAllowed, isPedestrianExplicitlyDenied, isTag, isTagFalse, isTagTrue, isThroughTrafficExplicitlyDisallowed, isTrue, isUnderConstruction, setCreativeName, setId
public int getCapacity() throws NumberFormatException
NumberFormatException
public boolean isMultiLevel()
public boolean hasTrafficLight()
public boolean isStop()
public boolean isBikeRental()
public boolean isBollard()
Copyright © 2018. All rights reserved.