Class Path
java.lang.Object
com.here.platform.location.tpeg2.olr.Path
- All Implemented Interfaces:
AbstractShape
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
A
Path
specifies a sequence of coordinates defining a path.
param: points The points making up this path.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPath
(List<AbsoluteGeoCoordinate> points) Path
(scala.collection.Seq<AbsoluteGeoCoordinate> points) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1) scala.collection.Seq<AbsoluteGeoCoordinate>
points()
static String
toString()
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
-
Path
-
Path
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
points
-
getPoints
-