trait GeoMesaFeatureWriter[DS <: GeoMesaDataStore[DS]] extends SimpleFeatureWriter with Flushable with LazyLogging

Linear Supertypes
LazyLogging, Flushable, SimpleFeatureWriter, FeatureWriter[SimpleFeatureType, SimpleFeature], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaFeatureWriter
  2. LazyLogging
  3. Flushable
  4. SimpleFeatureWriter
  5. FeatureWriter
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def close(): Unit
    Definition Classes
    FeatureWriter → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  2. abstract def ds: DS
  3. abstract def flush(): Unit
    Definition Classes
    Flushable
    Annotations
    @throws( classOf[java.io.IOException] )
  4. abstract def hasNext(): Boolean
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  5. abstract def indices: Seq[GeoMesaFeatureIndex[_, _]]
  6. abstract def next(): SimpleFeature
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  7. abstract def remove(): Unit
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  8. abstract def sft: SimpleFeatureType
  9. abstract def write(): Unit
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )

Concrete Value Members

  1. def getFeatureType(): SimpleFeatureType
    Definition Classes
    GeoMesaFeatureWriter → FeatureWriter