| Package | Description |
|---|---|
| openlr |
This package contains general interfaces defined by the OpenLR location referencing method.
|
| openlr.encoder |
This package comprises interfaces for the OpenLR encoder.
|
| openlr.location |
The location package holds all location type dependent implementations of
the location interface.
|
| openlr.rawLocRef |
Contains concrete implementations per location type of internal location reference objects.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<LocationType> |
LocationType.AREA_LOCATIONS
The Constant AREA_LOCATIONS.
|
static EnumSet<LocationType> |
LocationType.POINTS_LOCATIONS
The Constant POINTS_LOCATIONS.
|
| Modifier and Type | Method and Description |
|---|---|
LocationType |
LocationReference.getLocationType()
Gets the location type.
|
static LocationType |
LocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationType[] |
LocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<LocationType> |
LocationType.getLocationTypes()
Gets the location types.
|
| Modifier and Type | Method and Description |
|---|---|
LocationType |
LocationReferenceHolder.getLocationType()
Gets the location type.
|
| Modifier and Type | Method and Description |
|---|---|
LocationType |
Location.getLocationType()
Gets the location type.
|
| Constructor and Description |
|---|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
GeoCoordinates geoCoordinates,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
LocationType locTypeValue,
StatusCode err,
List<Line> loc,
List<List<Line>> subRoutes,
int pOff,
int nOff,
GeoCoordinates gC,
GeoCoordinates aP,
SideOfRoad sor,
Orientation ori)
Instantiates a new decoded location.
|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
List<List<Line>> subRoutes,
GeoCoordinates gC,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String id,
LocationType locTypeValue,
StatusCode retCode,
List<List<Line>> subRoutes,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
StatusCode err,
LocationType locTypeValue)
Instantiates a new invalid location.
|
InvalidLocation(String idValue,
StatusCode err,
LocationType locTypeValue,
List<List<Line>> subRoute)
Instantiates a new invalid location.
|
InvalidLocation(String id,
StatusCode retCode,
LocationType locTypeValue,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
PointLocation(String idString,
LocationType lt,
Line l,
int poff,
SideOfRoad s,
Orientation o)
Instantiates a new point location.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocationType |
RawLocationReference.locType
The loc type.
|
| Modifier and Type | Method and Description |
|---|---|
LocationType |
RawLocationReference.getLocationType()
Gets the location type.
|
| Constructor and Description |
|---|
RawInvalidLocRef(String id,
StatusCode error,
LocationType lt)
Instantiates a new raw location reference.
|
RawLocationReference(String idValue,
LocationType lt)
Instantiates a new raw location reference.
|
RawLocationReference(String idValue,
LocationType lt,
StatusCode rc)
Instantiates a new raw location reference.
|
RawPointLocRef(String idValue,
LocationType lt,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
SideOfRoad sor,
Orientation o)
Instantiates a new raw point loc ref.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.