Class OpenLRLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.OpenLRLocationReference
- All Implemented Interfaces:
Method
,ApplicationRootMessageML
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class OpenLRLocationReference
extends Object
implements ApplicationRootMessageML, Method, scala.Product, scala.Serializable
Container for a location references providing additional meta-data.
param: version The version of OpenLR used to create this reference.
The String representation has to match the following format {major}.{minor}
,
where major
and minor
are numbers between 0 and 15 as the binary representation
uses a byte for this field.
param: locationReference The actual location reference.
param: locationDescription An optional textual description of this reference.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenLRLocationReference
(String version, AbstractLocationReference locationReference, Optional<LocationDescription> locationDescription) OpenLRLocationReference
(String version, AbstractLocationReference locationReference, scala.Option<LocationDescription> locationDescription) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2, T3 v3) scala.Option<LocationDescription>
static String
toString()
version()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
OpenLRLocationReference
public OpenLRLocationReference(String version, AbstractLocationReference locationReference, scala.Option<LocationDescription> locationDescription) -
OpenLRLocationReference
public OpenLRLocationReference(String version, AbstractLocationReference locationReference, Optional<LocationDescription> locationDescription)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
version
-
locationReference
-
locationDescription
-
getVersion
-
getLocationReference
-
getLocationDescription
-