java.lang.Object
com.here.platform.location.compilation.heremapcontent.RangeValue<T>
All Implemented Interfaces:
SimpleRangeValue<T>, Serializable, scala.Equals, scala.Product, scala.Serializable

public class RangeValue<T> extends Object implements SimpleRangeValue<T>, scala.Product, scala.Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    RangeValue(com.here.schema.rib.v2.common.RelativeDirection attributeOrientation, double startOffset, double endOffset, T value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.here.schema.rib.v2.common.RelativeDirection
     
    double
     
    double
     
     

    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

    • RangeValue

      public RangeValue(com.here.schema.rib.v2.common.RelativeDirection attributeOrientation, double startOffset, double endOffset, T value)
  • Method Details