Package

org.locationtech.geomesa.convert2

validators

Permalink

package validators

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

Type Members

  1. class CqlValidatorFactory extends SimpleFeatureValidatorFactory

    Permalink

    Validator for arbitrary CQL filters

  2. class HasDtgValidatorFactory extends SimpleFeatureValidatorFactory

    Permalink
  3. class HasGeoValidatorFactory extends SimpleFeatureValidatorFactory

    Permalink
  4. class IndexValidatorFactory extends SimpleFeatureValidatorFactory

    Permalink

    Validator based on the indices used by the feature type.

    Validator based on the indices used by the feature type. Currently only the x/z2 and x/z3 indices have input requirements. In addition, features that validate against the x/z3 index will also validate against the x/z2 index

  5. class NoneValidatorFactory extends SimpleFeatureValidatorFactory

    Permalink
  6. class NullValidator extends SimpleFeatureValidator

    Permalink

    Validates an attribute is not null

  7. trait SimpleFeatureValidator extends Closeable

    Permalink
  8. trait SimpleFeatureValidatorFactory extends AnyRef

    Permalink

Value Members

  1. object CqlValidatorFactory

    Permalink
  2. object Errors

    Permalink
  3. object HasDtgValidatorFactory

    Permalink
  4. object HasGeoValidatorFactory

    Permalink
  5. object IndexValidatorFactory extends LazyLogging

    Permalink
  6. object NoValidator extends SimpleFeatureValidator

    Permalink
  7. object SimpleFeatureValidator extends LazyLogging

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped