t

org.locationtech.geomesa.features

FastSettableFeature

trait FastSettableFeature extends SimpleFeature

Trait for setting attributes without type conversion, for cases where the attribute types being set have already been validated

Linear Supertypes
SimpleFeature, Feature, ComplexAttribute, Attribute, Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FastSettableFeature
  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

Abstract Value Members

  1. abstract def getAttribute(arg0: Int): AnyRef
    Definition Classes
    SimpleFeature
    Annotations
    @throws( ... )
  2. abstract def getAttribute(arg0: Name): AnyRef
    Definition Classes
    SimpleFeature
  3. abstract def getAttribute(arg0: String): AnyRef
    Definition Classes
    SimpleFeature
  4. abstract def getAttributeCount(): Int
    Definition Classes
    SimpleFeature
  5. abstract def getAttributes(): List[AnyRef]
    Definition Classes
    SimpleFeature
  6. abstract def getBounds(): BoundingBox
    Definition Classes
    Feature
  7. abstract def getDefaultGeometry(): AnyRef
    Definition Classes
    SimpleFeature
  8. abstract def getDefaultGeometryProperty(): GeometryAttribute
    Definition Classes
    Feature
  9. abstract def getDescriptor(): AttributeDescriptor
    Definition Classes
    Attribute → Property
  10. abstract def getFeatureType(): SimpleFeatureType
    Definition Classes
    SimpleFeature
  11. abstract def getID(): String
    Definition Classes
    SimpleFeature
  12. abstract def getIdentifier(): FeatureId
    Definition Classes
    Feature → Attribute
  13. abstract def getName(): Name
    Definition Classes
    Property
  14. abstract def getProperties(): Collection[Property]
    Definition Classes
    ComplexAttribute
  15. abstract def getProperties(arg0: String): Collection[Property]
    Definition Classes
    ComplexAttribute
  16. abstract def getProperties(arg0: Name): Collection[Property]
    Definition Classes
    ComplexAttribute
  17. abstract def getProperty(arg0: String): Property
    Definition Classes
    ComplexAttribute
  18. abstract def getProperty(arg0: Name): Property
    Definition Classes
    ComplexAttribute
  19. abstract def getType(): SimpleFeatureType
    Definition Classes
    SimpleFeature → Feature → ComplexAttribute → Attribute → Property
  20. abstract def getUserData(): Map[AnyRef, AnyRef]
    Definition Classes
    Property
  21. abstract def getValue(): Collection[_ <: Property]
    Definition Classes
    ComplexAttribute → Property
  22. abstract def isNillable(): Boolean
    Definition Classes
    Property
  23. abstract def setAttribute(arg0: Int, arg1: Any): Unit
    Definition Classes
    SimpleFeature
    Annotations
    @throws( ... )
  24. abstract def setAttribute(arg0: Name, arg1: Any): Unit
    Definition Classes
    SimpleFeature
  25. abstract def setAttribute(arg0: String, arg1: Any): Unit
    Definition Classes
    SimpleFeature
  26. abstract def setAttributeNoConvert(index: Int, value: AnyRef): Unit

    Set an attribute without using the normal conversion checks.

    Set an attribute without using the normal conversion checks. Ensure that the attribute type matches the expected binding, or errors will occur.

    index

    index of the attribute to set

    value

    value to set

  27. abstract def setAttributes(arg0: Array[AnyRef]): Unit
    Definition Classes
    SimpleFeature
  28. abstract def setAttributes(arg0: List[AnyRef]): Unit
    Definition Classes
    SimpleFeature
  29. abstract def setDefaultGeometry(arg0: Any): Unit
    Definition Classes
    SimpleFeature
  30. abstract def setDefaultGeometryProperty(arg0: GeometryAttribute): Unit
    Definition Classes
    Feature
  31. abstract def setId(id: String): Unit

    Sets the feature ID

    Sets the feature ID

    id

    id

  32. abstract def setValue(arg0: Collection[Property]): Unit
    Definition Classes
    ComplexAttribute
  33. abstract def setValue(arg0: Any): Unit
    Definition Classes
    Property
  34. abstract def validate(): Unit
    Definition Classes
    ComplexAttribute → Attribute
    Annotations
    @throws( ... )

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hasUserData(): Boolean
    Definition Classes
    Property
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. 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 SimpleFeature

Inherited from Feature

Inherited from ComplexAttribute

Inherited from Attribute

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped