Package

geotrellis.raster.io.geotiff

tags

Permalink

package tags

Visibility
  1. Public
  2. All

Type Members

  1. case class BasicTags(bitsPerSample: Int = 1, colorMap: Seq[(Short, Short, Short)] = ..., imageLength: Int = 0, imageWidth: Int = 0, compression: Int = 1, photometricInterp: Int = -1, resolutionUnit: Option[Int] = scala.None, rowsPerStrip: Long = 1, samplesPerPixel: Int = 1, stripByteCounts: Option[Array[Int]] = scala.None, stripOffsets: Option[Array[Int]] = scala.None, xResolution: Option[(Long, Long)] = scala.None, yResolution: Option[(Long, Long)] = scala.None) extends Product with Serializable

    Permalink
  2. case class CmykTags(inkSet: Option[Int] = scala.None, numberOfInks: Option[Int] = scala.None, inkNames: Option[String] = scala.None, dotRange: Option[Array[Int]] = scala.None, targetPrinters: Option[String] = scala.None) extends Product with Serializable

    Permalink
  3. case class ColimetryTags(whitePoints: Option[Array[(Long, Long)]] = scala.None, primaryChromaticities: Option[Array[(Long, Long)]] = scala.None, transferFunction: Option[Array[Int]] = scala.None, transferRange: Option[Array[Int]] = scala.None, referenceBlackWhite: Option[Array[Long]] = scala.None) extends Product with Serializable

    Permalink
  4. case class ConfigKeys(gtModelType: Int = -1, gtRasterType: Option[Int] = scala.None, gtCitation: Option[Array[String]] = scala.None) extends Product with Serializable

    Permalink
  5. case class DataSampleFormatTags(sampleFormat: Int = 1, maxSampleValue: Option[Array[Long]] = scala.None, minSampleValue: Option[Array[Long]] = scala.None) extends Product with Serializable

    Permalink
  6. case class DocumentationTags(documentName: Option[String] = scala.None, pageName: Option[String] = scala.None, pageNumber: Option[Array[Int]] = scala.None, xPositions: Option[Array[(Long, Long)]] = scala.None, yPositions: Option[Array[(Long, Long)]] = scala.None) extends Product with Serializable

    Permalink
  7. case class GeoKeyDirectory(count: Int, configKeys: ConfigKeys = ..., geogCSParameterKeys: GeogCSParameterKeys = ..., projectedCSParameterKeys: ProjectedCSParameterKeys = ..., verticalCSKeys: VerticalCSKeys = ..., nonStandardizedKeys: NonStandardizedKeys = ...) extends Product with Serializable

    Permalink
  8. case class GeoKeyDirectoryMetadata(version: Int, keyRevision: Int, minorRevision: Int, numberOfKeys: Int) extends Product with Serializable

    Permalink
  9. case class GeoKeyMetadata(keyID: Int, tiffTagLocation: Int, count: Int, valueOffset: Int) extends Product with Serializable

    Permalink
  10. case class GeoTiffTags(modelTiePoints: Option[Array[(Pixel3D, Pixel3D)]] = scala.None, modelTransformation: Option[Array[Array[Double]]] = scala.None, modelPixelScale: Option[(Double, Double, Double)] = scala.None, geoKeyDirectory: Option[GeoKeyDirectory] = scala.None, doubles: Option[Array[Double]] = scala.None, asciis: Option[String] = scala.None, metadata: Option[String] = scala.None, gdalInternalNoData: Option[Double] = scala.None) extends Product with Serializable

    Permalink
  11. case class GeogCSParameterKeys(geogType: Option[Int] = scala.None, geogCitation: Option[Array[String]] = scala.None, geogGeodeticDatum: Option[Int] = scala.None, geogPrimeMeridian: Option[Int] = scala.None, geogLinearUnits: Option[Int] = scala.None, geogLinearUnitSize: Option[Double] = scala.None, geogAngularUnits: Option[Int] = scala.None, geogAngularUnitSize: Option[Double] = scala.None, geogEllipsoid: Option[Int] = scala.None, geogSemiMajorAxis: Option[Double] = scala.None, geogSemiMinorAxis: Option[Double] = scala.None, geogInvFlattening: Option[Double] = scala.None, geogAzimuthUnits: Option[Int] = scala.None, geogPrimeMeridianLong: Option[Double] = scala.None) extends Product with Serializable

    Permalink
  12. case class JpegTags(jpegTables: Option[Array[Byte]] = scala.None, jpegProc: Option[Int] = scala.None, jpegInterchangeFormat: Option[Long] = scala.None, jpegInterchangeFormatLength: Option[Long] = scala.None, jpegRestartInterval: Option[Int] = scala.None, jpegLosslessPredictors: Option[Array[Int]] = scala.None, jpegPointTransforms: Option[Array[Int]] = scala.None, jpegQTables: Option[Array[Long]] = scala.None, jpegDCTables: Option[Array[Long]] = scala.None, jpegACTables: Option[Array[Long]] = scala.None) extends Product with Serializable

    Permalink
  13. case class MetadataTags(artist: Option[String] = scala.None, copyright: Option[String] = scala.None, dateTime: Option[String] = scala.None, hostComputer: Option[String] = scala.None, imageDesc: Option[String] = scala.None, maker: Option[String] = scala.None, model: Option[String] = scala.None, software: Option[String] = scala.None) extends Product with Serializable

    Permalink
  14. case class NonBasicTags(cellLength: Option[Int] = scala.None, cellWidth: Option[Int] = scala.None, extraSamples: Option[Array[Int]] = scala.None, fillOrder: Int = 1, freeByteCounts: Option[Array[Long]] = scala.None, freeOffsets: Option[Array[Long]] = scala.None, grayResponseCurve: Option[Array[Int]] = scala.None, grayResponseUnit: Option[Int] = scala.None, newSubfileType: Option[Long] = scala.None, orientation: Int = 1, planarConfiguration: Option[Int] = scala.None, subfileType: Option[Int] = scala.None, thresholding: Int = 1, t4Options: Int = 0, t6Options: Option[Int] = scala.None, halftoneHints: Option[Array[Int]] = scala.None, predictor: Option[Int] = scala.None) extends Product with Serializable

    Permalink
  15. case class NonStandardizedKeys(shortMap: HashMap[Int, Int] = ..., doublesMap: HashMap[Int, Array[Double]] = ..., asciisMap: HashMap[Int, Array[String]] = ...) extends Product with Serializable

    Permalink
  16. case class NonStandardizedTags(asciisMap: HashMap[Int, String] = ..., longsMap: HashMap[Int, Array[Long]] = ..., fractionalsMap: HashMap[Int, Array[(Long, Long)]] = ..., undefinedMap: HashMap[Int, Array[Byte]] = ..., doublesMap: HashMap[Int, Array[Double]] = ...) extends Product with Serializable

    Permalink
  17. case class Pixel3D(x: Double, y: Double, z: Double) extends Product with Serializable

    Permalink
  18. case class ProjectedCSParameterKeys(projectedCSType: Int = ..., pcsCitation: Option[Array[String]] = scala.None, projection: Option[Int] = scala.None, projCoordTrans: Option[Int] = scala.None, projLinearUnits: Option[Int] = scala.None, projLinearUnitSize: Option[Double] = scala.None, projStdParallel1: Option[Double] = scala.None, projStdParallel2: Option[Double] = scala.None, projNatOriginLong: Option[Double] = scala.None, projNatOriginLat: Option[Double] = scala.None, projectedFalsings: ProjectedFalsings = ..., projCenterLong: Option[Double] = scala.None, projCenterLat: Option[Double] = scala.None, projCenterEasting: Option[Double] = scala.None, projCenterNorthing: Option[Double] = scala.None, projScaleAtNatOrigin: Option[Double] = scala.None, projScaleAtCenter: Option[Double] = scala.None, projAzimuthAngle: Option[Double] = scala.None, projStraightVertPoleLong: Option[Double] = scala.None, projRectifiedGridAngle: Option[Double] = scala.None) extends Product with Serializable

    Permalink
  19. case class ProjectedFalsings(projFalseEasting: Option[Double] = scala.None, projFalseNorthing: Option[Double] = scala.None, projFalseOriginLong: Option[Double] = scala.None, projFalseOriginLat: Option[Double] = scala.None, projFalseOriginEasting: Option[Double] = scala.None, projFalseOriginNorthing: Option[Double] = scala.None) extends Product with Serializable

    Permalink
  20. case class TiffTagMetadata(tag: Int, fieldType: Int, length: Int, offset: Int) extends Product with Serializable

    Permalink
  21. case class TiffTags(metadataTags: MetadataTags = ..., basicTags: BasicTags = ..., nonBasicTags: NonBasicTags = ..., geoTiffTags: GeoTiffTags = ..., documentationTags: DocumentationTags = ..., tileTags: TileTags = ..., cmykTags: CmykTags = ..., dataSampleFormatTags: DataSampleFormatTags = ..., colimetryTags: ColimetryTags = ..., jpegTags: JpegTags = ..., yCbCrTags: YCbCrTags = ..., nonStandardizedTags: NonStandardizedTags = ...) extends Product with Serializable

    Permalink
  22. case class TileTags(tileWidth: Option[Long] = scala.None, tileLength: Option[Long] = scala.None, tileOffsets: Option[Array[Int]] = scala.None, tileByteCounts: Option[Array[Int]] = scala.None) extends Product with Serializable

    Permalink
  23. case class VerticalCSKeys(verticalCSType: Option[Int] = scala.None, verticalCitation: Option[Array[String]] = scala.None, verticalDatum: Option[Int] = scala.None, verticalUnits: Option[Int] = scala.None) extends Product with Serializable

    Permalink
  24. case class YCbCrTags(yCbCrCoefficients: Option[Array[(Long, Long)]] = scala.None, yCbCrSubSampling: Option[Array[Int]] = scala.None, yCbCrPositioning: Option[Int] = scala.None) extends Product with Serializable

    Permalink

Value Members

  1. object AngularUnitTypes

    Permalink
  2. object BasicTags extends Serializable

    Permalink
  3. object CmykTags extends Serializable

    Permalink
  4. object ColimetryTags extends Serializable

    Permalink
  5. object CommonPublicValues

    Permalink
  6. object ConfigKeys extends Serializable

    Permalink
  7. object CoordinateTransformTypes

    Permalink
  8. object DataSampleFormatTags extends Serializable

    Permalink
  9. object DatumTypes

    Permalink
  10. object DocumentationTags extends Serializable

    Permalink
  11. object EPSGProjectionTypes

    Permalink
  12. object EllipsoidTypes

    Permalink
  13. object GDALEPSGProjectionTypes

    Permalink
  14. object GeoKeyDirectory extends Serializable

    Permalink
  15. object GeoKeyReader

    Permalink
  16. object GeoKeys

    Permalink
  17. object GeoTiffTags extends Serializable

    Permalink
  18. object GeogCSParameterKeys extends Serializable

    Permalink
  19. object GeographicCSTypes

    Permalink
  20. object JpegTags extends Serializable

    Permalink
  21. object MapSystems

    Permalink
  22. object MetadataTags extends Serializable

    Permalink
  23. object ModelTypes

    Permalink
  24. object NonBasicTags extends Serializable

    Permalink
  25. object NonStandardizedKeys extends Serializable

    Permalink
  26. object NonStandardizedTags extends Serializable

    Permalink
  27. object Pixel3D extends Serializable

    Permalink
  28. object PrimeMeridianTypes

    Permalink
  29. object ProjectedCSParameterKeys extends Serializable

    Permalink
  30. object ProjectedFalsings extends Serializable

    Permalink
  31. object ProjectedLinearUnits

    Permalink
  32. object ProjectionTypesMap

    Permalink
  33. object TiffTags extends Serializable

    Permalink
  34. object TileTags extends Serializable

    Permalink
  35. object VerticalCSKeys extends Serializable

    Permalink
  36. object YCbCrTags extends Serializable

    Permalink
  37. package codes

    Permalink

Ungrouped