Skip navigation links

Package org.ka2ddo.yaac.osm

This package contains classes for reading, decoding, writing, and optimizing OpenStreetMap map information for convenient and efficient use by YAAC.

See: Description

Package org.ka2ddo.yaac.osm Description

This package contains classes for reading, decoding, writing, and optimizing OpenStreetMap map information for convenient and efficient use by YAAC. The OpenStreetMap database is made available in a compressed XML or Google protocol buffer file, which is not efficient for random location rendering, so YAAC compiles the file into a proprietary binary storage format, discarding all information not necessary for actual map rendering. The Way and Node classes are the in-memory representations of the basic OpenStreetMap data structures rendered on maps by the OSMLayer graphical widget.

Skip navigation links