Package

org.locationtech.geomesa

convert2

Permalink

package convert2

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

Type Members

  1. abstract class AbstractCompositeConverter[T] extends SimpleFeatureConverter with LazyLogging

    Permalink
  2. abstract class AbstractConverter[T, C <: ConverterConfig, F <: Field, O <: ConverterOptions] extends SimpleFeatureConverter with ParsingConverter[T] with LazyLogging

    Permalink

    Abstract converter implementation.

    Abstract converter implementation. Typically paired with an AbstractConverterFactory. If so, needs to have a default constructor consisting of (targetSft, config, fields, options), so that the AbstractConverterFactory can instantiate it via reflection.

    Subclasses need to implement read to parse the underlying input stream into raw values that will be transformed to simple features.

    T

    intermediate parsed values binding

    C

    config binding

    F

    field binding

    O

    options binding

  3. abstract class AbstractConverterFactory[S <: AbstractConverter[_, C, F, O], C <: ConverterConfig, F <: Field, O <: ConverterOptions] extends SimpleFeatureConverterFactory

    Permalink

    Abstract converter factory implementation.

    Abstract converter factory implementation. Subclasses need to implement typeToProcess and make available pureconfig readers for the converter configuration

  4. trait ConverterConfig extends AnyRef

    Permalink
  5. trait ConverterOptions extends AnyRef

    Permalink
  6. class ErrorHandlingIterator[T] extends CloseableIterator[T] with LazyLogging

    Permalink

    Handles errors from the underlying parsing of data, before converting to simple features

  7. trait Field extends AnyRef

    Permalink
  8. trait ParsingConverter[T] extends SimpleFeatureConverter

    Permalink

    Converter that parses out intermediate values from an input stream

    Converter that parses out intermediate values from an input stream

    T

    type binding

  9. trait SimpleFeatureConverter extends Closeable with LazyLogging

    Permalink

    Converts input streams into simple features

  10. trait SimpleFeatureConverterFactory extends LazyLogging

    Permalink

Value Members

  1. object AbstractCompositeConverter

    Permalink
  2. object AbstractConverter

    Permalink
  3. object AbstractConverterFactory extends LazyLogging

    Permalink
  4. object SimpleFeatureConverter extends StrictLogging

    Permalink
  5. object TypeInference

    Permalink
  6. package composite

    Permalink
  7. package interop

    Permalink
  8. package metrics

    Permalink
  9. package transforms

    Permalink
  10. package validators

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped