Class

io.fsq.twofishes.gen

FeatureGeometryMeta

Related Doc: package gen

Permalink

class FeatureGeometryMeta extends MetaRecord[FeatureGeometry, FeatureGeometryMeta] with RecordProvider[FeatureGeometry]

Linear Supertypes
RecordProvider[FeatureGeometry], MetaRecord[FeatureGeometry, FeatureGeometryMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureGeometryMeta
  2. RecordProvider
  3. MetaRecord
  4. UntypedMetaRecord
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeatureGeometryMeta()

    Permalink

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

    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. val BOUNDS_FDESC: TField

    Permalink
  5. val CENTER_FDESC: TField

    Permalink
  6. val DISPLAYBOUNDS_FDESC: TField

    Permalink
  7. val FEATUREGEOMETRY_SDESC: TStruct

    Permalink
  8. val S2COVERING_FDESC: TField

    Permalink
  9. val S2INTERIOR_FDESC: TField

    Permalink
  10. val SOURCE_FDESC: TField

    Permalink
  11. val UNKNOWN_FIELD: TField

    Permalink
  12. val WKBGEOMETRYSIMPLIFIED_FDESC: TField

    Permalink
  13. val WKBGEOMETRY_FDESC: TField

    Permalink
  14. val WKTGEOMETRYSIMPLIFIED_FDESC: TField

    Permalink
  15. val WKTGEOMETRY_FDESC: TField

    Permalink
  16. object _Fields

    Permalink
  17. val annotations: Annotations

    Permalink
    Definition Classes
    FeatureGeometryMeta → UntypedMetaRecord
  18. def apply(center: GeocodePoint, bounds: GeocodeBoundingBox, wkbGeometry: ByteBuffer, wktGeometry: String, wkbGeometrySimplified: ByteBuffer, wktGeometrySimplified: String, displayBounds: GeocodeBoundingBox, source: String, s2Covering: Seq[Long], s2Interior: Seq[Long]): FeatureGeometry

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. val bounds: StructFieldDescriptor[FeatureGeometry, FeatureGeometryMeta, GeocodeBoundingBox, GeocodeBoundingBoxMeta]

    Permalink
  21. val center: StructFieldDescriptor[FeatureGeometry, FeatureGeometryMeta, GeocodePoint, GeocodePointMeta]

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def createRawRecord: RawFeatureGeometry

    Permalink
    Definition Classes
    FeatureGeometryMeta → MetaRecord
  24. def createRecord: FeatureGeometry

    Permalink
    Definition Classes
    FeatureGeometryMeta → RecordProvider → MetaRecord
  25. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    FeatureGeometryMeta → UntypedMetaRecord
  26. val displayBounds: StructFieldDescriptor[FeatureGeometry, FeatureGeometryMeta, GeocodeBoundingBox, GeocodeBoundingBoxMeta]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. val fields: Seq[FieldDescriptor[_, FeatureGeometry, FeatureGeometryMeta]]

    Permalink
    Definition Classes
    FeatureGeometryMeta → MetaRecord
  30. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
  34. def ifInstanceFrom(x: AnyRef): Option[FeatureGeometry]

    Permalink
    Definition Classes
    FeatureGeometryMeta → MetaRecord
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def recordName: String

    Permalink
    Definition Classes
    FeatureGeometryMeta → UntypedMetaRecord
  40. val s2Covering: OptionalFieldDescriptor[Seq[Long], FeatureGeometry, FeatureGeometryMeta]

    Permalink
  41. val s2Interior: OptionalFieldDescriptor[Seq[Long], FeatureGeometry, FeatureGeometryMeta]

    Permalink
  42. val source: OptionalFieldDescriptor[String, FeatureGeometry, FeatureGeometryMeta]

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

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def untypedFields: Seq[UntypedFieldDescriptor]

    Permalink
    Definition Classes
    FeatureGeometryMeta → UntypedMetaRecord
  46. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    FeatureGeometryMeta → UntypedMetaRecord
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val wireNameToTField: Map[String, TField]

    Permalink
  51. val wkbGeometry: OptionalFieldDescriptor[ByteBuffer, FeatureGeometry, FeatureGeometryMeta]

    Permalink
  52. val wkbGeometrySimplified: OptionalFieldDescriptor[ByteBuffer, FeatureGeometry, FeatureGeometryMeta]

    Permalink
  53. val wktGeometry: OptionalFieldDescriptor[String, FeatureGeometry, FeatureGeometryMeta]

    Permalink
  54. val wktGeometrySimplified: OptionalFieldDescriptor[String, FeatureGeometry, FeatureGeometryMeta]

    Permalink

Inherited from RecordProvider[FeatureGeometry]

Inherited from MetaRecord[FeatureGeometry, FeatureGeometryMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped