Class/Object

geotrellis.vectortile.internal.PBTile

PBFeature

Related Docs: object PBFeature | package PBTile

Permalink

final case class PBFeature(id: Option[Long] = _root_.scala.None, tags: Seq[Int] = _root_.scala.Seq.empty, type: Option[PBGeomType] = _root_.scala.None, geometry: Seq[Int] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[PBFeature] with Updatable[PBFeature] with Product with Serializable

Features are described in section 4.2 of the specification

tags

Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification

type

The type of geometry stored in this feature.

geometry

Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[PBFeature], Message[PBFeature], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PBFeature
  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 PBFeature(id: Option[Long] = _root_.scala.None, tags: Seq[Int] = _root_.scala.Seq.empty, type: Option[PBGeomType] = _root_.scala.None, geometry: Seq[Int] = _root_.scala.Seq.empty)

    Permalink

    tags

    Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification

    type

    The type of geometry stored in this feature.

    geometry

    Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.

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. def addAllGeometry(__vs: Iterable[Int]): PBFeature

    Permalink
  5. def addAllTags(__vs: Iterable[Int]): PBFeature

    Permalink
  6. def addGeometry(__vs: Int*): PBFeature

    Permalink
  7. def addTags(__vs: Int*): PBFeature

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearGeometry: PBFeature

    Permalink
  10. def clearId: PBFeature

    Permalink
  11. def clearTags: PBFeature

    Permalink
  12. def clearType: PBFeature

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val geometry: Seq[Int]

    Permalink

    Contains a stream of commands and parameters (vertices).

    Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.

  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  21. def getId: Long

    Permalink
  22. def getType: PBGeomType

    Permalink
  23. val id: Option[Long]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeFrom(_input__: CodedInputStream): PBFeature

    Permalink
    Definition Classes
    PBFeature → Message
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def serializedSize: Int

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val tags: Seq[Int]

    Permalink

    Tags of this feature are encoded as repeated pairs of integers.

    Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification

  32. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  33. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  34. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  36. val type: Option[PBGeomType]

    Permalink

    The type of geometry stored in this feature.

  37. def update(ms: (Lens[PBFeature, PBFeature]) ⇒ Mutation[PBFeature]*): PBFeature

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withGeometry(__v: Seq[Int]): PBFeature

    Permalink
  42. def withId(__v: Long): PBFeature

    Permalink
  43. def withTags(__v: Seq[Int]): PBFeature

    Permalink
  44. def withType(__v: PBGeomType): PBFeature

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

    Permalink
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    PBFeature → GeneratedMessage
  47. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[PBFeature]

Inherited from Message[PBFeature]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped