Class FlowVector

java.lang.Object
com.here.platform.location.tpeg2.tfp.FlowVector
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class FlowVector extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • timeOffset

      public long timeOffset()
    • vectorSections

      public scala.collection.Seq<FlowVectorSection> vectorSections()
    • spatialResolutionVector

      public scala.Option<SpatialResolution> spatialResolutionVector()
    • getTimeOffset

      public long getTimeOffset()
    • getVectorSections

      public List<FlowVectorSection> getVectorSections()
    • getSpatialResolutionVector

      public Optional<SpatialResolution> getSpatialResolutionVector()