public abstract class SensorScanProjection extends EarthTransform2D
SensorScanProjection
is used to provide Earth
transform calculations for various types of satellite sensors that
cannot be represented by one of the standard map projections.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESCRIPTION
Projection description string.
|
protected double[] |
parameters
The sensor scan parameters.
|
dims
AIRY, AUS_NAT, BESSEL, CLARKE1866, CLARKE1880, EVEREST, GRS1980, HOUGH, INT1909, INT1967, KRASS, MAX_SPHEROIDS, MERCURY1960, MOD_AIRY, MOD_EVEREST, MOD_MER1968, SE_ASIA, SPHERE, SPHEROID_INV_FLAT, SPHEROID_NAMES, SPHEROID_SEMI_MAJOR, SPHEROID_SEMI_MINOR, STD_RADIUS, WGS66, WGS72
Constructor and Description |
---|
SensorScanProjection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
describe()
Provides a description of this class.
|
double[] |
getParameters()
Gets the parameters used to create this sensor scan projection.
|
abstract int |
getSensorCode()
Gets a code for this sensor scan type.
|
abstract java.lang.String |
getSensorType()
Gets a description of this sensor scan type.
|
get2DVersion, getBoundingBox, getWorldAxes, isOrientable, main, setPointTransform, transformToPoint
clone, distance, getDatum, getDimensions, getResolution, getSpheroid, getSpheroid, getSubset, transform, transform, transform, transform, transformImpl, transformImpl
getMetadataMap
public static final java.lang.String DESCRIPTION
protected double[] parameters
public java.lang.String describe()
describe
in class EarthTransform
public abstract java.lang.String getSensorType()
public abstract int getSensorCode()
public double[] getParameters()