Class/Object

geotrellis.vectortile.protobuf.internal.vector_tile.Tile

Value

Related Docs: object Value | package Tile

Permalink

final case class Value(stringValue: Option[String] = None, floatValue: Option[Float] = None, doubleValue: Option[Double] = None, intValue: Option[Long] = None, uintValue: Option[Long] = None, sintValue: Option[Long] = None, boolValue: Option[Boolean] = None) extends GeneratedMessage with Message[Value] with Updatable[Value] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Value], Message[Value], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Value(stringValue: Option[String] = None, floatValue: Option[Float] = None, doubleValue: Option[Double] = None, intValue: Option[Long] = None, uintValue: Option[Long] = None, sintValue: Option[Long] = None, boolValue: Option[Boolean] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val boolValue: Option[Boolean]

    Permalink
  6. def clearBoolValue: Value

    Permalink
  7. def clearDoubleValue: Value

    Permalink
  8. def clearFloatValue: Value

    Permalink
  9. def clearIntValue: Value

    Permalink
  10. def clearSintValue: Value

    Permalink
  11. def clearStringValue: Value

    Permalink
  12. def clearUintValue: Value

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def companion: Value.type

    Permalink
    Definition Classes
    Value → GeneratedMessage
  15. val doubleValue: Option[Double]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val floatValue: Option[Float]

    Permalink
  19. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  20. def getBoolValue: Boolean

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getDoubleValue: Double

    Permalink
  23. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    Value → GeneratedMessage
  24. def getFloatValue: Float

    Permalink
  25. def getIntValue: Long

    Permalink
  26. def getSintValue: Long

    Permalink
  27. def getStringValue: String

    Permalink
  28. def getUintValue: Long

    Permalink
  29. val intValue: Option[Long]

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def mergeFrom(__input: CodedInputStream): Value

    Permalink
    Definition Classes
    Value → Message
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def serializedSize: Int

    Permalink
    Definition Classes
    Value → GeneratedMessage
  36. val sintValue: Option[Long]

    Permalink
  37. val stringValue: Option[String]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  40. def toString(): String

    Permalink
    Definition Classes
    Value → AnyRef → Any
  41. val uintValue: Option[Long]

    Permalink
  42. def update(ms: (Lens[Value, Value]) ⇒ Mutation[Value]*): Value

    Permalink
    Definition Classes
    Updatable
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withBoolValue(__v: Boolean): Value

    Permalink
  47. def withDoubleValue(__v: Double): Value

    Permalink
  48. def withFloatValue(__v: Float): Value

    Permalink
  49. def withIntValue(__v: Long): Value

    Permalink
  50. def withSintValue(__v: Long): Value

    Permalink
  51. def withStringValue(__v: String): Value

    Permalink
  52. def withUintValue(__v: Long): Value

    Permalink
  53. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  54. def writeTo(output: CodedOutputStream): Unit

    Permalink
    Definition Classes
    Value → GeneratedMessage
  55. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Value]

Inherited from Message[Value]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped