package geotiff
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GeoTiffMetadata(name: SourceName, crs: CRS, bandCount: Int, cellType: CellType, gridExtent: GridExtent[Long], resolutions: List[CellSize], tags: Tags) extends RasterMetadata with Product with Serializable
-
case class
GeoTiffPath(value: String) extends SourcePath with Product with Serializable
Represents a VALID path that points to a GeoTiff to be read.
Represents a VALID path that points to a GeoTiff to be read.
- value
Path to a GeoTiff. There are two ways to format this
String
: either in theURI
format, or as a relative path if the file is local. In addition, this path can be prefixed with, gtiff+ to signify that the target GeoTiff is to be read in only by GeoTiffRasterSource.
"data/my-data.tiff"
, "s3://bucket/prefix/data.tif"
, "gtiff+file:///tmp/data.tiff"
- Note
The target file must have a file extension.
,Capitalization of the extension is not regarded.
Examples: - class GeoTiffRasterSource extends RasterSource
- class GeoTiffRasterSourceProvider extends RasterSourceProvider
- class GeoTiffReprojectRasterSource extends RasterSource
- class GeoTiffResampleRasterSource extends RasterSource
Value Members
- object GeoTiffPath extends Serializable
- object GeoTiffRasterSource extends Serializable
- object GeoTiffReprojectRasterSource extends Serializable
- object GeoTiffResampleRasterSource extends Serializable