trait LazySimpleFeature extends AbstractSimpleFeature

Thread-safe lazy evaluation of attributes

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

Abstract Value Members

  1. abstract def getID(): String
    Definition Classes
    SimpleFeature
  2. abstract def getIdentifier(): FeatureId
    Definition Classes
    Feature → Attribute
  3. abstract def setAttribute(arg0: Int, arg1: Any): Unit
    Definition Classes
    SimpleFeature
    Annotations
    @throws( ... )
  4. abstract def setAttribute(arg0: Name, arg1: Any): Unit
    Definition Classes
    SimpleFeature
  5. abstract def setAttribute(arg0: String, arg1: Any): Unit
    Definition Classes
    SimpleFeature
  6. abstract def setAttributes(arg0: Array[AnyRef]): Unit
    Definition Classes
    SimpleFeature
  7. abstract def setAttributes(arg0: List[AnyRef]): Unit
    Definition Classes
    SimpleFeature
  8. abstract def setDefaultGeometry(arg0: Any): Unit
    Definition Classes
    SimpleFeature
  9. abstract def setDefaultGeometryProperty(arg0: GeometryAttribute): Unit
    Definition Classes
    Feature
  10. abstract def setValue(arg0: Collection[Property]): Unit
    Definition Classes
    ComplexAttribute
  11. abstract def setValue(arg0: Any): Unit
    Definition Classes
    Property

Concrete 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
  6. val bits: WordBitSet
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val count: AtomicInteger
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  11. def getAttribute(index: Int): AnyRef
    Definition Classes
    LazySimpleFeature → SimpleFeature
  12. def getAttribute(name: String): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  13. def getAttribute(name: Name): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  14. def getAttributeCount(): Int
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  15. def getAttributes(): List[AnyRef]
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  16. def getBounds(): BoundingBox
    Definition Classes
    AbstractSimpleFeature → Feature
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getDefaultGeometry(): AnyRef
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  19. def getDefaultGeometryProperty(): GeometryAttribute
    Definition Classes
    AbstractSimpleFeature → Feature
  20. def getDescriptor(): AttributeDescriptor
    Definition Classes
    AbstractSimpleFeature → Attribute → Property
  21. def getFeatureType(): SimpleFeatureType
    Definition Classes
    AbstractSimpleFeature → SimpleFeature
  22. def getName(): Name
    Definition Classes
    AbstractSimpleFeature → Property
  23. def getProperties(name: String): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  24. def getProperties(name: Name): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  25. def getProperties(): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  26. def getProperty(name: String): Property
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  27. def getProperty(name: Name): Property
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute
  28. def getType(): SimpleFeatureType
    Definition Classes
    AbstractSimpleFeature → SimpleFeature → Feature → ComplexAttribute → Attribute → Property
  29. def getUserData(): Map[AnyRef, AnyRef]
    Definition Classes
    LazySimpleFeature → Property
  30. def getValue(): Collection[Property]
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute → Property
  31. def hasUserData(): Boolean
    Definition Classes
    Property
  32. def hashCode(): Int
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isNillable(): Boolean
    Definition Classes
    AbstractSimpleFeature → Property
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. val reader: LazyAttributeReader
    Attributes
    protected
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AbstractSimpleFeature → AnyRef → Any
  41. val userData: Map[AnyRef, AnyRef]
    Attributes
    protected
  42. val userDataReader: LazyUserDataReader
    Attributes
    protected
  43. def validate(): Unit
    Definition Classes
    AbstractSimpleFeature → ComplexAttribute → Attribute
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. 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 AbstractSimpleFeature

Inherited from SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped