new COE(header, optionsopt) → {COE}
Conic Equal-Area projection.
Parameters
-
header
objectJSON representation of the image header.
-
options
projParam<optional>
Projection options: see
Conical.
Returns
-
COEInstance 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
numberR conic equal-area coordinate in degrees.
Returns
-
numberNative theta angle in degrees.
Source
privatestatic
_thetaToR(theta) → {number}
Convert native theta angle to conic equal-area R.
Parameters
-
theta
numberNative theta angle in degrees.
Returns
-
numberR conic equal-area coordinate in degrees.