c
org.locationtech.geomesa.index.utils.Reprojection
QueryReferenceSystems
Companion object QueryReferenceSystems
case class QueryReferenceSystems(native: CoordinateReferenceSystem, user: CoordinateReferenceSystem, target: CoordinateReferenceSystem) extends Product with Serializable
Holds query projection info
- native
native crs of the data
- user
user crs for the query (data will be treated as this crs but without any transform)
- target
target crs for the query (data will be transformed to this crs)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryReferenceSystems
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
QueryReferenceSystems(native: CoordinateReferenceSystem, user: CoordinateReferenceSystem, target: CoordinateReferenceSystem)
- native
native crs of the data
- user
user crs for the query (data will be treated as this crs but without any transform)
- target
target crs for the query (data will be transformed to this crs)