Class/Object

org.locationtech.geomesa.raster.data

AccumuloRasterStore

Related Docs: object AccumuloRasterStore | package data

Permalink

class AccumuloRasterStore extends Closeable with LazyLogging

Linear Supertypes
LazyLogging, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloRasterStore
  2. LazyLogging
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloRasterStore(connector: Connector, tableName: String, authorizationsProvider: AuthorizationsProvider, writeVisibilities: String, writeMemoryConfig: Option[String] = None, writeThreadsConfig: Option[Int] = None, queryThreadsConfig: Option[Int] = None, collectStats: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adaptIteratorToChunks(iter: Iterator[Entry[Key, Value]]): Iterator[Raster]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val authorizationsProvider: AuthorizationsProvider

    Permalink
  7. val bwConfig: BatchWriterConfig

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    AccumuloRasterStore → Closeable → AutoCloseable
  10. val connector: Connector

    Permalink
  11. def createTableStructure(): Unit

    Permalink
  12. def deleteRasterTable(): Unit

    Permalink
  13. def ensureBoundsTableExists(): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getAuths: Authorizations

    Permalink
  18. def getAvailableBoundingBoxes: Seq[BoundingBox]

    Permalink
  19. def getAvailableGeoHashLengths: Set[Int]

    Permalink
  20. def getAvailableResolutions: Seq[Double]

    Permalink
  21. def getBounds: BoundingBox

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getGridRange: GridEnvelope2D

    Permalink
  24. def getMosaicedRaster(query: RasterQuery, params: GeoMesaCoverageQueryParams): BufferedImage

    Permalink

    Given A Query, return a single buffered image that is a mosaic of the tiles This is primarily used to satisfy WCS/WMS queries.

    Given A Query, return a single buffered image that is a mosaic of the tiles This is primarily used to satisfy WCS/WMS queries.

    returns

    Buffered

  25. def getRasters(rasterQuery: RasterQuery): Iterator[Raster]

    Permalink
  26. def getResToBoundsMap: ImmutableMap[Double, BoundingBox]

    Permalink
  27. def getResToGeoHashLenMap: ImmutableSetMultimap[Double, Int]

    Permalink
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  31. def metaScanner: () ⇒ SelfClosingIterator[Entry[Key, Value]]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val numQThreads: Int

    Permalink
  36. def putRaster(raster: Raster): Unit

    Permalink
  37. def putRasters(rasters: Seq[Raster]): Unit

    Permalink
  38. def resToBoundsCallable: Function[String, ImmutableMap[Double, BoundingBox]]

    Permalink
  39. def resToGeoHashLenMapCallable: Function[String, ImmutableSetMultimap[Double, Int]]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val tableName: String

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. val writeMemory: Long

    Permalink
  47. val writeThreads: Int

    Permalink
  48. val writeVisibilities: String

    Permalink

Inherited from LazyLogging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped