package convert

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClassPathConfigProvider extends ConverterConfigProvider with GeoMesaConvertParser

    Provides access converter configs on the classpath

  2. case class ConfArgs(config: String) extends Product with Serializable
  3. trait ConverterConfigProvider extends AnyRef

    ********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.

    ********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, 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 http://www.opensource.org/licenses/apache2.0.php. *********************************************************************

  4. trait EnrichmentCache extends Closeable
  5. trait EnrichmentCacheFactory extends AnyRef
  6. trait EvaluationContext extends AnyRef

    Holds the state associated with a conversion attempt.

    Holds the state associated with a conversion attempt. Evaluation contexts are not thread safe.

  7. trait GeoMesaConvertParser extends LazyLogging
  8. trait Modes extends AnyRef
  9. class ResourceLoadingCache extends EnrichmentCache
  10. class ResourceLoadingCacheFactory extends EnrichmentCacheFactory
  11. class SimpleEnrichmentCache extends EnrichmentCache
  12. class SimpleEnrichmentCacheFactory extends EnrichmentCacheFactory
  13. class URLConfigProvider extends ConverterConfigProvider with GeoMesaConvertParser

    Load Config from URLs

Value Members

  1. object ConverterConfigLoader extends LazyLogging
  2. object ConverterConfigResolver extends ArgResolver[Config, ConfArgs] with LazyLogging

    Attempts to resolve Converter config from arguments as either a string or as a filename containing the converter config

  3. object EnrichmentCache
  4. object EvaluationContext extends LazyLogging
  5. object GeoMesaConvertParser
  6. object Modes
  7. object SimpleConverterConfigParser extends GeoMesaConvertParser
  8. object URLConfigProvider

Ungrouped