Class/Object

geotrellis.vectortile.protobuf.internal.vector_tile.Tile

Feature

Related Docs: object Feature | package Tile

Permalink

final case class Feature(id: Option[Long] = None, tags: Seq[Int] = _root_.scala.collection.Seq.empty, type: Option[GeomType] = None, geometry: Seq[Int] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Feature] with Updatable[Feature] 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[Feature], Message[Feature], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  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 Feature(id: Option[Long] = None, tags: Seq[Int] = _root_.scala.collection.Seq.empty, type: Option[GeomType] = None, geometry: Seq[Int] = _root_.scala.collection.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: TraversableOnce[Int]): Feature

    Permalink
  5. def addAllTags(__vs: TraversableOnce[Int]): Feature

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

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

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearGeometry: Feature

    Permalink
  10. def clearId: Feature

    Permalink
  11. def clearTags: Feature

    Permalink
  12. def clearType: Feature

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Feature → 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. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Feature → GeneratedMessage
  21. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    Feature → GeneratedMessage
  23. def getId: Long

    Permalink
  24. def getType: GeomType

    Permalink
  25. val id: Option[Long]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def mergeFrom(_input__: CodedInputStream): Feature

    Permalink
    Definition Classes
    Feature → Message
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def serializedSize: Int

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

    Permalink
    Definition Classes
    AnyRef
  33. 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

  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage

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

    Permalink
    Definition Classes
    Feature → AnyRef → Any
  38. val type: Option[GeomType]

    Permalink

    The type of geometry stored in this feature.

  39. def update(ms: (Lens[Feature, Feature]) ⇒ Mutation[Feature]*): Feature

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

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

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

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

    Permalink
  44. def withId(__v: Long): Feature

    Permalink
  45. def withTags(__v: Seq[Int]): Feature

    Permalink
  46. def withType(__v: GeomType): Feature

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

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

    Permalink
    Definition Classes
    Feature → GeneratedMessage
  49. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Feature]

Inherited from Message[Feature]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped