Trait/Object

io.fsq.twofishes.gen

FeatureGeometry

Related Docs: object FeatureGeometry | package gen

Permalink

trait FeatureGeometry extends Record[FeatureGeometry] with Ordered[FeatureGeometry] with TBase[FeatureGeometry, gen.FeatureGeometry._Fields]

Linear Supertypes
TBase[FeatureGeometry, FeatureGeometry._Fields], Serializable, Record[FeatureGeometry], Ordered[FeatureGeometry], Comparable[FeatureGeometry], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureGeometry
  2. TBase
  3. Serializable
  4. Record
  5. Ordered
  6. Comparable
  7. UntypedRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def boundsIsSet: Boolean

    Permalink
  2. abstract def boundsOption: Option[GeocodeBoundingBox]

    Permalink
  3. abstract def boundsOrNull: GeocodeBoundingBox

    Permalink
  4. abstract def boundsOrThrow: GeocodeBoundingBox

    Permalink
  5. abstract def center: GeocodePoint

    Permalink
  6. abstract def centerIsSet: Boolean

    Permalink
  7. abstract def centerOption: Option[GeocodePoint]

    Permalink
  8. abstract def centerOrNull: GeocodePoint

    Permalink
  9. abstract def centerOrThrow: GeocodePoint

    Permalink
  10. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  11. abstract def copy(center: GeocodePoint = centerOrNull, bounds: GeocodeBoundingBox = boundsOrNull, wkbGeometry: ByteBuffer = wkbGeometryOrNull, wktGeometry: String = wktGeometryOrNull, wkbGeometrySimplified: ByteBuffer = wkbGeometrySimplifiedOrNull, wktGeometrySimplified: String = wktGeometrySimplifiedOrNull, displayBounds: GeocodeBoundingBox = displayBoundsOrNull, source: String = sourceOrNull, s2Covering: Seq[Long] = s2CoveringOrNull, s2Interior: Seq[Long] = s2InteriorOrNull): FeatureGeometry

    Permalink
  12. abstract def deepCopy(): FeatureGeometry

    Permalink
    Definition Classes
    FeatureGeometry → TBase
  13. abstract def deepMergeCopy(that: FeatureGeometry): FeatureGeometry

    Permalink
  14. abstract def displayBoundsIsSet: Boolean

    Permalink
  15. abstract def displayBoundsOption: Option[GeocodeBoundingBox]

    Permalink
  16. abstract def displayBoundsOrNull: GeocodeBoundingBox

    Permalink
  17. abstract def displayBoundsOrThrow: GeocodeBoundingBox

    Permalink
  18. abstract def fieldForId(arg0: Int): FeatureGeometry._Fields

    Permalink
    Definition Classes
    TBase
  19. abstract def getFieldValue(arg0: FeatureGeometry._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  20. abstract def isSet(arg0: FeatureGeometry._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  21. abstract def mergeCopy(that: FeatureGeometry): FeatureGeometry

    Permalink
    Definition Classes
    FeatureGeometry → Record
  22. abstract def meta: FeatureGeometryMeta

    Permalink
    Definition Classes
    FeatureGeometry → Record → UntypedRecord
  23. abstract def mutable: MutableFeatureGeometry

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

  24. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  25. abstract def s2Covering: Seq[Long]

    Permalink
  26. abstract def s2CoveringIsSet: Boolean

    Permalink
  27. abstract def s2CoveringOption: Option[Seq[Long]]

    Permalink
  28. abstract def s2CoveringOrDefault: Seq[Long]

    Permalink
  29. abstract def s2CoveringOrNull: Seq[Long]

    Permalink
  30. abstract def s2CoveringOrThrow: Seq[Long]

    Permalink
  31. abstract def s2Interior: Seq[Long]

    Permalink
  32. abstract def s2InteriorIsSet: Boolean

    Permalink
  33. abstract def s2InteriorOption: Option[Seq[Long]]

    Permalink
  34. abstract def s2InteriorOrDefault: Seq[Long]

    Permalink
  35. abstract def s2InteriorOrNull: Seq[Long]

    Permalink
  36. abstract def s2InteriorOrThrow: Seq[Long]

    Permalink
  37. abstract def setFieldValue(arg0: FeatureGeometry._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  38. abstract def sourceIsSet: Boolean

    Permalink
  39. abstract def sourceOption: Option[String]

    Permalink
  40. abstract def sourceOrNull: String

    Permalink
  41. abstract def sourceOrThrow: String

    Permalink
  42. abstract def wkbGeometryByteArray: Array[Byte]

    Permalink
  43. abstract def wkbGeometryByteArrayOption: Option[Array[Byte]]

    Permalink
  44. abstract def wkbGeometryIsSet: Boolean

    Permalink
  45. abstract def wkbGeometryOption: Option[ByteBuffer]

    Permalink
  46. abstract def wkbGeometryOrNull: ByteBuffer

    Permalink
  47. abstract def wkbGeometryOrThrow: ByteBuffer

    Permalink
  48. abstract def wkbGeometrySimplifiedByteArray: Array[Byte]

    Permalink
  49. abstract def wkbGeometrySimplifiedByteArrayOption: Option[Array[Byte]]

    Permalink
  50. abstract def wkbGeometrySimplifiedIsSet: Boolean

    Permalink
  51. abstract def wkbGeometrySimplifiedOption: Option[ByteBuffer]

    Permalink
  52. abstract def wkbGeometrySimplifiedOrNull: ByteBuffer

    Permalink
  53. abstract def wkbGeometrySimplifiedOrThrow: ByteBuffer

    Permalink
  54. abstract def wktGeometryIsSet: Boolean

    Permalink
  55. abstract def wktGeometryOption: Option[String]

    Permalink
  56. abstract def wktGeometryOrNull: String

    Permalink
  57. abstract def wktGeometryOrThrow: String

    Permalink
  58. abstract def wktGeometrySimplifiedIsSet: Boolean

    Permalink
  59. abstract def wktGeometrySimplifiedOption: Option[String]

    Permalink
  60. abstract def wktGeometrySimplifiedOrNull: String

    Permalink
  61. abstract def wktGeometrySimplifiedOrThrow: String

    Permalink
  62. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    FeatureGeometry → TBase → UntypedRecord

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: FeatureGeometry): Boolean

    Permalink
    Definition Classes
    FeatureGeometry → Ordered
  4. def <=(that: FeatureGeometry): Boolean

    Permalink
    Definition Classes
    FeatureGeometry → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: FeatureGeometry): Boolean

    Permalink
    Definition Classes
    FeatureGeometry → Ordered
  7. def >=(that: FeatureGeometry): Boolean

    Permalink
    Definition Classes
    FeatureGeometry → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: FeatureGeometry): Int

    Permalink
    Definition Classes
    FeatureGeometry → Ordered
  11. def compareTo(that: FeatureGeometry): Int

    Permalink
    Definition Classes
    FeatureGeometry → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mutableCopy(): MutableFeatureGeometry

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toBuilder(): AllSpecified

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TBase[FeatureGeometry, FeatureGeometry._Fields]

Inherited from Serializable

Inherited from Record[FeatureGeometry]

Inherited from Ordered[FeatureGeometry]

Inherited from Comparable[FeatureGeometry]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped