Class FlowPolygon
java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowPolygon
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- 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.immutable.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 Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<CauseCode>cause()scala.Option<LinkedCause>getCause()longlongscala.collection.immutable.Seq<PolygonPoint>scala.Option<Restrictions>scala.Option<SpatialResolution>scala.Option<StatisticalParameters>status()static StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FlowPolygon
public FlowPolygon(long polygonIndex, StatusParameters status, scala.collection.immutable.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
-