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] = Nil, type: Option[GeomType] = None, geometry: Seq[Int] = Nil) extends GeneratedMessage with Message[Feature] with Updatable[Feature] with Product with Serializable

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] = Nil, type: Option[GeomType] = None, geometry: Seq[Int] = Nil)

    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. 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
  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): Any

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

    Permalink
  22. def getType: GeomType

    Permalink
  23. val id: Option[Long]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeFrom(__input: CodedInputStream): Feature

    Permalink
    Definition Classes
    Feature → 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
    Feature → GeneratedMessage
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  32. def toByteArray: Array[Byte]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Feature → GeneratedMessage
  45. 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