Class

org.osgeo.proj4j.proj

Projection

Related Doc: package proj

Permalink

abstract class Projection extends Cloneable with Serializable

Linear Supertypes
Serializable, Cloneable, AnyRef, Any
Known Subclasses
AiryProjection, AitoffProjection, AlbersProjection, AugustProjection, AzimuthalProjection, BipolarProjection, BoggsProjection, BonneProjection, CassiniProjection, CentralCylindricalProjection, CollignonProjection, ConicProjection, CrasterProjection, CylindricalEqualAreaProjection, CylindricalProjection, DenoyerProjection, Eckert1Projection, Eckert2Projection, Eckert4Projection, Eckert5Projection, Eckert6Projection, EqualAreaAzimuthalProjection, EqualAreaCylindricalProjection, EquidistantAzimuthalProjection, EquidistantConicProjection, EulerProjection, FaheyProjection, FoucautSinusoidalProjection, GallProjection, GaussProjection, Ginsburg8Projection, GnomonicAzimuthalProjection, GoodeProjection, HammerProjection, HatanoProjection, KrovakProjection, LagrangeProjection, LambertAzimuthalEqualAreaProjection, LambertConformalConicProjection, LambertEqualAreaConicProjection, LandsatProjection, LarriveeProjection, LaskowskiProjection, LinearProjection, LongLatProjection, LoximuthalProjection, McBrydeThomasFlatPolarParabolicProjection, McBrydeThomasFlatPolarQuarticProjection, McBrydeThomasFlatPolarSine2Projection, MercatorProjection, MillerProjection, MolleweideProjection, Murdoch1Projection, Murdoch2Projection, Murdoch3Projection, NellHProjection, NellProjection, NewZealandMapGridProjection, NicolosiProjection, NullProjection, ObliqueMercatorProjection, ObliqueStereographicAlternativeProjection, OrthographicAzimuthalProjection, PerspectiveConicProjection, PerspectiveProjection, PlateCarreeProjection, PolyconicProjection, PseudoCylindricalProjection, PutninsP2Projection, PutninsP4Projection, PutninsP5PProjection, PutninsP5Projection, RectangularPolyconicProjection, RobinsonProjection, SimpleConicProjection, SinusoidalProjection, StereographicAzimuthalProjection, SwissObliqueMercatorProjection, TissotProjection, TransverseCylindricalEqualArea, TransverseMercatorProjection, TranverseCentralCylindricalProjection, UrmaevFlatPolarSinusoidalProjection, VanDerGrintenProjection, VitkovskyProjection, Wagner1Projection, Wagner2Projection, Wagner3Projection, Wagner4Projection, Wagner5Projection, Wagner7Projection, WerenskioldProjection, WinkelTripelProjection
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Projection
  2. Serializable
  3. Cloneable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Projection()

    Permalink
    Attributes
    protected[org.osgeo.proj4j.proj]

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
    Definition Classes
    Projection → AnyRef
  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 getAlpha(): Double

    Permalink
  10. def getAxisOrder(): AxisOrder

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getEPSGCode(): Int

    Permalink
  13. def getEllipsoid(): Ellipsoid

    Permalink
  14. def getEquatorRadius(): Double

    Permalink
  15. def getFalseEasting(): Double

    Permalink
  16. def getFalseNorthing(): Double

    Permalink
  17. def getFromMetres(): Double

    Permalink
  18. def getLonC(): Double

    Permalink
  19. def getMaxLatitude(): Double

    Permalink
  20. def getMaxLatitudeDegrees(): Double

    Permalink
  21. def getMaxLongitude(): Double

    Permalink
  22. def getMaxLongitudeDegrees(): Double

    Permalink
  23. def getMinLatitude(): Double

    Permalink
  24. def getMinLatitudeDegrees(): Double

    Permalink
  25. def getMinLongitude(): Double

    Permalink
  26. def getMinLongitudeDegrees(): Double

    Permalink
  27. def getName(): String

    Permalink
  28. def getPROJ4Description(): String

    Permalink
  29. def getPrimeMeridian(): PrimeMeridian

    Permalink
  30. def getProjectionLatitude(): Double

    Permalink
  31. def getProjectionLatitude1(): Double

    Permalink
  32. def getProjectionLatitude1Degrees(): Double

    Permalink
  33. def getProjectionLatitude2(): Double

    Permalink
  34. def getProjectionLatitude2Degrees(): Double

    Permalink
  35. def getProjectionLatitudeDegrees(): Double

    Permalink
  36. def getProjectionLongitude(): Double

    Permalink
  37. def getProjectionLongitudeDegrees(): Double

    Permalink
  38. def getScaleFactor(): Double

    Permalink
  39. def getSouthernHemisphere(): Boolean

    Permalink
  40. def getTrueScaleLatitude(): Double

    Permalink
  41. def getTrueScaleLatitudeDegrees(): Double

    Permalink
  42. def getUnits(): Unit

    Permalink
  43. def hasInverse(): Boolean

    Permalink
  44. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  45. def initialize(): Unit

    Permalink
  46. def inside(x: Double, y: Double): Boolean

    Permalink
  47. def inverseProject(src: ProjCoordinate, dst: ProjCoordinate): ProjCoordinate

    Permalink
  48. def inverseProjectRadians(src: ProjCoordinate, dst: ProjCoordinate): ProjCoordinate

    Permalink
  49. def isConformal(): Boolean

    Permalink
  50. def isEqualArea(): Boolean

    Permalink
  51. def isGeographic(): Boolean

    Permalink
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. def isRectilinear(): Boolean

    Permalink
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def parallelsAreParallel(): Boolean

    Permalink
  58. def project(x: Double, y: Double, dst: ProjCoordinate): ProjCoordinate

    Permalink
    Attributes
    protected[org.osgeo.proj4j.proj]
  59. def project(src: ProjCoordinate, dst: ProjCoordinate): ProjCoordinate

    Permalink
  60. def projectInverse(x: Double, y: Double, dst: ProjCoordinate): ProjCoordinate

    Permalink
    Attributes
    protected[org.osgeo.proj4j.proj]
  61. def projectRadians(src: ProjCoordinate, dst: ProjCoordinate): ProjCoordinate

    Permalink
  62. def setAlphaDegrees(alpha: Double): Unit

    Permalink
  63. def setAxisOrder(axes: String): Unit

    Permalink
  64. def setEllipsoid(ellipsoid: Ellipsoid): Unit

    Permalink
  65. def setFalseEasting(falseEasting: Double): Unit

    Permalink
  66. def setFalseNorthing(falseNorthing: Double): Unit

    Permalink
  67. def setFromMetres(fromMetres: Double): Unit

    Permalink
  68. def setGamma(gamma: Double): Unit

    Permalink
  69. def setLonCDegrees(lonc: Double): Unit

    Permalink
  70. def setMaxLatitude(maxLatitude: Double): Unit

    Permalink
  71. def setMaxLongitude(maxLongitude: Double): Unit

    Permalink
  72. def setMaxLongitudeDegrees(maxLongitude: Double): Unit

    Permalink
  73. def setMinLatitude(minLatitude: Double): Unit

    Permalink
  74. def setMinLongitude(minLongitude: Double): Unit

    Permalink
  75. def setMinLongitudeDegrees(minLongitude: Double): Unit

    Permalink
  76. def setName(name: String): Unit

    Permalink
  77. def setPrimeMeridian(primeMeridian: String): Unit

    Permalink
  78. def setProjectionLatitude(projectionLatitude: Double): Unit

    Permalink
  79. def setProjectionLatitude1(projectionLatitude1: Double): Unit

    Permalink
  80. def setProjectionLatitude1Degrees(projectionLatitude1: Double): Unit

    Permalink
  81. def setProjectionLatitude2(projectionLatitude2: Double): Unit

    Permalink
  82. def setProjectionLatitude2Degrees(projectionLatitude2: Double): Unit

    Permalink
  83. def setProjectionLatitudeDegrees(projectionLatitude: Double): Unit

    Permalink
  84. def setProjectionLongitude(projectionLongitude: Double): Unit

    Permalink
  85. def setProjectionLongitudeDegrees(projectionLongitude: Double): Unit

    Permalink
  86. def setScaleFactor(scaleFactor: Double): Unit

    Permalink
  87. def setSouthernHemisphere(isSouth: Boolean): Unit

    Permalink
  88. def setTrueScaleLatitude(trueScaleLatitude: Double): Unit

    Permalink
  89. def setTrueScaleLatitudeDegrees(trueScaleLatitude: Double): Unit

    Permalink
  90. def setUnits(unit: Unit): Unit

    Permalink
  91. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped