Class

org.locationtech.geomesa.convert

AbstractSimpleFeatureConverterFactory

Related Doc: package convert

Permalink

abstract class AbstractSimpleFeatureConverterFactory[I] extends SimpleFeatureConverterFactory[I] with LazyLogging

Annotations
@deprecated
Deprecated

Replaced with org.locationtech.geomesa.convert2.AbstractConverterFactory

Linear Supertypes
LazyLogging, SimpleFeatureConverterFactory[I], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractSimpleFeatureConverterFactory
  2. LazyLogging
  3. SimpleFeatureConverterFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractSimpleFeatureConverterFactory()

    Permalink

Abstract Value Members

  1. abstract def buildConverter(sft: SimpleFeatureType, conf: Config, idBuilder: Expr, fields: IndexedSeq[Field], userDataBuilder: Map[String, Expr], cacheServices: Map[String, EnrichmentCache], parseOpts: ConvertParseOpts): SimpleFeatureConverter[I]

    Permalink
    Attributes
    protected
  2. abstract def typeToProcess: String

    Permalink
    Attributes
    protected

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 buildCacheService(config: Config): Map[String, EnrichmentCache]

    Permalink
    Attributes
    protected
  6. def buildConverter(sft: SimpleFeatureType, conf: Config): SimpleFeatureConverter[I]

    Permalink
  7. def buildField(field: Config): Field

    Permalink
    Attributes
    protected
  8. def buildFields(conf: Config): IndexedSeq[Field]

    Permalink
    Attributes
    protected
  9. def buildIdBuilder(conf: Config): Expr

    Permalink
    Attributes
    protected
  10. def buildUserDataBuilder(conf: Config): Map[String, Expr]

    Permalink
    Attributes
    protected
  11. def canProcess(conf: Config): Boolean

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getParseMode(conf: Config): ParseMode

    Permalink
    Attributes
    protected
  18. def getParsingOptions(conf: Config, sft: SimpleFeatureType): ConvertParseOpts

    Permalink
    Attributes
    protected
  19. def getValidationMode(conf: Config): ValidationMode

    Permalink
    Attributes
    protected
  20. def getValidator(conf: Config, sft: SimpleFeatureType): Seq[String]

    Permalink
    Attributes
    protected
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

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

Inherited from LazyLogging

Inherited from SimpleFeatureConverterFactory[I]

Inherited from AnyRef

Inherited from Any

Ungrouped