public enum OperationParameters extends Enum<OperationParameters>
| Enum Constant and Description |
|---|
ANGLE_FROM_RECTIFIED_TO_SKEW_GRID
angle at the natural origin of an oblique projection through which the
natural coordinate reference system is rotated to make the projection
north axis parallel with true north
|
AZIMUTH_OF_INITIAL_LINE
direction (north zero, east of north being positive) of the great circle
which is the centre line of an oblique projection
The azimuth is given at the projection centre.
|
CO_LATITUDE_OF_CONE_AXIS
The rotation applied to spherical coordinates for the oblique projection,
measured on the conformal sphere in the plane of the meridian of origin.
|
EASTING_AT_FALSE_ORIGIN
easting value assigned to the false origin
|
EASTING_AT_PROJECTION_CENTRE
easting value assigned to the projection centre
|
ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE
The name of the [path and] file containing ellipsoidal height
differences.
|
FALSE_EASTING
value assigned to the abscissa (east or west) axis of the projection grid
at the natural origin
|
FALSE_NORTHING
value assigned to the ordinate (north or south) axis of the projection
grid at the natural origin
|
LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE
name of the [path and] file containing latitude and longitude differences
|
LATITUDE_DIFFERENCE_FILE
name of the [path and] file containing latitude differences
|
LATITUDE_OF_1ST_STANDARD_PARALLEL
geodetic latitude of one of the parallels of intersection of the cone
with the ellipsoid.
|
LATITUDE_OF_2ND_STANDARD_PARALLEL
geodetic latitude of one of the parallels at which the cone intersects
with the ellipsoid.
|
LATITUDE_OF_FALSE_ORIGIN
geodetic latitude of the point which is not the natural origin and at
which grid coordinate values false easting and false northing are defined
|
LATITUDE_OF_NATURAL_ORIGIN
geodetic latitude of the point from which the values of both the
geographical coordinates on the ellipsoid and the grid coordinates on the
projection are deemed to increment or decrement for computational
purposes
Alternatively: geodetic latitude of the point which in the absence of
application of false coordinates has grid coordinates of (0,0).
|
LATITUDE_OF_PROJECTION_CENTRE
latitude of the point at which the azimuth of the central line for an
oblique projection is defined
|
LATITUDE_OF_PSEUDO_STANDARD_PARALLEL
Latitude of the parallel on which the conic or cylindrical projection is
based.
|
LONGITUDE_DIFFERENCE_FILE
name of the [path and] file containing longitude differences
|
LONGITUDE_OF_FALSE_ORIGIN
geodetic longitude of the point which is not the natural origin and at
which grid coordinate values false easting and false northing are defined
|
LONGITUDE_OF_NATURAL_ORIGIN
geodetic longitude of the point from which the values of both the
geographical coordinates on the ellipsoid and the grid coordinates on the
projection are deemed to increment or decrement for computational
purposes
Alternatively: geodetic longitude of the point which in the absence of
application of false coordinates has grid coordinates of (0,0).
|
LONGITUDE_OF_ORIGIN
For polar aspect azimuthal projections, the meridian along which the
northing axis increments and also across which parallels of latitude
increment towards the north pole.
|
LONGITUDE_OF_PROJECTION_CENTRE
longitude of the point at which the azimuth of the central line for an
oblique projection is defined
|
NORTHING_AT_FALSE_ORIGIN
northing value assigned to the false origin
|
NORTHING_AT_PROJECTION_CENTRE
northing value assigned to the projection centre
|
ORDINATE_1_OF_EVALUATION_POINT
value of the first ordinate of the evaluation point
|
ORDINATE_2_OF_EVALUATION_POINT
value of the second ordinate of the evaluation point
|
ORDINATE_3_OF_EVALUATION_POINT
value of the third ordinate of the evaluation point
|
SCALE_DIFFERENCE
the ratio of a length between two points in target and source coordinate
reference systems.
|
SCALE_FACTOR_AT_NATURAL_ORIGIN
factor by which the map grid is reduced or enlarged during the projection
process, defined by its value at the natural origin
|
SCALE_FACTOR_ON_INITIAL_LINE
factor by which the map grid is reduced or enlarged during the projection
process, defined by its value at the projection centre
|
SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL
The factor by which the map grid is reduced or enlarged during the
projection process, defined by its value at the pseudo-standard parallel.
|
VERTICAL_OFFSET
difference between the height or depth values of a point in the target
and source coordinate reference systems
|
X_AXIS_ROTATION
angular difference between the Y and Z axes directions of target and
source coordinate reference systems
This is a rotation about the X axis as viewed from the origin looking
along that axis.
|
X_AXIS_TRANSLATION
difference between the X values of a point in the target and source
coordinate reference systems
|
Y_AXIS_ROTATION
angular difference between the X and Z axes directions of target and
source coordinate reference systems
This is a rotation about the Y axis as viewed from the origin looking
along that axis.
|
Y_AXIS_TRANSLATION
difference between the Y values of a point in the target and source
coordinate reference systems
|
Z_AXIS_ROTATION
angular difference between the X and Y axes directions of target and
source coordinate reference systems
This is a rotation about the Z axis as viewed from the origin looking
along that axis.
|
Z_AXIS_TRANSLATION
difference between the Z values of a point in the target and source
coordinate reference systems
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAliases()
Get the aliases
|
int |
getCode()
Get the parameter code
|
String |
getName()
Get the parameter name
|
OperationType |
getOperationType()
Get the operation type
|
static OperationParameters |
getParameter(int code)
Get the parameter type from the code
|
static OperationParameters |
getParameter(String name)
Get the parameter type from the alias
|
static Set<OperationParameters> |
getParameters(String name)
Get the parameter types from the alias
|
UnitType |
getUnitType()
Get the unit type
|
static OperationParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationParameters ANGLE_FROM_RECTIFIED_TO_SKEW_GRID
public static final OperationParameters AZIMUTH_OF_INITIAL_LINE
public static final OperationParameters CO_LATITUDE_OF_CONE_AXIS
public static final OperationParameters EASTING_AT_FALSE_ORIGIN
public static final OperationParameters EASTING_AT_PROJECTION_CENTRE
public static final OperationParameters ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE
public static final OperationParameters FALSE_EASTING
public static final OperationParameters FALSE_NORTHING
public static final OperationParameters LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE
public static final OperationParameters LATITUDE_DIFFERENCE_FILE
public static final OperationParameters LATITUDE_OF_1ST_STANDARD_PARALLEL
public static final OperationParameters LATITUDE_OF_2ND_STANDARD_PARALLEL
public static final OperationParameters LATITUDE_OF_FALSE_ORIGIN
public static final OperationParameters LATITUDE_OF_NATURAL_ORIGIN
public static final OperationParameters LATITUDE_OF_PROJECTION_CENTRE
public static final OperationParameters LATITUDE_OF_PSEUDO_STANDARD_PARALLEL
public static final OperationParameters LONGITUDE_DIFFERENCE_FILE
public static final OperationParameters LONGITUDE_OF_FALSE_ORIGIN
public static final OperationParameters LONGITUDE_OF_NATURAL_ORIGIN
public static final OperationParameters LONGITUDE_OF_ORIGIN
public static final OperationParameters LONGITUDE_OF_PROJECTION_CENTRE
public static final OperationParameters NORTHING_AT_FALSE_ORIGIN
public static final OperationParameters NORTHING_AT_PROJECTION_CENTRE
public static final OperationParameters ORDINATE_1_OF_EVALUATION_POINT
public static final OperationParameters ORDINATE_2_OF_EVALUATION_POINT
public static final OperationParameters ORDINATE_3_OF_EVALUATION_POINT
public static final OperationParameters SCALE_DIFFERENCE
public static final OperationParameters SCALE_FACTOR_AT_NATURAL_ORIGIN
public static final OperationParameters SCALE_FACTOR_ON_INITIAL_LINE
public static final OperationParameters SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL
public static final OperationParameters VERTICAL_OFFSET
public static final OperationParameters X_AXIS_ROTATION
public static final OperationParameters X_AXIS_TRANSLATION
public static final OperationParameters Y_AXIS_ROTATION
public static final OperationParameters Y_AXIS_TRANSLATION
public static final OperationParameters Z_AXIS_ROTATION
public static final OperationParameters Z_AXIS_TRANSLATION
public static OperationParameters[] values()
for (OperationParameters c : OperationParameters.values()) System.out.println(c);
public static OperationParameters valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()
public String getName()
public OperationType getOperationType()
public UnitType getUnitType()
public static OperationParameters getParameter(String name)
name - name or aliaspublic static Set<OperationParameters> getParameters(String name)
name - name or aliaspublic static OperationParameters getParameter(int code)
code - parameter codeCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.