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.BlobProtobuf type
OSMPBF.BlobProtobuf type
OSMPBF.BlobHeaderProtobuf type
OSMPBF.BlobHeaderThis 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.DenseNodesProtobuf type
OSMPBF.DenseNodesProtobuf type
OSMPBF.HeaderBBoxProtobuf type
OSMPBF.HeaderBBoxProtobuf type
OSMPBF.HeaderBlockProtobuf type
OSMPBF.HeaderBlock
Optional metadata that may be included into each primitive.
Optional metadata that may be included into each primitive.
Protobuf type
OSMPBF.NodeProtobuf type
OSMPBF.NodeProtobuf type
OSMPBF.PrimitiveBlockProtobuf type
OSMPBF.PrimitiveBlock
Group of OSMPrimitives.
Group of OSMPrimitives.
Protobuf type
OSMPBF.RelationProtobuf type
OSMPBF.RelationProtobuf 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.WayProtobuf type
OSMPBF.WayOsmPbfReader 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.