Class/Object

org.locationtech.geomesa.features.kryo

KryoBufferSimpleFeature

Related Docs: object KryoBufferSimpleFeature | package kryo

Permalink

class KryoBufferSimpleFeature extends SimpleFeature

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

Instance Constructors

  1. new KryoBufferSimpleFeature(sft: SimpleFeatureType, readers: Array[(Input) ⇒ AnyRef], readUserData: (Input) ⇒ Map[AnyRef, AnyRef], options: Set[SerializationOption.SerializationOption])

    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. def copy(): KryoBufferSimpleFeature

    Permalink

    Creates a new feature for later use - does not copy attribute bytes

  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAttribute(name: String): AnyRef

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  11. def getAttribute(name: Name): AnyRef

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  12. def getAttribute(index: Int): AnyRef

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  13. def getAttributeCount(): Int

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  14. def getAttributes(): List[AnyRef]

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  15. def getBounds(): BoundingBox

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getDateAsLong(index: Int): Long

    Permalink
  18. def getDefaultGeometry(): AnyRef

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  19. def getDefaultGeometryProperty(): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Feature
  20. def getDescriptor(): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Attribute → Property
  21. def getFeatureType(): SimpleFeatureType

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  22. def getID(): String

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  23. def getIdentifier(): FeatureId

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Feature → Attribute
  24. def getInput(index: Int): Input

    Permalink
  25. def getName(): Name

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Property
  26. def getProperties(name: String): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  27. def getProperties(name: Name): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  28. def getProperties(): Collection[Property]

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  29. def getProperty(name: String): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  30. def getProperty(name: Name): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  31. def getType(): SimpleFeatureType

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Property
  33. def getValue(): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute → Property
  34. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Property
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def setAttribute(index: Int, value: AnyRef): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  41. def setAttribute(name: String, value: AnyRef): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  42. def setAttribute(name: Name, value: AnyRef): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  43. def setAttributes(vals: Array[AnyRef]): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  44. def setAttributes(vals: List[AnyRef]): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  45. def setBuffer(bytes: Array[Byte], offset: Int, length: Int): Unit

    Permalink

    Set the serialized bytes to use for reading attributes

    Set the serialized bytes to use for reading attributes

    bytes

    serialized byte array

    offset

    offset into the byte array of valid bytes

    length

    number of valid bytes to read from the byte array

  46. def setBuffer(bytes: Array[Byte]): Unit

    Permalink

    Set the serialized bytes to use for reading attributes

    Set the serialized bytes to use for reading attributes

    bytes

    serialized byte array

  47. def setDefaultGeometry(geo: AnyRef): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  48. def setDefaultGeometryProperty(geoAttr: GeometryAttribute): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Feature
  49. def setId(id: String): Unit

    Permalink
  50. def setTransforms(transforms: String, transformSchema: SimpleFeatureType): Unit

    Permalink
  51. def setValue(values: Collection[Property]): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  52. def setValue(newValue: AnyRef): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Property
  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → AnyRef → Any
  55. def transform(): Array[Byte]

    Permalink

    Transform the feature into a serialized byte array

  56. def validate(): Nothing

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute → Attribute
  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 SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped