c
geotrellis.raster.io.geotiff.tags
ProjectedCSParameterKeys
Companion object ProjectedCSParameterKeys
case class ProjectedCSParameterKeys(projectedCSType: Int = ..., pcsCitation: Option[Array[String]] = scala.None, projection: Option[Int] = scala.None, projCoordTrans: Option[Int] = scala.None, projLinearUnits: Option[Int] = scala.None, projLinearUnitSize: Option[Double] = scala.None, projStdParallel1: Option[Double] = scala.None, projStdParallel2: Option[Double] = scala.None, projNatOriginLong: Option[Double] = scala.None, projNatOriginLat: Option[Double] = scala.None, projectedFalsings: ProjectedFalsings = ..., projCenterLong: Option[Double] = scala.None, projCenterLat: Option[Double] = scala.None, projCenterEasting: Option[Double] = scala.None, projCenterNorthing: Option[Double] = scala.None, projScaleAtNatOrigin: Option[Double] = scala.None, projScaleAtCenter: Option[Double] = scala.None, projAzimuthAngle: Option[Double] = scala.None, projStraightVertPoleLong: Option[Double] = scala.None, projRectifiedGridAngle: Option[Double] = scala.None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectedCSParameterKeys
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectedCSParameterKeys(projectedCSType: Int = ..., pcsCitation: Option[Array[String]] = scala.None, projection: Option[Int] = scala.None, projCoordTrans: Option[Int] = scala.None, projLinearUnits: Option[Int] = scala.None, projLinearUnitSize: Option[Double] = scala.None, projStdParallel1: Option[Double] = scala.None, projStdParallel2: Option[Double] = scala.None, projNatOriginLong: Option[Double] = scala.None, projNatOriginLat: Option[Double] = scala.None, projectedFalsings: ProjectedFalsings = ..., projCenterLong: Option[Double] = scala.None, projCenterLat: Option[Double] = scala.None, projCenterEasting: Option[Double] = scala.None, projCenterNorthing: Option[Double] = scala.None, projScaleAtNatOrigin: Option[Double] = scala.None, projScaleAtCenter: Option[Double] = scala.None, projAzimuthAngle: Option[Double] = scala.None, projStraightVertPoleLong: Option[Double] = scala.None, projRectifiedGridAngle: Option[Double] = scala.None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pcsCitation: Option[Array[String]]
- val projAzimuthAngle: Option[Double]
- val projCenterEasting: Option[Double]
- val projCenterLat: Option[Double]
- val projCenterLong: Option[Double]
- val projCenterNorthing: Option[Double]
- val projCoordTrans: Option[Int]
- val projLinearUnitSize: Option[Double]
- val projLinearUnits: Option[Int]
- val projNatOriginLat: Option[Double]
- val projNatOriginLong: Option[Double]
- val projRectifiedGridAngle: Option[Double]
- val projScaleAtCenter: Option[Double]
- val projScaleAtNatOrigin: Option[Double]
- val projStdParallel1: Option[Double]
- val projStdParallel2: Option[Double]
- val projStraightVertPoleLong: Option[Double]
- val projectedCSType: Int
- val projectedFalsings: ProjectedFalsings
- val projection: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()