c

geotrellis.store.s3

withGeoTiffS3WriteMethods

implicit class withGeoTiffS3WriteMethods[T <: CellGrid[Int]] extends GeoTiffS3WriteMethods[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withGeoTiffS3WriteMethods
  2. GeoTiffS3WriteMethods
  3. S3RasterMethods
  4. MethodExtensions
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withGeoTiffS3WriteMethods(self: GeoTiff[T])

Value Members

  1. val self: GeoTiff[T]
  2. def write(uri: AmazonS3URI, client: S3Client = S3ClientProducer.get()): Unit
    Definition Classes
    GeoTiffS3WriteMethodsS3RasterMethods