package reader
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GeoTiffCSParameters(model: Int = UserDefinedCPV, pcs: Int = UserDefinedCPV, gcs: Int = UserDefinedCPV, length: Int = UserDefinedCPV, lengthInMeters: Double = 1.0, angle: Int = UserDefinedCPV, angleInDegrees: Double = 1.0, datum: Int = UserDefinedCPV, ellipsoid: Int = UserDefinedCPV, semiMajor: Double = 0.0, semiMinor: Double = 0.0, pm: Int = UserDefinedCPV, pmLongToGreenwich: Double = 0.0, projCode: Int = UserDefinedCPV, projection: Int = UserDefinedCPV, ctProjection: Int = UserDefinedCPV, mapSystem: Int = UserDefinedCPV, zone: Int = 0, projectionParameters: Array[(Int, Double)] = Array(), pcsCitation: Option[String] = None) extends Product with Serializable
-
class
GeoTiffCSParser extends AnyRef
This class is indirectly ported from the GDAL github repository.
-
case class
GeoTiffInfo(extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, bandType: BandType, segmentBytes: SegmentBytes, decompressor: Decompressor, segmentLayout: GeoTiffSegmentLayout, compression: Compression, bandCount: Int, noDataValue: Option[Double], overviews: List[GeoTiffInfo] = Nil) extends Product with Serializable
Container for GeoTiff metadata read by GeoTiffReader
- trait GeoTiffReader[V <: CellGrid[Int]] extends Serializable
- class GeoTiffReaderLimitationException extends RuntimeException
- class MalformedGeoTiffException extends RuntimeException
Value Members
- object GeoTiffCSParser
- object GeoTiffInfo extends Serializable
- object GeoTiffReader extends Serializable