Class Shape
java.lang.Object
com.here.platform.location.tpeg2.olr.Shape
- All Implemented Interfaces:
AbstractShape
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
A
Shape
specified by a sequence of coordinates.
param: points The points making up this shape.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShape
(List<AbsoluteGeoCoordinate> points) Shape
(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
-
Shape
-
Shape
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
points
-
getPoints
-