trait CRS extends Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CRS
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def proj4jCrs: CoordinateReferenceSystem
Concrete Value Members
- val Epsilon: Double
-
def
alternateTransform(dest: CRS): Option[(Double, Double) ⇒ (Double, Double)]
Override this function to handle reprojecting to another CRS in a more performant way.
- def epsgCode: Option[Int]
-
def
equals(o: Any): Boolean
- Definition Classes
- CRS → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- CRS → AnyRef → Any
- def isGeographic: Boolean
- def toProj4String: String
-
def
toString(): String
Default implementation returns the proj4 name.
Default implementation returns the proj4 name.
- Definition Classes
- CRS → AnyRef → Any
-
def
toWKT(): Option[String]
Returns the WKT representation of the Coordinate Reference System.