Package

org.locationtech.geomesa.raster

data

Permalink

package data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class AccumuloRasterStore extends Closeable with LazyLogging

    Permalink
  2. case class ArrayBytesRaster(serializedChunk: Array[Byte], metadata: DecodedIndexValue, resolution: Double) extends Raster with Product with Serializable

    Permalink
  3. class GeoMesaCoverageQueryParams extends AnyRef

    Permalink

    Takes the Array[GeneralParameterValue] from the read() function of GeoMesaCoverageReader and pulls out the gridGeometry, envelope, height and width, resolution, and bounding box from the query parameters.

    Takes the Array[GeneralParameterValue] from the read() function of GeoMesaCoverageReader and pulls out the gridGeometry, envelope, height and width, resolution, and bounding box from the query parameters. These are then used to query Accumulo and retrieve out the correct raster information.

  4. trait Raster extends AnyRef

    Permalink
  5. case class RasterQuery(bbox: BoundingBox, resolution: Double) extends Product with Serializable

    Permalink

    This class contains parameters needed to create query to retrieve raster chunks from Accumulo table.

    This class contains parameters needed to create query to retrieve raster chunks from Accumulo table.

    bbox

    Bounding box defines geometric area of desired raster

    resolution

    Desired resolution of grid

  6. case class RenderedImageRaster(chunk: RenderedImage, metadata: DecodedIndexValue, resolution: Double) extends Raster with Product with Serializable

    Permalink

Value Members

  1. object AccumuloRasterBoundsPlanner extends LazyLogging

    Permalink
  2. object AccumuloRasterQueryPlanner extends LazyLogging

    Permalink
  3. object AccumuloRasterStore

    Permalink
  4. object AccumuloRasterTableConfig

    Permalink
  5. val GEOMESA_RASTER_BOUNDS_TABLE: String

    Permalink
  6. object Raster

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped