Class/Object

geotrellis.spark.io.cog.vrt

VRT

Related Docs: object VRT | package vrt

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
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, 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 fromAccumulator(acc: CollectionAccumulator[IndexedSimpleSource]): VRT

    Permalink

    Creates a copy of a VRT object from a Spark Accumulator

  15. def fromSimpleSources(elems: List[SimpleSource]): VRT

    Permalink

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

  16. 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

  17. def geoTransformString: String

    Permalink

    GeoTransform attribtues as a string

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val gridBounds: GridBounds

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val layout: LayoutDefinition

    Permalink
  22. lazy val layoutCols: Int

    Permalink
  23. lazy val layoutRows: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def outputStream: ByteArrayOutputStream

    Permalink
  28. lazy val re: RasterExtent

    Permalink
  29. 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

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

    Permalink

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

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

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

    Permalink

    Represents a list of VRTRasterBand as a VRTDataset

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

    Permalink

    Represents a list of SimpleSource as a VRTDataset

  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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