Packages

c

geotrellis.raster.io.geotiff.reader

GeoTiffCSParameters

case class GeoTiffCSParameters(model: Int = UserDefinedCPV, pcs: Int = UserDefinedCPV, gcs: Int = UserDefinedCPV, length: Int = UserDefinedCPV, lengthInMeters: Double = 1.0, angle: Int = UserDefinedCPV, angleInDegrees: Double = 1.0, datum: Int = UserDefinedCPV, ellipsoid: Int = UserDefinedCPV, semiMajor: Double = 0.0, semiMinor: Double = 0.0, pm: Int = UserDefinedCPV, pmLongToGreenwich: Double = 0.0, projCode: Int = UserDefinedCPV, projection: Int = UserDefinedCPV, ctProjection: Int = UserDefinedCPV, mapSystem: Int = UserDefinedCPV, zone: Int = 0, projectionParameters: Array[(Int, Double)] = Array(), pcsCitation: Option[String] = None) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffCSParameters
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffCSParameters(model: Int = UserDefinedCPV, pcs: Int = UserDefinedCPV, gcs: Int = UserDefinedCPV, length: Int = UserDefinedCPV, lengthInMeters: Double = 1.0, angle: Int = UserDefinedCPV, angleInDegrees: Double = 1.0, datum: Int = UserDefinedCPV, ellipsoid: Int = UserDefinedCPV, semiMajor: Double = 0.0, semiMinor: Double = 0.0, pm: Int = UserDefinedCPV, pmLongToGreenwich: Double = 0.0, projCode: Int = UserDefinedCPV, projection: Int = UserDefinedCPV, ctProjection: Int = UserDefinedCPV, mapSystem: Int = UserDefinedCPV, zone: Int = 0, projectionParameters: Array[(Int, Double)] = Array(), pcsCitation: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var angle: Int
  5. var angleInDegrees: Double
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. var ctProjection: Int
  9. var datum: Int
  10. var ellipsoid: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. var gcs: Int
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. var length: Int
  17. var lengthInMeters: Double
  18. var mapSystem: Int
  19. var model: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. var pcs: Int
  24. var pcsCitation: Option[String]
  25. var pm: Int
  26. var pmLongToGreenwich: Double
  27. var projCode: Int
  28. var projection: Int
  29. var projectionParameters: Array[(Int, Double)]
  30. var semiMajor: Double
  31. var semiMinor: Double
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. var zone: Int

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped