new COE(header, optionsopt) → {COE}
Conic Equal-Area projection.
Parameters
-
header
object
JSON representation of the image header.
-
options
projParam
<optional>
Projection options: see
Conical
.
Returns
-
COE
Instance of a COE projection.
Source
Methods
privatestatic
_projInit()
Initialize a COE projection.
Source
privatestatic
_rToTheta(r) → {number}
Convert conic equal-area R coordinate to native theta angle.
Parameters
-
r
number
R conic equal-area coordinate in degrees.
Returns
-
number
Native theta angle in degrees.
Source
privatestatic
_thetaToR(theta) → {number}
Convert native theta angle to conic equal-area R.
Parameters
-
theta
number
Native theta angle in degrees.
Returns
-
number
R conic equal-area coordinate in degrees.