Serialized Form
-
Package org.opentrafficsim.road.network.factory.osm
-
Class org.opentrafficsim.road.network.factory.osm.OSMLink extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
end
OSMNode end
The end Node of the OSMLink. -
forwardLanes
byte forwardLanes
The number of lanes going forward (the design direction). -
id
String id
The Link ID. It is generated out of the Start ID and the End ID and (if present) the name tag. -
intermediateNodes
List<OSMNode> intermediateNodes
The List of nodes that are used only to define shape (for mapping purposes). -
lanes
byte lanes
The number of lanes on this OSMLink. -
length
double length
The length of the OSMLink. -
oneway
boolean oneway
Is this OSMLink one way? -
start
OSMNode start
The start Node of the OSMLink. -
tags
List<OSMTag> tags
The tags that this OSMLink inherits from it's way.
-
-
Class org.opentrafficsim.road.network.factory.osm.OSMNetwork extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
Class org.opentrafficsim.road.network.factory.osm.OSMNode extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
crossing
boolean crossing
Is this OSMNode a crossing? -
id
long id
The id of this OSMNode. -
latitude
double latitude
The latitude of this OSMNode. -
linksOriginating
int linksOriginating
The number of OSMLinks originating at this OSMNode; i.e. having this node as start. -
linksTerminating
int linksTerminating
The number of OSMLinks ending at this OSMNode; i.e. having this node as end. -
longitude
double longitude
The longitude of this OSMNode. -
otsNode
OTSRoadNode otsNode
The OTS Node that corresponds to this OSMNode. -
stopSign
boolean stopSign
Does this OSMNode have a stop sign? -
tags
List<OSMTag> tags
The tags of this OSMNode. -
trafficSignal
boolean trafficSignal
Does this OSMNode have a traffic signal? -
yieldSign
boolean yieldSign
Does this OSMNode have a yield sign?
-
-
Class org.opentrafficsim.road.network.factory.osm.OSMRelation extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Class org.opentrafficsim.road.network.factory.osm.OSMTag extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Class org.opentrafficsim.road.network.factory.osm.OSMWay extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
-
Package org.opentrafficsim.road.network.factory.osm.events
-
Class org.opentrafficsim.road.network.factory.osm.events.ProgressEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
progressInformation
String progressInformation
Textual description of the progress made. -
when
long when
Time when the event occurred.
-
-
Class org.opentrafficsim.road.network.factory.osm.events.ProgressListenerImpl extends Object implements Serializable
- serialVersionUID:
- 20150320L
-
Class org.opentrafficsim.road.network.factory.osm.events.WarningEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
warning
String warning
Textual description of the warning.
-
-
Class org.opentrafficsim.road.network.factory.osm.events.WarningListenerImpl extends Object implements Serializable
- serialVersionUID:
- 20150320L
-
-
Package org.opentrafficsim.road.network.factory.osm.input
-
Class org.opentrafficsim.road.network.factory.osm.input.OSMParser extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
filterKeys
List<String> filterKeys
-
net
OSMNetwork net
The OSMNetwork. -
progressListener
ProgressListener progressListener
ProgressListener. -
wantedTags
List<org.openstreetmap.osmosis.core.domain.v0_6.Tag> wantedTags
The wanted Tags. If null, all Tags are wanted.
-
-
Class org.opentrafficsim.road.network.factory.osm.input.ReadOSMFile extends Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
isReaderThreadDead
boolean isReaderThreadDead
-
sinkImplementation
OSMParser sinkImplementation
The parser/network builder.
-
-