Packages

class SimpleFeatureAttribute[A] extends SimpleNullableAttribute[SimpleFeature, A]

********************************************************************* Copyright (c) 2013-2025 General Atomics Integrated Intelligence, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at https://www.apache.org/licenses/LICENSE-2.0 *********************************************************************

Linear Supertypes
SimpleNullableAttribute[SimpleFeature, A], AbstractAttribute[SimpleFeature, A], Attribute[SimpleFeature, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleFeatureAttribute
  2. SimpleNullableAttribute
  3. AbstractAttribute
  4. Attribute
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleFeatureAttribute(fieldType: Class[A], sft: SimpleFeatureType, fieldName: String)

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 calcHashCode(): Int
    Attributes
    protected[support]
    Definition Classes
    AbstractAttribute
  6. def canEqual(arg0: AnyRef): Boolean
    Definition Classes
    AbstractAttribute
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AbstractAttribute → AnyRef → Any
  10. def getAttributeName(): String
    Definition Classes
    AbstractAttribute → Attribute
  11. def getAttributeType(): Class[A]
    Definition Classes
    AbstractAttribute → Attribute
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def getObjectType(): Class[SimpleFeature]
    Definition Classes
    AbstractAttribute → Attribute
  14. def getValue(object: SimpleFeature, queryOptions: QueryOptions): A
    Definition Classes
    SimpleFeatureAttribute → SimpleNullableAttribute
    Annotations
    @Override()
  15. def getValues(arg0: SimpleFeature, arg1: QueryOptions): Iterable[A]
    Definition Classes
    SimpleNullableAttribute → Attribute
  16. def hashCode(): Int
    Definition Classes
    AbstractAttribute → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AbstractAttribute → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from SimpleNullableAttribute[SimpleFeature, A]

Inherited from AbstractAttribute[SimpleFeature, A]

Inherited from Attribute[SimpleFeature, A]

Inherited from AnyRef

Inherited from Any

Ungrouped