Packages

c

geotrellis.server.ogc

MapAlgebraSourceMetadata

case class MapAlgebraSourceMetadata(name: SourceName, crs: CRS, bandCount: Int, cellType: CellType, gridExtent: GridExtent[Long], resolutions: List[CellSize], sources: Map[String, RasterMetadata]) extends RasterMetadata with Product with Serializable

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

Instance Constructors

  1. new MapAlgebraSourceMetadata(name: SourceName, crs: CRS, bandCount: Int, cellType: CellType, gridExtent: GridExtent[Long], resolutions: List[CellSize], sources: Map[String, RasterMetadata])

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. def attributes: Map[String, String]

    MapAlgebra metadata usually doesn't contain a metadata that is common for all RasterSources

    MapAlgebra metadata usually doesn't contain a metadata that is common for all RasterSources

    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  6. def attributesForBand(band: Int): Map[String, String]
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  7. val bandCount: Int
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  8. def cellSize: CellSize
    Definition Classes
    RasterMetadata
  9. val cellType: CellType
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def cols: Long
    Definition Classes
    RasterMetadata
  12. val crs: CRS
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def extent: Extent
    Definition Classes
    RasterMetadata
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val gridExtent: GridExtent[Long]
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: SourceName
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val resolutions: List[CellSize]
    Definition Classes
    MapAlgebraSourceMetadata → RasterMetadata
  24. def rows: Long
    Definition Classes
    RasterMetadata
  25. val sources: Map[String, RasterMetadata]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from RasterMetadata

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped