Packages

trait CRS extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CRS
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def proj4jCrs: CoordinateReferenceSystem

Concrete Value Members

  1. val Epsilon: Double
  2. def alternateTransform(dest: CRS): Option[(Double, Double) ⇒ (Double, Double)]

    Override this function to handle reprojecting to another CRS in a more performant way.

  3. def epsgCode: Option[Int]
  4. def equals(o: Any): Boolean
    Definition Classes
    CRS → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    CRS → AnyRef → Any
  6. def isGeographic: Boolean
  7. def toProj4String: String
  8. def toString(): String

    Default implementation returns the proj4 name.

    Default implementation returns the proj4 name.

    Definition Classes
    CRS → AnyRef → Any
  9. def toWKT(): Option[String]

    Returns the WKT representation of the Coordinate Reference System.