Class RangeValue<T>
java.lang.Object
com.here.platform.location.compilation.heremapcontent.RangeValue<T>
- All Implemented Interfaces:
SimpleRangeValue<T>,Serializable,scala.Equals,scala.Product
public class RangeValue<T>
extends Object
implements SimpleRangeValue<T>, scala.Product, 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.RelativeDirectiondoubledoublevalue()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
-
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:
startOffsetin interfaceSimpleRangeValue<T>
-
endOffset
public double endOffset()- Specified by:
endOffsetin interfaceSimpleRangeValue<T>
-
value
- Specified by:
valuein interfaceSimpleRangeValue<T>
-