Class

org.locationtech.geomesa.convert.fixedwidth

FixedWidthConverter

Related Doc: package fixedwidth

Permalink

class FixedWidthConverter extends LinesToSimpleFeatureConverter

Linear Supertypes
LinesToSimpleFeatureConverter, ToSimpleFeatureConverter[String], LazyLogging, SimpleFeatureConverter[String], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FixedWidthConverter
  2. LinesToSimpleFeatureConverter
  3. ToSimpleFeatureConverter
  4. LazyLogging
  5. SimpleFeatureConverter
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FixedWidthConverter(targetSFT: SimpleFeatureType, idBuilder: Expr, inputFields: IndexedSeq[Field], userDataBuilder: Map[String, Expr], caches: Map[String, EnrichmentCache], parseOpts: ConvertParseOpts)

    Permalink

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. val caches: Map[String, EnrichmentCache]

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter → SimpleFeatureConverter
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    SimpleFeatureConverter → Closeable → AutoCloseable
  8. def convert(t: Array[Any], ec: EvaluationContext): SimpleFeature

    Permalink
    Definition Classes
    ToSimpleFeatureConverter
  9. def createEvaluationContext(globalParams: Map[String, Any], counter: Counter): EvaluationContext

    Permalink
    Definition Classes
    ToSimpleFeatureConverter → SimpleFeatureConverter
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromInputType(i: String): Seq[Array[Any]]

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. val idBuilder: Expr

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter
  17. val inputFields: IndexedSeq[Field]

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val parseOpts: ConvertParseOpts

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter
  24. def process(is: InputStream, ec: EvaluationContext): Iterator[SimpleFeature]

    Permalink
    Definition Classes
    LinesToSimpleFeatureConverter → SimpleFeatureConverter
  25. def processInput(is: Iterator[String], ec: EvaluationContext): Iterator[SimpleFeature]

    Permalink
    Definition Classes
    ToSimpleFeatureConverter → SimpleFeatureConverter
  26. def processSingleInput(i: String, ec: EvaluationContext): Seq[SimpleFeature]

    Permalink
    Definition Classes
    ToSimpleFeatureConverter → SimpleFeatureConverter
  27. val requiredFields: IndexedSeq[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    ToSimpleFeatureConverter
  28. val requiredFieldsCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ToSimpleFeatureConverter
  29. val requiredFieldsIndices: IndexedSeq[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    ToSimpleFeatureConverter
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val targetSFT: SimpleFeatureType

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter → SimpleFeatureConverter
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. val userDataBuilder: Map[String, Expr]

    Permalink
    Definition Classes
    FixedWidthConverter → ToSimpleFeatureConverter
  34. val validate: (SimpleFeature, EvaluationContext) ⇒ SimpleFeature

    Permalink
    Attributes
    protected
    Definition Classes
    ToSimpleFeatureConverter
  35. final def wait(): Unit

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

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

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

Inherited from LinesToSimpleFeatureConverter

Inherited from ToSimpleFeatureConverter[String]

Inherited from LazyLogging

Inherited from SimpleFeatureConverter[String]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped