t
org.locationtech.geomesa.index.geotools
GeoMesaFeatureWriter
Companion object GeoMesaFeatureWriter
trait GeoMesaFeatureWriter[DS <: GeoMesaDataStore[DS]] extends SimpleFeatureWriter with Flushable with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoMesaFeatureWriter
- LazyLogging
- Flushable
- SimpleFeatureWriter
- FeatureWriter
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
close(): Unit
- Definition Classes
- FeatureWriter → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
- abstract def ds: DS
-
abstract
def
flush(): Unit
- Definition Classes
- Flushable
- Annotations
- @throws( classOf[java.io.IOException] )
-
abstract
def
hasNext(): Boolean
- Definition Classes
- FeatureWriter
- Annotations
- @throws( classOf[java.io.IOException] )
- abstract def indices: Seq[GeoMesaFeatureIndex[_, _]]
-
abstract
def
next(): SimpleFeature
- Definition Classes
- FeatureWriter
- Annotations
- @throws( classOf[java.io.IOException] )
-
abstract
def
remove(): Unit
- Definition Classes
- FeatureWriter
- Annotations
- @throws( classOf[java.io.IOException] )
- abstract def sft: SimpleFeatureType
-
abstract
def
write(): Unit
- Definition Classes
- FeatureWriter
- Annotations
- @throws( classOf[java.io.IOException] )
Concrete Value Members
-
def
getFeatureType(): SimpleFeatureType
- Definition Classes
- GeoMesaFeatureWriter → FeatureWriter