case class ProjectedExtent(extent: Extent, crs: CRS) extends Product with Serializable
A case class for an extent and its corresponding CRS
- extent
The Extent which is projected
- crs
The CRS projection of this extent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectedExtent
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All