All Classes and Interfaces

Class
Description
Node as parsed from OSM.
OsmEntity is the top class for Node, Way and other features in the OSM format.
OsmEntityProcessor processes one read entity from the input file.
Store only the id, lat and lon of a Node to reduce the memory footprint of the Node storage during parsing.
Store the minimum set of features of a Relation to reduce the memory footprint of the Relation storage during parsing.
Store the minimum set of features of a Way to reduce the memory footprint of the Way storage during parsing.
This class parses a CSV file that defines which elements of an OpenSTreetMap file need to be drawn and what format to use.
 
Protobuf type OSMPBF.Blob
Protobuf type OSMPBF.Blob
 
Protobuf type OSMPBF.BlobHeader
Protobuf type OSMPBF.BlobHeader
 
 
This class parses a JSON file that defines which elements of an OpenSTreetMap file need to be drawn and what format to use.
OsmFileReader reads one layer from an OpenStreetMap file based on the given specifications.
This class parses a YAML file that defines which elements of an OpenSTreetMap file need to be drawn and what format to use.
OsmFormat indicates the file format to read.
 
This is kept for backwards compatibility but not used anywhere.
This is kept for backwards compatibility but not used anywhere.
 
* Optional metadata that may be included into each primitive.
* Optional metadata that may be included into each primitive.
 
Protobuf type OSMPBF.DenseNodes
Protobuf type OSMPBF.DenseNodes
 
Protobuf type OSMPBF.HeaderBBox
Protobuf type OSMPBF.HeaderBBox
 
Protobuf type OSMPBF.HeaderBlock
Protobuf type OSMPBF.HeaderBlock
 
Optional metadata that may be included into each primitive.
Optional metadata that may be included into each primitive.
 
Protobuf type OSMPBF.Node
Protobuf type OSMPBF.Node
 
Protobuf type OSMPBF.PrimitiveBlock
Protobuf type OSMPBF.PrimitiveBlock
 
Group of OSMPrimitives.
Group of OSMPrimitives.
 
Protobuf type OSMPBF.Relation
Protobuf type OSMPBF.Relation
Protobuf enum OSMPBF.Relation.MemberType
 
* String table, contains the common strings in each block.
* String table, contains the common strings in each block.
 
Protobuf type OSMPBF.Way
Protobuf type OSMPBF.Way
 
OsmPbfReader reads from an OSM PBF stream.
This renderable draws OSM maps.
OsmXmlReader reads from an OSM XML stream.
Relation stores the OSM information about relations, such as multipolygons and borders.
The member and role, such as "inner" or "outer".
The type of member of the Relation.
Way as parsed from OSM.