Packages

object Reprojection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reprojection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class QueryReferenceSystems(native: CoordinateReferenceSystem, user: CoordinateReferenceSystem, target: CoordinateReferenceSystem) extends Product with Serializable

    Holds query projection info

    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)

Value Members

  1. def apply(returnSft: SimpleFeatureType, crs: QueryReferenceSystems): Reprojection

    Create a reprojection function

    Create a reprojection function

    returnSft

    simple feature type being returned

    crs

    crs information from a query

  2. object QueryReferenceSystems extends Serializable