Class FlowPolygon
java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowPolygon
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowPolygon
(long polygonIndex, StatusParameters status, List<PolygonPoint> polygonPoints, Optional<SpatialResolution> spatialResolutionPolygon, Optional<Restrictions> restriction, Optional<StatisticalParameters> statistics, Optional<CauseCode> cause, Optional<LinkedCause> detailedCause) FlowPolygon
(long polygonIndex, StatusParameters status, scala.collection.Seq<PolygonPoint> polygonPoints, scala.Option<SpatialResolution> spatialResolutionPolygon, scala.Option<Restrictions> restriction, scala.Option<StatisticalParameters> statistics, scala.Option<CauseCode> cause, scala.Option<LinkedCause> detailedCause) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<CauseCode>
cause()
scala.Option<LinkedCause>
getCause()
long
long
scala.collection.Seq<PolygonPoint>
scala.Option<Restrictions>
scala.Option<SpatialResolution>
scala.Option<StatisticalParameters>
status()
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
-
FlowPolygon
public FlowPolygon(long polygonIndex, StatusParameters status, scala.collection.Seq<PolygonPoint> polygonPoints, scala.Option<SpatialResolution> spatialResolutionPolygon, scala.Option<Restrictions> restriction, scala.Option<StatisticalParameters> statistics, scala.Option<CauseCode> cause, scala.Option<LinkedCause> detailedCause) -
FlowPolygon
public FlowPolygon(long polygonIndex, StatusParameters status, List<PolygonPoint> polygonPoints, Optional<SpatialResolution> spatialResolutionPolygon, Optional<Restrictions> restriction, Optional<StatisticalParameters> statistics, Optional<CauseCode> cause, Optional<LinkedCause> detailedCause)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) -
toString
-
polygonIndex
public long polygonIndex() -
status
-
polygonPoints
-
spatialResolutionPolygon
-
restriction
-
statistics
-
cause
-
detailedCause
-
getPolygonIndex
public long getPolygonIndex() -
getStatus
-
getPolygonPoints
-
getSpatialResolutionPolygon
-
getRestriction
-
getStatistics
-
getCause
-
getDetailedCause
-