Package openlr.map

The map package consists of the map interface being used by the OpenLR encoder and decoder.

See:
          Description

Interface Summary
GeoCoordinates The interface GeoCoordinates defines a coordinate pair of a longitude and a latitude value.
Line The Interface Line is a one-dimensional representation of a road or part of road in a road network.
MapDatabase The Interface MapDatabase is the geospatial representation of an area on the earth surface.
Node The Interface Node defines a zero-dimensional object in the road network.
 

Class Summary
FunctionalRoadClass.FrcComparator The class FrcComparator can be used to order functional road classes according to its importance in the road network.
GeoCoordinatesImpl This class is an implementation of interface GeoCoordinates.
RectangleCorners The Class RectangleCorners.
 

Enum Summary
FormOfWay The Enum FormOfWay (FOW) describes certain aspects of the physical form that a line in a road network takes.
FunctionalRoadClass The Enum FunctionalRoadClass is a classification based on the importance of the role that a line performs in the connectivity of the total road network.
 

Exception Summary
InvalidMapDataException This exception will be thrown if the map data is invalid, e.g.
 

Package openlr.map Description

The map package consists of the map interface being used by the OpenLR encoder and decoder. The user of this package needs to implement the required methods and needs to translate the internal data structure to the OpenLR map interface. email: software@openlr.org

Author:
TomTom International B.V.


Copyright © 2013 TomTom International B.V.. All Rights Reserved.