Packages

object VRT extends Serializable

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

Type Members

  1. type IndexedSimpleSource = (Long, SimpleSource)

    A tuple of Index (long, typically and sfc file name) and a SimpleSource

  2. type SimpleSource = (Int, Elem)

    SimpleSource is a tuple of band and SimpleSource Elem

  3. type VRTRasterBand = Elem

    Alias for VRTRasterBand xml type, just a common Elem

Value Members

  1. def accumulatorName(layerName: String): String
  2. def apply[K](metadata: TileLayerMetadata[K])(implicit arg0: SpatialComponent[K]): VRT
  3. def outputStream(elem: Elem): ByteArrayOutputStream