object ConusAlbers extends CRS with ObjectNameToString
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConusAlbers
- ObjectNameToString
- CRS
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
Epsilon: Double
- Definition Classes
- CRS
-
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
-
val
epsgCode: Option[Int]
- Definition Classes
- ConusAlbers → CRS
-
def
equals(o: Any): Boolean
- Definition Classes
- CRS → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- CRS → AnyRef → Any
-
def
isGeographic: Boolean
- Definition Classes
- CRS
-
lazy val
proj4jCrs: CoordinateReferenceSystem
- Definition Classes
- ConusAlbers → CRS
-
def
toProj4String: String
- Definition Classes
- CRS
-
def
toString(): String
- Definition Classes
- ObjectNameToString → AnyRef → Any
-
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