object WKT

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WKT
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def contains(input: WktCS): Boolean
  2. 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

  3. def getEpsgCode(wktString: String): Option[Int]

    Returns an EPSG code given a WKT string

  4. def getEpsgStringCode(wktString: String): Option[String]

    Returns an EPSG code as a string of the form "EPSG:[number]" given a WKT String

  5. def parseWktEpsgResource(): Map[Int, String]
  6. lazy val parsed: Map[Int, WktCS]
  7. lazy val projections: Set[WktCS]
  8. lazy val records: Map[Int, String]
  9. def withWktFile[T](f: (Iterator[String]) ⇒ T): T