Object/Trait

geotrellis.proj4

CRS

Related Docs: trait CRS | package proj4

Permalink

object CRS extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromEpsgCode(epsgCode: Int): CRS

    Permalink

    Creates a CoordinateReferenceSystem (CRS) from an EPSG code.

  10. def fromName(name: String): CRS

    Permalink

    Creates a CoordinateReferenceSystem (CRS) from a well-known name.

    Creates a CoordinateReferenceSystem (CRS) from a well-known name. CRS names are of the form: "authority:code", with the components being:

    • authority is a code for a namespace supported by PROJ.4. Currently supported values are EPSG, ESRI, WORLD, NA83, NAD27. If no authority is provided, the EPSG namespace is assumed.
    • code is the id of a coordinate system in the authority namespace. For example, in the EPSG namespace a code is an integer value which identifies a CRS definition in the EPSG database. (Codes are read and handled as strings).

    An example of a valid CRS name is EPSG:3005.

    name

    The name of a coordinate system, with optional authority prefix

    returns

    The CoordinateReferenceSystem corresponding to the given name

  11. def fromString(name: String, proj4Params: String): CRS

    Permalink

    Creates a CoordinateReferenceSystem from a PROJ.4 projection parameter string.

    Creates a CoordinateReferenceSystem from a PROJ.4 projection parameter string.

    An example of a valid PROJ.4 projection parameter string is:

    +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m
    

    name

    A name for this coordinate system.

    proj4Params

    A PROJ.4 projection parameter string

    returns

    The specified CoordinateReferenceSystem

  12. def fromString(proj4Params: String): CRS

    Permalink

    Creates a CoordinateReferenceSystem from a PROJ.4 projection parameter string.

    Creates a CoordinateReferenceSystem from a PROJ.4 projection parameter string.

    An example of a valid PROJ.4 projection parameter string is:

    +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m
    

    proj4Params

    A PROJ.4 projection parameter string

    returns

    The specified CoordinateReferenceSystem

  13. def fromWKT(wktString: String): CRS

    Permalink

    Creates a CoordinateReferenceSystem (CRS) from a well-known-text String.

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEPSGCode(proj4String: String): Option[Int]

    Permalink

    Returns the numeric EPSG code of a proj4string.

  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped