Class

org.locationtech.geomesa.features.nio

LazySimpleFeature

Related Doc: package nio

Permalink

class LazySimpleFeature extends SimpleFeature

Linear Supertypes
SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LazySimpleFeature
  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 LazySimpleFeature(id: String, sft: SimpleFeatureType, accessors: IndexedSeq[AttributeAccessor[_ <: AnyRef]], buf: ByteBuffer)

    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. var buf: ByteBuffer

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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(index: Int): AnyRef

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

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  12. def getAttribute(name: String): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  18. def getDefaultGeometryProperty(): GeometryAttribute

    Permalink
    Definition Classes
    LazySimpleFeature → Feature
  19. def getDescriptor(): AttributeDescriptor

    Permalink
    Definition Classes
    LazySimpleFeature → Attribute → Property
  20. def getFeatureType(): SimpleFeatureType

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  21. def getID(): String

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  22. def getIdentifier(): FeatureId

    Permalink
    Definition Classes
    LazySimpleFeature → Feature → Attribute
  23. def getName(): Name

    Permalink
    Definition Classes
    LazySimpleFeature → Property
  24. def getProperties(): Collection[Property]

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

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

    Permalink
    Definition Classes
    LazySimpleFeature → ComplexAttribute
  27. def getProperty(name: String): Property

    Permalink
    Definition Classes
    LazySimpleFeature → ComplexAttribute
  28. def getProperty(name: Name): Property

    Permalink
    Definition Classes
    LazySimpleFeature → ComplexAttribute
  29. def getType(): SimpleFeatureType

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

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

    Permalink
    Definition Classes
    LazySimpleFeature → ComplexAttribute → Property
  32. def hasUserData(): Boolean

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

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

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

    Permalink
    Definition Classes
    LazySimpleFeature → Property
  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 setAttribute(index: Int, value: Any): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  40. def setAttribute(name: Name, value: Any): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  41. def setAttribute(name: String, value: Any): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  42. def setAttributes(values: Array[AnyRef]): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  43. def setAttributes(values: List[AnyRef]): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  44. def setBuf(reuse: ByteBuffer): Unit

    Permalink
  45. def setDefaultGeometry(geometry: Any): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → SimpleFeature
  46. def setDefaultGeometryProperty(geometryAttribute: GeometryAttribute): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → Feature
  47. def setValue(newValue: Any): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. def validate(): Unit

    Permalink
    Definition Classes
    LazySimpleFeature → ComplexAttribute → Attribute
  52. final def wait(): Unit

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

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