Class FlowVectorSection
java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowVectorSection
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- 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 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()longscala.Option<Restrictions>scala.Option<SectionType>longscala.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
-
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
-