| Package | Description |
|---|---|
| openlr.location |
The location package holds all location type dependent implementations of
the location interface.
|
| openlr.location.data |
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 |
|---|---|
protected SideOfRoad |
PointLocation.sideOfRoad
The side of road.
|
| Modifier and Type | Method and Description |
|---|---|
SideOfRoad |
Location.getSideOfRoad()
Gets the side of road.
|
SideOfRoad |
PointLocation.getSideOfRoad()
Gets the side of road.
|
SideOfRoad |
InvalidLocation.getSideOfRoad()
Gets the side of road.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
LocationFactory.createNodeLocationWithSide(String idString,
Line l,
SideOfRoad s)
Instantiates a new point along line location at a network node.
|
static Location |
LocationFactory.createNodeLocationWithSideAndOrientation(String idString,
Line l,
SideOfRoad s,
Orientation o)
Instantiates a new point along line location at a network node.
|
static Location |
LocationFactory.createPoiAccessAtNodeLocationWithSide(String idString,
Line l,
double lonDeg,
double latDeg,
SideOfRoad s)
Instantiates a new poi with access point location at a network node.
|
static Location |
LocationFactory.createPoiAccessAtNodeLocationWithSideAndOrientation(String idString,
Line l,
double lonDeg,
double latDeg,
SideOfRoad s,
Orientation o)
Instantiates a new poi with access point location at a network node.
|
static Location |
LocationFactory.createPoiAccessLocationWithSide(String idString,
Line l,
int poff,
double lonDeg,
double latDeg,
SideOfRoad s)
Instantiates a new poi with access point location.
|
static Location |
LocationFactory.createPoiAccessLocationWithSideAndOrientation(String idString,
Line l,
int poff,
double lonDeg,
double latDeg,
SideOfRoad s,
Orientation o)
Instantiates a new poi with access point location.
|
static Location |
LocationFactory.createPointAlongLineLocationWithSide(String idString,
Line l,
int poff,
SideOfRoad s)
Instantiates a new point along line location.
|
static Location |
LocationFactory.createPointAlongLineLocationWithSideAndOrientation(String idString,
Line l,
int poff,
SideOfRoad s,
Orientation o)
Instantiates a new point along line location.
|
| 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 id,
StatusCode retCode,
LocationType locTypeValue,
SideOfRoad sor,
Orientation or)
Instantiates a new invalid location.
|
PoiAccessLocation(String idString,
Line l,
int poff,
double lonDeg,
double latDeg,
SideOfRoad s,
Orientation o)
Instantiates a new poi with access point location.
|
PointAlongLocation(String idString,
Line l,
int poff,
SideOfRoad s,
Orientation o)
Instantiates a new point along line location.
|
PointLocation(String idString,
LocationType lt,
Line l,
int poff,
SideOfRoad s,
Orientation o)
Instantiates a new point location.
|
| Modifier and Type | Method and Description |
|---|---|
static SideOfRoad |
SideOfRoad.getDefault()
Gets the default.
|
static SideOfRoad |
SideOfRoad.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SideOfRoad[] |
SideOfRoad.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<SideOfRoad> |
SideOfRoad.getSideOfRoadValues()
Gets the side of road values.
|
| Modifier and Type | Field and Description |
|---|---|
protected SideOfRoad |
RawPointLocRef.sideOfRoad
The side of road.
|
| Modifier and Type | Method and Description |
|---|---|
SideOfRoad |
RawPointLocRef.getSideOfRoad()
Gets the side of road.
|
SideOfRoad |
RawLocationReference.getSideOfRoad()
Gets the side of road.
|
| Constructor and Description |
|---|
RawPoiAccessLocRef(String idValue,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
GeoCoordinates coordinatesData,
SideOfRoad sor,
Orientation o)
Instantiates a new raw encoder location reference for a poi with
access point location.
|
RawPointAlongLocRef(String idValue,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
SideOfRoad sor,
Orientation o)
Instantiates a new raw encoder location reference for a point along line
location.
|
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.