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
getWriter(feature: SimpleFeature): IndexWriter
- Attributes
- protected
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
appendFeature(feature: SimpleFeature): Unit
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getFeatureType(): SimpleFeatureType
- Definition Classes
- GeoMesaFeatureWriter → FeatureWriter
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextFeatureId: String
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
propagateExceptions(): Unit
- Attributes
- protected
-
def
removeFeature(feature: SimpleFeature): Unit
- Attributes
- protected
-
val
statUpdater: StatUpdater
- Attributes
- protected
-
def
suppressException(e: Throwable): Unit
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateFeature(update: SimpleFeature, previous: SimpleFeature): Unit
- Attributes
- protected
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated