public abstract class RawPointLocRef extends RawLocationReference
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Field and Description |
|---|---|
protected Offsets |
offsets
The offsets.
|
protected Orientation |
orientation
The orientation.
|
protected List<LocationReferencePoint> |
points
The points.
|
protected SideOfRoad |
sideOfRoad
The side of road.
|
id, locType, returnCode| Modifier | Constructor and Description |
|---|---|
protected |
RawPointLocRef(String idValue,
LocationType lt,
LocationReferencePoint lrp,
LocationReferencePoint lrp2,
Offsets od,
SideOfRoad sor,
Orientation o)
Instantiates a new raw point loc ref.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationReferencePoint> |
getLocationReferencePoints()
Gets the location reference points.
|
Offsets |
getOffsets()
Gets the offset information.
|
Orientation |
getOrientation()
Gets the orientation.
|
SideOfRoad |
getSideOfRoad()
Gets the side of road.
|
calculateHashCode, equals, getCenterPoint, getCornerPoints, getGeoCoordinates, getHashCode, getID, getLocationType, getLowerLeftPoint, getNumberOfColumns, getNumberOfRows, getRadius, getReturnCode, getUpperRightPoint, hashCode, hasID, isValidprotected final List<LocationReferencePoint> points
protected final Offsets offsets
protected final Orientation orientation
protected final SideOfRoad sideOfRoad
protected RawPointLocRef(String idValue, LocationType lt, LocationReferencePoint lrp, LocationReferencePoint lrp2, Offsets od, SideOfRoad sor, Orientation o)
idValue - the id valuelt - the ltlrp - the lrplrp2 - the lrp2od - the odsor - the soro - the opublic final List<LocationReferencePoint> getLocationReferencePoints()
getLocationReferencePoints in class RawLocationReferencepublic final Offsets getOffsets()
getOffsets in class RawLocationReferencepublic final Orientation getOrientation()
getOrientation in class RawLocationReferencepublic final SideOfRoad getSideOfRoad()
getSideOfRoad in class RawLocationReferenceCopyright © 2019 TomTom International B.V.. All rights reserved.