Class

io.fsq.twofishes.gen

PolygonMatchingValueMeta

Related Doc: package gen

Permalink

class PolygonMatchingValueMeta extends JavaPolygonMatchingValueMeta[PolygonMatchingValue, RawPolygonMatchingValue, PolygonMatchingValueMeta] with RecordProvider[PolygonMatchingValue]

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

Instance Constructors

  1. new PolygonMatchingValueMeta()

    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 FEATUREID_FDESC: TField

    Permalink
  5. val NAMES_FDESC: TField

    Permalink
  6. val POLYGONID_FDESC: TField

    Permalink
  7. val POLYGONMATCHINGVALUE_SDESC: TStruct

    Permalink
  8. val POLYGONWOETYPEPREFERENCELEVEL_FDESC: TField

    Permalink
  9. val SOURCE_FDESC: TField

    Permalink
  10. val UNKNOWN_FIELD: TField

    Permalink
  11. val WKBGEOMETRYBASE64STRING_FDESC: TField

    Permalink
  12. object _Fields

    Permalink
  13. val annotations: Annotations

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → UntypedMetaRecord
  14. def apply(featureId: Long, polygonId: Long, names: Seq[FeatureName], polygonWoeTypePreferenceLevel: Int, wkbGeometryBase64String: String, source: String): PolygonMatchingValue

    Permalink
  15. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → MetaRecord
  18. def createRecord: PolygonMatchingValue

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → RecordProvider → MetaRecord
  19. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → UntypedMetaRecord
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val featureId: OptionalFieldDescriptor[Long, PolygonMatchingValue, PolygonMatchingValueMeta]

    Permalink
  23. val fields: Seq[FieldDescriptor[_, PolygonMatchingValue, PolygonMatchingValueMeta]]

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → MetaRecord
  24. def finalize(): Unit

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

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

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

    Permalink
  28. def ifInstanceFrom(x: AnyRef): Option[PolygonMatchingValue]

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → MetaRecord
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val names: OptionalFieldDescriptor[Seq[FeatureName], PolygonMatchingValue, PolygonMatchingValueMeta]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. val polygonId: OptionalFieldDescriptor[Long, PolygonMatchingValue, PolygonMatchingValueMeta]

    Permalink
  35. val polygonWoeTypePreferenceLevel: OptionalFieldDescriptor[Int, PolygonMatchingValue, PolygonMatchingValueMeta]

    Permalink
  36. def recordName: String

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → UntypedMetaRecord
  37. val source: OptionalFieldDescriptor[String, PolygonMatchingValue, PolygonMatchingValueMeta]

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

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

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

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

    Permalink
    Definition Classes
    PolygonMatchingValueMeta → UntypedMetaRecord
  42. final def wait(): Unit

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

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

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

    Permalink
  46. val wkbGeometryBase64String: OptionalFieldDescriptor[String, PolygonMatchingValue, PolygonMatchingValueMeta]

    Permalink

Inherited from RecordProvider[PolygonMatchingValue]

Inherited from JavaPolygonMatchingValueMeta[PolygonMatchingValue, RawPolygonMatchingValue, PolygonMatchingValueMeta]

Inherited from MetaRecord[PolygonMatchingValue, PolygonMatchingValueMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped