Packages

o

geotrellis.proj4

WebMercator

object WebMercator extends CRS with ObjectNameToString

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

Value Members

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

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

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

    Definition Classes
    CRS
  3. val epsgCode: Option[Int]
    Definition Classes
    WebMercatorCRS
  4. def equals(o: Any): Boolean
    Definition Classes
    CRS → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    CRS → AnyRef → Any
  6. def isGeographic: Boolean
    Definition Classes
    CRS
  7. lazy val proj4jCrs: CoordinateReferenceSystem
    Definition Classes
    WebMercatorCRS
  8. def toProj4String: String
    Definition Classes
    CRS
  9. def toString(): String
    Definition Classes
    ObjectNameToString → AnyRef → Any
  10. def toWKT(): Option[String]

    Returns the WKT representation of the Coordinate Reference System.

    Returns the WKT representation of the Coordinate Reference System.

    Definition Classes
    CRS