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 = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = scala.collection.immutable.Nil) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TiffTags
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new 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 = ..., tiffType: TiffType = geotrellis.raster.io.geotiff.Tiff, overviews: List[TiffTags] = scala.collection.immutable.Nil)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bandCount: Int
- def bandType: BandType
- val basicTags: BasicTags
- def bitsPerPixel(): Int
- def bitsPerSample: Int
- def bytesPerPixel: Int
- def cellSize: CellSize
- def cellType: CellType
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cmykTags: CmykTags
- val colimetryTags: ColimetryTags
- def cols: Int
- def compression: Int
- lazy val crs: CRS
- val dataSampleFormatTags: DataSampleFormatTags
- val documentationTags: DocumentationTags
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extent: Extent
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def geoTiffSegmentLayout: GeoTiffSegmentLayout
- val geoTiffTags: GeoTiffTags
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasPixelInterleave: Boolean
- def hasStripStorage(): Boolean
- def imageSegmentBitsSize(index: Int): Long
- def imageSegmentByteSize(index: Int): Long
- def interleaveMethod(): InterleaveMethod
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jpegTags: JpegTags
- val metadataTags: MetadataTags
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noDataValue: Option[Double]
- val nonBasicTags: NonBasicTags
- val nonStandardizedTags: NonStandardizedTags
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val overviews: List[TiffTags]
- def pixelSampleType(): Option[PixelSampleType]
- def proj4String: Option[String]
- def rasterExtent: RasterExtent
- def rowSize: Int
- def rows: Int
- def rowsInSegment(index: Int): Int
- def rowsInStrip(index: Int): Option[Long]
- def segmentByteCounts: Array[Long]
- def segmentCount: Int
- def segmentOffsets: Array[Long]
- def setGDALNoData(input: String): TiffTags
- def storageMethod: StorageMethod
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Tags
- val tiffType: TiffType
- val tileTags: TileTags
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val yCbCrTags: YCbCrTags