object GeoMesaFeatureWriter extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaFeatureWriter
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class WriteException extends RuntimeException

    Marker class to allow specific exceptions to bubble up

Value Members

  1. def apply[DS <: GeoMesaDataStore[DS]](ds: DS, sft: SimpleFeatureType, indices: Seq[GeoMesaFeatureIndex[_, _]], filter: Option[Filter], atomic: Boolean): GeoMesaFeatureWriter[DS]

    Create a feature writer

    Create a feature writer

    DS

    datastore type

    ds

    datastore

    sft

    simple feature type

    indices

    indices to write

    filter

    filter for selecting features for updating writes, or None for appending writes

    atomic

    enforce atomic writes

    returns

    feature writer

  2. def featureWithFid(feature: SimpleFeature): SimpleFeature

    Sets the feature ID on the feature.

    Sets the feature ID on the feature. If the user has requested a specific ID, that will be used, otherwise one will be generated. If possible, the original feature will be modified and returned.