c
org.locationtech.geomesa.geotools.tools.export
GeoToolsExportCommand
Companion object GeoToolsExportCommand
class GeoToolsExportCommand extends ExportCommand[DataStore] with GeoToolsDistributedCommand
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoToolsExportCommand
- GeoToolsDistributedCommand
- GeoToolsDataStoreCommand
- ExportCommand
- MethodProfiling
- LazyLogging
- InteractiveCommand
- DistributedCommand
- DataStoreCommand
- Command
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoToolsExportCommand()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
configure(job: Job, ds: DataStore, query: Query): Unit
- Attributes
- protected
- Definition Classes
- ExportCommand
-
lazy val
connection: Map[String, String]
- Definition Classes
- GeoToolsDataStoreCommand → DataStoreCommand
-
implicit
def
console: SystemConsole
- Definition Classes
- InteractiveCommand
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(): Unit
- Definition Classes
- ExportCommand → Command
-
def
export(ds: DataStore, query: Query, exporter: FeatureExporter, writeEmptyFiles: Boolean): Option[Long]
- Attributes
- protected
- Definition Classes
- ExportCommand
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
libjarsFiles: Seq[String]
- Definition Classes
- GeoToolsDistributedCommand → DistributedCommand
-
def
libjarsPaths: Iterator[() ⇒ Seq[File]]
- Definition Classes
- GeoToolsDistributedCommand → DistributedCommand
-
def
loadDataStore(): DataStore
- Definition Classes
- DataStoreCommand
- Annotations
- @throws( ... )
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
val
name: String
- Definition Classes
- ExportCommand → Command
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
params: GeoToolsExportParams
- Definition Classes
- GeoToolsExportCommand → GeoToolsDataStoreCommand → ExportCommand → Command
-
def
profile[R](message: String)(code: ⇒ R): R
- Attributes
- protected
- Definition Classes
- MethodProfiling
-
def
profile[R](onComplete: (R, Long) ⇒ Unit)(code: ⇒ R): R
- Attributes
- protected
- Definition Classes
- MethodProfiling
-
def
profile[R](onComplete: (Long) ⇒ Unit)(code: ⇒ R): R
- Attributes
- protected
- Definition Classes
- MethodProfiling
-
def
run(): Unit
- Definition Classes
- Command → Runnable
-
def
setConsole(c: SystemConsole): Unit
- Definition Classes
- InteractiveCommand
-
def
subCommands: Seq[Command]
- Definition Classes
- Command
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(): Option[ParameterException]
- Definition Classes
- Command
-
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( ... )
-
def
withDataStore[T](method: (DataStore) ⇒ T): T
- Definition Classes
- DataStoreCommand
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated