Trait

org.locationtech.geomesa.utils.geotools.sft.SimpleFeatureSpec

AttributeSpec

Related Doc: package SimpleFeatureSpec

Permalink

sealed trait AttributeSpec extends AnyRef

Intermediate format for attribute descriptors

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeSpec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def clazz: Class[_]

    Permalink

    Type binding

    Type binding

    returns

    class binding

  2. abstract def name: String

    Permalink

    Attribute name

    Attribute name

    returns

    name

  3. abstract def options: Map[String, String]

    Permalink

    Attribute level options - all options are stored as strings for simplicity.

    Attribute level options - all options are stored as strings for simplicity.

    returns

    attribute level options

    See also

    RichAttributeDescriptors for conversions.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def builderHook(builder: AttributeTypeBuilder): Unit

    Permalink

    Hook for modifying attribute descriptor

    Hook for modifying attribute descriptor

    builder

    attribute desctiptor builder

    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def configOptions: Map[String, String]

    Permalink

    Options encoded in the config map

    Options encoded in the config map

    returns

    options to include in the config map conversion

    Attributes
    protected
  8. def descriptorOptions: Map[String, String]

    Permalink

    Options set in the attribute descriptor

    Options set in the attribute descriptor

    returns

    options to include in the descriptor conversion

    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getClassSpec: String

    Permalink

    Gets class binding as a spec string

    Gets class binding as a spec string

    returns

    class part of spec string

    Attributes
    protected
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def specOptions: Map[String, String]

    Permalink

    Options encoded in the spec string

    Options encoded in the spec string

    returns

    options to include in the spec string conversion

    Attributes
    protected
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toConfigMap: Map[String, String]

    Permalink

    Convert to a typesafe config map

    Convert to a typesafe config map

    returns

    a spec map

  22. def toDescriptor: AttributeDescriptor

    Permalink

    Convert to an attribute descriptor

    Convert to an attribute descriptor

    returns

    a descriptor

  23. def toSpec: String

    Permalink

    Convert to a spec string

    Convert to a spec string

    returns

    a partial spec string

  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped