Class FlowVector
java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowVector
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowVector
(long timeOffset, List<FlowVectorSection> vectorSections, Optional<SpatialResolution> spatialResolutionVector) FlowVector
(long timeOffset, scala.collection.Seq<FlowVectorSection> vectorSections, scala.Option<SpatialResolution> spatialResolutionVector) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2, T3 v3) long
scala.Option<SpatialResolution>
long
static String
toString()
scala.collection.Seq<FlowVectorSection>
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
-
FlowVector
public FlowVector(long timeOffset, scala.collection.Seq<FlowVectorSection> vectorSections, scala.Option<SpatialResolution> spatialResolutionVector) -
FlowVector
public FlowVector(long timeOffset, List<FlowVectorSection> vectorSections, Optional<SpatialResolution> spatialResolutionVector)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
timeOffset
public long timeOffset() -
vectorSections
-
spatialResolutionVector
-
getTimeOffset
public long getTimeOffset() -
getVectorSections
-
getSpatialResolutionVector
-