class LazyImmutableSimpleFeature extends AbstractImmutableSimpleFeature with LazySimpleFeature with Sizable

Lazily evaluated, immutable simple feature implementation

Linear Supertypes
Sizable, LazySimpleFeature, AbstractImmutableSimpleFeature, AbstractSimpleFeature, SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LazyImmutableSimpleFeature
  2. Sizable
  3. LazySimpleFeature
  4. AbstractImmutableSimpleFeature
  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 LazyImmutableSimpleFeature(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

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
    LazyImmutableSimpleFeature → 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
    AbstractImmutableSimpleFeature → SimpleFeature
  24. def getIdentifier(): ImmutableFeatureId
    Definition Classes
    AbstractImmutableSimpleFeature → 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
    AbstractImmutableSimpleFeature
  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
    AbstractImmutableSimpleFeature → SimpleFeature
  44. def setAttribute(name: String, value: AnyRef): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → SimpleFeature
  45. def setAttribute(name: Name, value: AnyRef): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → SimpleFeature
  46. def setAttributes(vals: Array[AnyRef]): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → SimpleFeature
  47. def setAttributes(vals: List[AnyRef]): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → SimpleFeature
  48. def setDefaultGeometry(geo: AnyRef): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → SimpleFeature
  49. def setDefaultGeometryProperty(geoAttr: GeometryAttribute): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → Feature
  50. def setValue(values: Collection[Property]): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → ComplexAttribute
  51. def setValue(newValue: AnyRef): Unit
    Definition Classes
    AbstractImmutableSimpleFeature → Property
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  54. val userData: Map[AnyRef, AnyRef]
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  55. val userDataReader: LazyUserDataReader
    Attributes
    protected
    Definition Classes
    LazySimpleFeature
  56. def validate(): Unit
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute → Attribute
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. 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