Class/Object

geotrellis.store.cog.vrt

VRT

Related Docs: object VRT | package vrt

Permalink

case class VRT(gridBounds: GridBounds[Int], layout: LayoutDefinition, extent: Extent, cellType: CellType, crs: CRS, bands: List[Elem]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VRT
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VRT(gridBounds: GridBounds[Int], layout: LayoutDefinition, extent: Extent, cellType: CellType, crs: CRS, bands: List[Elem])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bands: List[Elem]

    Permalink
  6. val cellType: CellType

    Permalink
  7. def cellTypeToString(ct: CellType): String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val crs: CRS

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val extent: Extent

    Permalink
  12. def extentToOffsets(extent: Extent): (Double, Double, Double, Double)

    Permalink

    Generates offsets of extent for the VRT doc

  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromSimpleSources(elems: List[SimpleSource]): VRT

    Permalink

    Creates a copy of a VRT object with SimpleSource elements as bands

  15. def geoTransform: (Double, Double, Double, Double, Double, Double)

    Permalink

    Calculates GeoTransform attributes

    Calculates GeoTransform attributes

    TODO: refactor, code style kept to follow GDAL: https://github.com/OSGeo/gdal/blob/9a21e8dcaf36a7e046ee87cd57c8c03812dd20ed/gdal/frmts/sde/sdedataset.cpp

  16. def geoTransformString: String

    Permalink

    GeoTransform attribtues as a string

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val gridBounds: GridBounds[Int]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val layout: LayoutDefinition

    Permalink
  21. lazy val layoutCols: Int

    Permalink
  22. lazy val layoutRows: Int

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def outputStream: ByteArrayOutputStream

    Permalink
  27. lazy val re: RasterExtent

    Permalink
  28. def simpleSource(path: String, band: Int, xSize: Int, ySize: Int, extent: Extent): SimpleSource

    Permalink

    Generates a tuple of a band and Elem, Elem contains a SimpleSource XML

  29. def simpleSourcesToBands(elems: List[SimpleSource]): List[VRTRasterBand]

    Permalink

    Generates a list of VRTRasterBand (xml Elems) from a given list of SimpleSource

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toXML(bands: List[VRTRasterBand]): Elem

    Permalink

    Represents a list of VRTRasterBand as a VRTDataset

  32. def toXMLFromBands(elems: List[SimpleSource]): Elem

    Permalink

    Represents a list of SimpleSource as a VRTDataset

  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def write(path: String): Unit

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped