Packages

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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bands: List[Elem]
  6. val cellType: CellType
  7. def cellTypeToString(ct: CellType): String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val crs: CRS
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val extent: Extent
  12. def extentToOffsets(extent: Extent): (Double, Double, Double, Double)

    Generates offsets of extent for the VRT doc

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

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

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

    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

    GeoTransform attribtues as a string

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val gridBounds: GridBounds[Int]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val layout: LayoutDefinition
  21. lazy val layoutCols: Int
  22. lazy val layoutRows: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def outputStream: ByteArrayOutputStream
  27. lazy val re: RasterExtent
  28. def simpleSource(path: String, band: Int, xSize: Int, ySize: Int, extent: Extent): SimpleSource

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

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

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

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toXML(bands: List[VRTRasterBand]): Elem

    Represents a list of VRTRasterBand as a VRTDataset

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

    Represents a list of SimpleSource as a VRTDataset

  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def write(path: String): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped