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(): GeometryAttribute

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

    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): Collection[Property]

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

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

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

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  31. def getTransform: Option[(String, SimpleFeatureType)]

    Permalink
  32. def getType(): SimpleFeatureType

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → SimpleFeature
  46. 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

  47. 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

  48. def setDefaultGeometry(geo: AnyRef): Unit

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

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → Feature
  50. def setIdBuffer(bytes: Array[Byte], offset: Int, length: Int): Unit

    Permalink

    Sets the serialized bytes containing the feature ID (i.e.

    Sets the serialized bytes containing the feature ID (i.e. the row key)

    bytes

    bytes

    offset

    offset into the byte array of valid bytes

    length

    number of valid bytes to read from the byte array

  51. def setIdBuffer(bytes: Array[Byte]): Unit

    Permalink

    Sets the serialized bytes containing the feature ID (i.e.

    Sets the serialized bytes containing the feature ID (i.e. the row key)

    bytes

    bytes

  52. def setIdParser(parse: (Array[Byte], Int, Int) ⇒ String): Unit

    Permalink

    Sets the parser for reading feature ids out of the id buffer

    Sets the parser for reading feature ids out of the id buffer

    parse

    parse method

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

    Permalink

    Sets the transform to be applied to this feature

    Sets the transform to be applied to this feature

    transforms

    transform definition, per geotools format

    transformSchema

    schema that results from applying the transform

  54. def setValue(values: Collection[Property]): Unit

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute
  55. def setValue(newValue: AnyRef): Unit

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

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

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

    Permalink

    Transform the feature into a serialized byte array

  59. def validate(): Unit

    Permalink
    Definition Classes
    KryoBufferSimpleFeature → ComplexAttribute → Attribute
  60. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. 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