object ProjectedRasterExtent extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectedRasterExtent
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(re: RasterExtent, crs: CRS): ProjectedRasterExtent
- def apply(projectedExtent: ProjectedExtent, cols: Int, rows: Int): ProjectedRasterExtent
- def apply(extent: Extent, crs: CRS, cols: Int, rows: Int): ProjectedRasterExtent
- def apply(projectedExtent: ProjectedExtent, cellwidth: Double, cellheight: Double, cols: Int, rows: Int): ProjectedRasterExtent
- def unapply(projRE: ProjectedRasterExtent): Option[(ProjectedExtent, Double, Double, Int, Int)]