| 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 Orientation |
PointLocation.orientation
The orientation.
|
| Modifier and Type | Method and Description |
|---|---|
Orientation |
Location.getOrientation()
Gets the orientation.
|
Orientation |
PointLocation.getOrientation()
Gets the orientation.
|
Orientation |
InvalidLocation.getOrientation()
Gets the orientation.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
LocationFactory.createNodeLocationWithOrientation(String idString,
Line l,
Orientation o)
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.createPoiAccessAtNodeLocationWithOrientation(String idString,
Line l,
double lonDeg,
double latDeg,
Orientation o)
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.createPoiAccessLocationWithOrientation(String idString,
Line l,
int poff,
double lonDeg,
double latDeg,
Orientation o)
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.createPointAlongLineLocationWithOrientation(String idString,
Line l,
int poff,
Orientation o)
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 Orientation |
Orientation.getDefault()
Gets the default.
|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.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<Orientation> |
Orientation.getOrientationValues()
Gets the orientation values.
|
| Modifier and Type | Field and Description |
|---|---|
protected Orientation |
RawPointLocRef.orientation
The orientation.
|
| Modifier and Type | Method and Description |
|---|---|
Orientation |
RawPointLocRef.getOrientation()
Gets the orientation.
|
Orientation |
RawLocationReference.getOrientation()
Gets the orientation.
|
| 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.