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