class LazyMutableSimpleFeature extends AbstractMutableSimpleFeature with LazySimpleFeature with Sizable

Lazily evaluated, mutable simple feature implementation

Linear Supertypes
Sizable, LazySimpleFeature, AbstractMutableSimpleFeature, AbstractSimpleFeature, SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LazyMutableSimpleFeature
  2. Sizable
  3. LazySimpleFeature
  4. AbstractMutableSimpleFeature
  5. AbstractSimpleFeature
  6. SimpleFeature
  7. Feature
  8. ComplexAttribute
  9. Attribute
  10. Property
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LazyMutableSimpleFeature(sft: SimpleFeatureType, id: String, reader: LazyAttributeReader, userDataReader: LazyUserDataReader)

    Constructor

    Constructor

    sft

    simple feature type

    id

    simple feature id

    reader

    lazily read attributes, must be thread-safe and already of the appropriate types

    userDataReader

    lazily read user data, must be thread-safe

Type Members

  1. class MutableFeatureIdReference extends FeatureIdImpl

    Mutable feature ID implementation that references back to the parent class.

    Mutable feature ID implementation that references back to the parent class. This allows us to avoid allocating a new object unless getIdentifier is called.

    Definition Classes
    AbstractMutableSimpleFeature

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attributes: Array[AnyRef]
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  6. val bits: WordBitSet
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  7. def calculateSizeOf(): Long
    Definition Classes
    LazyMutableSimpleFeature → Sizable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val count: AtomicInteger
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  12. def getAttribute(index: Int): AnyRef
    Definition Classes
    LazySimpleFeature → SimpleFeature
  13. def getAttribute(name: String): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  14. def getAttribute(name: Name): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  15. def getAttributeCount(): Int
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  16. def getAttributes(): List[AnyRef]
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  17. def getBounds(): BoundingBox
    Definition Classes
    AbstractSimpleFeature → Feature
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getDefaultGeometry(): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  20. def getDefaultGeometryProperty(): GeometryAttribute
    Definition Classes
    AbstractSimpleFeature → Feature
  21. def getDescriptor(): AttributeDescriptor
    Definition Classes
    AbstractSimpleFeature → Attribute → Property
  22. def getFeatureType(): SimpleFeatureType
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  23. def getID(): String
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  24. def getIdentifier(): FeatureId
    Definition Classes
    AbstractMutableSimpleFeature → Feature → Attribute
  25. def getName(): Name
    Definition Classes
    AbstractSimpleFeature → Property
  26. def getProperties(name: String): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  27. def getProperties(name: Name): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  28. def getProperties(): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  29. def getProperty(name: String): Property
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  30. def getProperty(name: Name): Property
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  31. def getType(): SimpleFeatureType
    Definition Classes
    AbstractSimpleFeature → SimpleFeature → Feature → ComplexAttribute → Attribute → Property
  32. def getUserData(): Map[AnyRef, AnyRef]
    Definition Classes
    LazySimpleFeature → Property
  33. def getValue(): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute → Property
  34. def hasUserData(): Boolean
    Definition Classes
    Property
  35. def hashCode(): Int
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  36. var id: String
    Attributes
    protected
    Definition Classes
    AbstractMutableSimpleFeature
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isNillable(): Boolean
    Definition Classes
    AbstractSimpleFeature → Property
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. val reader: LazyAttributeReader
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  43. def setAttribute(index: Int, value: AnyRef): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  44. def setAttribute(name: String, value: AnyRef): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  45. def setAttribute(name: Name, value: AnyRef): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  46. def setAttributeNoConvert(index: Int, value: AnyRef): Unit
  47. def setAttributes(vals: Array[AnyRef]): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  48. def setAttributes(vals: List[AnyRef]): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  49. def setDefaultGeometry(geo: AnyRef): Unit
    Definition Classes
    AbstractMutableSimpleFeature → SimpleFeature
  50. def setDefaultGeometryProperty(geoAttr: GeometryAttribute): Unit
    Definition Classes
    AbstractMutableSimpleFeature → Feature
  51. def setId(id: String): Unit
    Definition Classes
    AbstractMutableSimpleFeature
  52. def setValue(values: Collection[Property]): Unit
    Definition Classes
    AbstractMutableSimpleFeature → ComplexAttribute
  53. def setValue(newValue: AnyRef): Unit
    Definition Classes
    AbstractMutableSimpleFeature → Property
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  56. val userData: Map[AnyRef, AnyRef]
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  57. val userDataReader: LazyUserDataReader
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  58. def validate(): Unit
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute → Attribute
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Sizable

Inherited from LazySimpleFeature

Inherited from AbstractSimpleFeature

Inherited from SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped