case class Layer(id: LayerId, metadata: TileLayerMetadata[_], bandCount: Int) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Layer
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Layer(id: LayerId, metadata: TileLayerMetadata[_], bandCount: Int)
Value Members
- val bandCount: Int
-
def
gridExtent: GridExtent[Long]
GridExtent of the data pixels in the layer
- val id: LayerId
- val metadata: TileLayerMetadata[_]