Class FlowVectorSection
java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowVectorSection
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowVectorSection
(long spatialOffset, StatusParameters status, Optional<SpatialResolution> spatialResolutionSection, Optional<SectionType> sectionType, Optional<Restrictions> restriction, Optional<StatisticalParameters> statistics, Optional<CauseCode> cause, Optional<LinkedCause> detailedCause) FlowVectorSection
(long spatialOffset, StatusParameters status, scala.Option<SpatialResolution> spatialResolutionSection, scala.Option<SectionType> sectionType, 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
scala.Option<Restrictions>
scala.Option<SectionType>
long
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
-
FlowVectorSection
public FlowVectorSection(long spatialOffset, StatusParameters status, scala.Option<SpatialResolution> spatialResolutionSection, scala.Option<SectionType> sectionType, scala.Option<Restrictions> restriction, scala.Option<StatisticalParameters> statistics, scala.Option<CauseCode> cause, scala.Option<LinkedCause> detailedCause) -
FlowVectorSection
public FlowVectorSection(long spatialOffset, StatusParameters status, Optional<SpatialResolution> spatialResolutionSection, Optional<SectionType> sectionType, 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
-
spatialOffset
public long spatialOffset() -
status
-
spatialResolutionSection
-
sectionType
-
restriction
-
statistics
-
cause
-
detailedCause
-
getSpatialOffset
public long getSpatialOffset() -
getStatus
-
getSpatialResolutionSection
-
getSectionType
-
getRestriction
-
getStatistics
-
getCause
-
getDetailedCause
-