Packages

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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryReferenceSystems
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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)

Value Members

  1. val native: CoordinateReferenceSystem
  2. val target: CoordinateReferenceSystem
  3. val user: CoordinateReferenceSystem