object WKT
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WKT
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def contains(input: WktCS): Boolean
-
def
fromEpsgCode(input: Int): Option[String]
Returns the WKT string for the given EPSG code
Returns the WKT string for the given EPSG code
- input
The EPSG code, e.g. 4326
-
def
getEpsgCode(wktString: String): Option[Int]
Returns an EPSG code given a WKT string
-
def
getEpsgStringCode(wktString: String): Option[String]
Returns an EPSG code as a string of the form "EPSG:[number]" given a WKT String
- def parseWktEpsgResource(): Map[Int, String]
- lazy val parsed: Map[Int, WktCS]
- lazy val projections: Set[WktCS]
- lazy val records: Map[Int, String]
- def withWktFile[T](f: (Iterator[String]) ⇒ T): T