Class

org.locationtech.geomesa.features.avro

AvroSimpleFeature

Related Doc: package avro

Permalink

class AvroSimpleFeature extends SimpleFeature with Serializable

Linear Supertypes
Serializable, Serializable, SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroSimpleFeature
  2. Serializable
  3. Serializable
  4. SimpleFeature
  5. Feature
  6. ComplexAttribute
  7. Attribute
  8. Property
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroSimpleFeature(id: FeatureId, sft: SimpleFeatureType)

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAttribute(index: Int): AnyRef

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  10. def getAttribute(name: Name): AnyRef

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  11. def getAttribute(name: String): AnyRef

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  12. def getAttributeCount(): Int

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  13. def getAttributes(): List[AnyRef]

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  14. def getBounds(): BoundingBox

    Permalink
    Definition Classes
    AvroSimpleFeature → Feature
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  17. def getDefaultGeometryProperty(): GeometryAttribute

    Permalink
    Definition Classes
    AvroSimpleFeature → Feature
  18. def getDescriptor(): AttributeDescriptor

    Permalink
    Definition Classes
    AvroSimpleFeature → Attribute → Property
  19. def getFeatureType(): SimpleFeatureType

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  20. def getID(): String

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  21. def getIdentifier(): FeatureId

    Permalink
    Definition Classes
    AvroSimpleFeature → Feature → Attribute
  22. def getName(): Name

    Permalink
    Definition Classes
    AvroSimpleFeature → Property
  23. def getProperties(name: String): Collection[Property]

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  24. def getProperties(name: Name): Collection[Property]

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  25. def getProperties(): Collection[Property]

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  26. def getProperty(name: String): Property

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  27. def getProperty(name: Name): Property

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  28. def getType(): SimpleFeatureType

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature → Feature → ComplexAttribute → Attribute → Property
  29. def getUserData(): Map[AnyRef, AnyRef]

    Permalink
    Definition Classes
    AvroSimpleFeature → Property
  30. def getValue(): Collection[_ <: Property]

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute → Property
  31. def hasUserData(): Boolean

    Permalink
    Definition Classes
    Property
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. def isNillable(): Boolean

    Permalink
    Definition Classes
    AvroSimpleFeature → Property
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def setAttribute(index: Int, value: AnyRef): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  39. def setAttribute(name: Name, value: AnyRef): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  40. def setAttribute(name: String, value: AnyRef): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  41. def setAttributeNoConvert(name: Name, value: AnyRef): Unit

    Permalink
  42. def setAttributeNoConvert(name: String, value: AnyRef): Unit

    Permalink
  43. def setAttributeNoConvert(index: Int, value: AnyRef): Unit

    Permalink
  44. def setAttributes(vals: Array[AnyRef]): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  45. def setAttributes(vals: List[AnyRef]): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  46. def setAttributesNoConvert(vals: Array[AnyRef]): Unit

    Permalink
  47. def setAttributesNoConvert(vals: List[AnyRef]): Unit

    Permalink
  48. def setDefaultGeometry(geo: AnyRef): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → SimpleFeature
  49. def setDefaultGeometryProperty(geoAttr: GeometryAttribute): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → Feature
  50. def setValue(newValue: AnyRef): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → Property
  51. def setValue(values: Collection[Property]): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute
  52. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  54. lazy val userData: HashMap[AnyRef, AnyRef]

    Permalink
  55. def validate(): Unit

    Permalink
    Definition Classes
    AvroSimpleFeature → ComplexAttribute → Attribute
  56. val values: Array[AnyRef]

    Permalink
  57. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped