Class RangeValue<T>
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
ConstructorsConstructorDescriptionRangeValue
(com.here.schema.rib.v2.common.RelativeDirection attributeOrientation, double startOffset, double endOffset, T value) -
Method Summary
Modifier and TypeMethodDescriptioncom.here.schema.rib.v2.common.RelativeDirection
double
double
value()
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
-
attributeOrientation
public com.here.schema.rib.v2.common.RelativeDirection attributeOrientation() -
startOffset
public double startOffset()- Specified by:
startOffset
in interfaceSimpleRangeValue<T>
-
endOffset
public double endOffset()- Specified by:
endOffset
in interfaceSimpleRangeValue<T>
-
value
- Specified by:
value
in interfaceSimpleRangeValue<T>
-