ucar.unidata.gis.epsg
Class CoordinateOperationParameter

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by ucar.unidata.gis.epsg.CoordinateOperationParameter

public class CoordinateOperationParameter
extends CsvDb

This class has been generated from the different csv files from the libgeotiff package

Author:
IDV development team

Field Summary
static int A0
          _more_
static int A1
          _more_
static int A10
          _more_
static int A11
          _more_
static int A12
          _more_
static int A13
          _more_
static int A14
          _more_
static int A2
          _more_
static int A3
          _more_
static int A4
          _more_
static int A5
          _more_
static int A6
          _more_
static int A7
          _more_
static int A8
          _more_
static int A9
          _more_
static int ANGLE_FROM_RECTIFIED_TO_SKEW_GRID
          _more_
static int AZIMUTH_OF_INITIAL_LINE
          _more_
static int B0
          _more_
static int B00
          _more_
static int B1
          _more_
static int B10
          _more_
static int B11
          _more_
static int B12
          _more_
static int B13
          _more_
static int B14
          _more_
static int B2
          _more_
static int B3
          _more_
static int B4
          _more_
static int B5
          _more_
static int B6
          _more_
static int B7
          _more_
static int B8
          _more_
static int B9
          _more_
static int EASTING_AND_NORTHING_DIFFERENCE_FILE
          _more_
static int EASTING_AT_FALSE_ORIGIN
          _more_
static int EASTING_AT_PROJECTION_CENTRE
          _more_
static int FALSE_EASTING
          _more_
static int FALSE_NORTHING
          _more_
static int FLATTENING_DIFFERENCE
          _more_
static int GEOD_TFM_CODE_FOR_NORTHERN_BOUNDARY
          _more_
static int GEOD_TFM_CODE_FOR_SOUTHERN_BOUNDARY
          _more_
static int GEOD_TFM_NAME_FOR_NORTHERN_BOUNDARY
          _more_
static int GEOD_TFM_NAME_FOR_SOUTHERN_BOUNDARY
          _more_
static int GEOID_MODEL_FILE
          _more_
static int GEOID_UNDULATION
          _more_
static int INITIAL_LONGITUDE
          _more_
static int LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE
          _more_
static int LATITUDE_DIFFERENCE_FILE
          _more_
static int LATITUDE_OF_1ST_STANDARD_PARALLEL
          _more_
static int LATITUDE_OF_2ND_STANDARD_PARALLEL
          _more_
static int LATITUDE_OF_FALSE_ORIGIN
          _more_
static int LATITUDE_OF_NATURAL_ORIGIN
          _more_
static int LATITUDE_OF_PROJECTION_CENTRE
          _more_
static int LATITUDE_OF_PSEUDO_STANDARD_PARALLEL
          _more_
static int LATITUDE_OFFSET
          Properties generated from the csv file
static int LONGITUDE_DIFFERENCE_FILE
          _more_
static int LONGITUDE_OF_FALSE_ORIGIN
          _more_
static int LONGITUDE_OF_NATURAL_ORIGIN
          _more_
static int LONGITUDE_OF_PROJECTION_CENTRE
          _more_
static int LONGITUDE_OFFSET
          _more_
static int MARITIME_PROVINCE_RESIDUAL_FILE
          _more_
static int NORTHING_AT_FALSE_ORIGIN
          _more_
static int NORTHING_AT_PROJECTION_CENTRE
          _more_
static int ORDINATE_1_OF_EVALUATION_POINT
          _more_
static int ORDINATE_1_OF_EVALUATION_POINT_IN_SOURCE_CRS
          _more_
static int ORDINATE_1_OF_EVALUATION_POINT_IN_TARGET_CRS
          _more_
static int ORDINATE_2_OF_EVALUATION_POINT
          _more_
static int ORDINATE_2_OF_EVALUATION_POINT_IN_SOURCE_CRS
          _more_
static int ORDINATE_2_OF_EVALUATION_POINT_IN_TARGET_CRS
          _more_
static int ORDINATE_3_OF_EVALUATION_POINT
          _more_
static int POINT_SCALE_FACTOR
          _more_
static int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_AXES
          _more_
static int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS
          _more_
static int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS
          _more_
static int SCALE_DIFFERENCE
          _more_
static int SCALE_FACTOR_AT_NATURAL_ORIGIN
          _more_
static int SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS
          _more_
static int SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS
          _more_
static int SCALE_FACTOR_ON_INITIAL_LINE
          _more_
static int SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL
          _more_
static int SEMI_MAJOR_AXIS_LENGTH_DIFFERENCE
          _more_
static int SPHERICAL_LATITUDE_OF_ORIGIN
          _more_
static int SPHERICAL_LONGITUDE_OF_ORIGIN
          _more_
static int VERTICAL_OFFSET
          _more_
static int X_AXIS_ROTATION
          _more_
static int X_AXIS_TRANSLATION
          _more_
static int Y_AXIS_ROTATION
          _more_
static int Y_AXIS_TRANSLATION
          _more_
static int Z_AXIS_ROTATION
          _more_
static int Z_AXIS_TRANSLATION
          _more_
static int ZONE_WIDTH
          _more_
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
CoordinateOperationParameter(int arg_parameterCode, String arg_parameterName, String arg_description, String arg_informationSource, String arg_dataSource, String arg_revisionDate, String arg_changeId, String arg_deprecated)
          The constructor * @param arg_parameterCode The parameterCode argument
CoordinateOperationParameter(List tuple)
          The list based constructor
 
Method Summary
 int findIntByName(String varname)
          Return the integer value by name
static CoordinateOperationParameter findParameterCode(int value)
          Find the CoordinateOperationParameter object with the parameterCode value == the given value
 String findStringByName(String varname)
          Return the String value by name
 String getChangeId()
          Return the changeId property.
 String getDataSource()
          Return the dataSource property.
 String getDeprecated()
          Return the deprecated property.
 String getDescription()
          Return the description property.
 String getInformationSource()
          Return the informationSource property.
 int getParameterCode()
          Return the parameterCode property.
 String getParameterName()
          Return the parameterName property.
 String getRevisionDate()
          Return the revisionDate property.
static void main(String[] args)
          Implement main
 String toString()
          Override toString
 
Methods inherited from class ucar.unidata.util.CsvDb
getDouble, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LATITUDE_OFFSET

public static final int LATITUDE_OFFSET
Properties generated from the csv file

See Also:
Constant Field Values

LONGITUDE_OFFSET

public static final int LONGITUDE_OFFSET
_more_

See Also:
Constant Field Values

VERTICAL_OFFSET

public static final int VERTICAL_OFFSET
_more_

See Also:
Constant Field Values

GEOID_UNDULATION

public static final int GEOID_UNDULATION
_more_

See Also:
Constant Field Values

X_AXIS_TRANSLATION

public static final int X_AXIS_TRANSLATION
_more_

See Also:
Constant Field Values

Y_AXIS_TRANSLATION

public static final int Y_AXIS_TRANSLATION
_more_

See Also:
Constant Field Values

Z_AXIS_TRANSLATION

public static final int Z_AXIS_TRANSLATION
_more_

See Also:
Constant Field Values

X_AXIS_ROTATION

public static final int X_AXIS_ROTATION
_more_

See Also:
Constant Field Values

Y_AXIS_ROTATION

public static final int Y_AXIS_ROTATION
_more_

See Also:
Constant Field Values

Z_AXIS_ROTATION

public static final int Z_AXIS_ROTATION
_more_

See Also:
Constant Field Values

SCALE_DIFFERENCE

public static final int SCALE_DIFFERENCE
_more_

See Also:
Constant Field Values

SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS

public static final int SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS
_more_

See Also:
Constant Field Values

SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS

public static final int SCALE_FACTOR_FOR_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS
_more_

See Also:
Constant Field Values

ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_AXES

public static final int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_AXES
_more_

See Also:
Constant Field Values

ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS

public static final int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_FIRST_AXIS
_more_

See Also:
Constant Field Values

ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS

public static final int ROTATION_ANGLE_OF_SOURCE_COORDINATE_REFERENCE_SYSTEM_SECOND_AXIS
_more_

See Also:
Constant Field Values

ORDINATE_1_OF_EVALUATION_POINT

public static final int ORDINATE_1_OF_EVALUATION_POINT
_more_

See Also:
Constant Field Values

ORDINATE_2_OF_EVALUATION_POINT

public static final int ORDINATE_2_OF_EVALUATION_POINT
_more_

See Also:
Constant Field Values

ORDINATE_1_OF_EVALUATION_POINT_IN_SOURCE_CRS

public static final int ORDINATE_1_OF_EVALUATION_POINT_IN_SOURCE_CRS
_more_

See Also:
Constant Field Values

ORDINATE_2_OF_EVALUATION_POINT_IN_SOURCE_CRS

public static final int ORDINATE_2_OF_EVALUATION_POINT_IN_SOURCE_CRS
_more_

See Also:
Constant Field Values

ORDINATE_1_OF_EVALUATION_POINT_IN_TARGET_CRS

public static final int ORDINATE_1_OF_EVALUATION_POINT_IN_TARGET_CRS
_more_

See Also:
Constant Field Values

ORDINATE_2_OF_EVALUATION_POINT_IN_TARGET_CRS

public static final int ORDINATE_2_OF_EVALUATION_POINT_IN_TARGET_CRS
_more_

See Also:
Constant Field Values

A0

public static final int A0
_more_

See Also:
Constant Field Values

A1

public static final int A1
_more_

See Also:
Constant Field Values

A2

public static final int A2
_more_

See Also:
Constant Field Values

A3

public static final int A3
_more_

See Also:
Constant Field Values

A4

public static final int A4
_more_

See Also:
Constant Field Values

A5

public static final int A5
_more_

See Also:
Constant Field Values

A6

public static final int A6
_more_

See Also:
Constant Field Values

A7

public static final int A7
_more_

See Also:
Constant Field Values

A8

public static final int A8
_more_

See Also:
Constant Field Values

A9

public static final int A9
_more_

See Also:
Constant Field Values

A10

public static final int A10
_more_

See Also:
Constant Field Values

A11

public static final int A11
_more_

See Also:
Constant Field Values

A12

public static final int A12
_more_

See Also:
Constant Field Values

A13

public static final int A13
_more_

See Also:
Constant Field Values

A14

public static final int A14
_more_

See Also:
Constant Field Values

B00

public static final int B00
_more_

See Also:
Constant Field Values

B0

public static final int B0
_more_

See Also:
Constant Field Values

B1

public static final int B1
_more_

See Also:
Constant Field Values

B2

public static final int B2
_more_

See Also:
Constant Field Values

B3

public static final int B3
_more_

See Also:
Constant Field Values

B4

public static final int B4
_more_

See Also:
Constant Field Values

B5

public static final int B5
_more_

See Also:
Constant Field Values

B6

public static final int B6
_more_

See Also:
Constant Field Values

B7

public static final int B7
_more_

See Also:
Constant Field Values

B8

public static final int B8
_more_

See Also:
Constant Field Values

B9

public static final int B9
_more_

See Also:
Constant Field Values

B10

public static final int B10
_more_

See Also:
Constant Field Values

B11

public static final int B11
_more_

See Also:
Constant Field Values

B12

public static final int B12
_more_

See Also:
Constant Field Values

B13

public static final int B13
_more_

See Also:
Constant Field Values

B14

public static final int B14
_more_

See Also:
Constant Field Values

SEMI_MAJOR_AXIS_LENGTH_DIFFERENCE

public static final int SEMI_MAJOR_AXIS_LENGTH_DIFFERENCE
_more_

See Also:
Constant Field Values

FLATTENING_DIFFERENCE

public static final int FLATTENING_DIFFERENCE
_more_

See Also:
Constant Field Values

LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE

public static final int LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE
_more_

See Also:
Constant Field Values

LATITUDE_DIFFERENCE_FILE

public static final int LATITUDE_DIFFERENCE_FILE
_more_

See Also:
Constant Field Values

LONGITUDE_DIFFERENCE_FILE

public static final int LONGITUDE_DIFFERENCE_FILE
_more_

See Also:
Constant Field Values

GEOD_TFM_CODE_FOR_NORTHERN_BOUNDARY

public static final int GEOD_TFM_CODE_FOR_NORTHERN_BOUNDARY
_more_

See Also:
Constant Field Values

GEOD_TFM_CODE_FOR_SOUTHERN_BOUNDARY

public static final int GEOD_TFM_CODE_FOR_SOUTHERN_BOUNDARY
_more_

See Also:
Constant Field Values

GEOD_TFM_NAME_FOR_NORTHERN_BOUNDARY

public static final int GEOD_TFM_NAME_FOR_NORTHERN_BOUNDARY
_more_

See Also:
Constant Field Values

GEOD_TFM_NAME_FOR_SOUTHERN_BOUNDARY

public static final int GEOD_TFM_NAME_FOR_SOUTHERN_BOUNDARY
_more_

See Also:
Constant Field Values

POINT_SCALE_FACTOR

public static final int POINT_SCALE_FACTOR
_more_

See Also:
Constant Field Values

EASTING_AND_NORTHING_DIFFERENCE_FILE

public static final int EASTING_AND_NORTHING_DIFFERENCE_FILE
_more_

See Also:
Constant Field Values

MARITIME_PROVINCE_RESIDUAL_FILE

public static final int MARITIME_PROVINCE_RESIDUAL_FILE
_more_

See Also:
Constant Field Values

GEOID_MODEL_FILE

public static final int GEOID_MODEL_FILE
_more_

See Also:
Constant Field Values

ORDINATE_3_OF_EVALUATION_POINT

public static final int ORDINATE_3_OF_EVALUATION_POINT
_more_

See Also:
Constant Field Values

LATITUDE_OF_NATURAL_ORIGIN

public static final int LATITUDE_OF_NATURAL_ORIGIN
_more_

See Also:
Constant Field Values

LONGITUDE_OF_NATURAL_ORIGIN

public static final int LONGITUDE_OF_NATURAL_ORIGIN
_more_

See Also:
Constant Field Values

SCALE_FACTOR_AT_NATURAL_ORIGIN

public static final int SCALE_FACTOR_AT_NATURAL_ORIGIN
_more_

See Also:
Constant Field Values

FALSE_EASTING

public static final int FALSE_EASTING
_more_

See Also:
Constant Field Values

FALSE_NORTHING

public static final int FALSE_NORTHING
_more_

See Also:
Constant Field Values

LATITUDE_OF_PROJECTION_CENTRE

public static final int LATITUDE_OF_PROJECTION_CENTRE
_more_

See Also:
Constant Field Values

LONGITUDE_OF_PROJECTION_CENTRE

public static final int LONGITUDE_OF_PROJECTION_CENTRE
_more_

See Also:
Constant Field Values

AZIMUTH_OF_INITIAL_LINE

public static final int AZIMUTH_OF_INITIAL_LINE
_more_

See Also:
Constant Field Values

ANGLE_FROM_RECTIFIED_TO_SKEW_GRID

public static final int ANGLE_FROM_RECTIFIED_TO_SKEW_GRID
_more_

See Also:
Constant Field Values

SCALE_FACTOR_ON_INITIAL_LINE

public static final int SCALE_FACTOR_ON_INITIAL_LINE
_more_

See Also:
Constant Field Values

EASTING_AT_PROJECTION_CENTRE

public static final int EASTING_AT_PROJECTION_CENTRE
_more_

See Also:
Constant Field Values

NORTHING_AT_PROJECTION_CENTRE

public static final int NORTHING_AT_PROJECTION_CENTRE
_more_

See Also:
Constant Field Values

LATITUDE_OF_PSEUDO_STANDARD_PARALLEL

public static final int LATITUDE_OF_PSEUDO_STANDARD_PARALLEL
_more_

See Also:
Constant Field Values

SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL

public static final int SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL
_more_

See Also:
Constant Field Values

LATITUDE_OF_FALSE_ORIGIN

public static final int LATITUDE_OF_FALSE_ORIGIN
_more_

See Also:
Constant Field Values

LONGITUDE_OF_FALSE_ORIGIN

public static final int LONGITUDE_OF_FALSE_ORIGIN
_more_

See Also:
Constant Field Values

LATITUDE_OF_1ST_STANDARD_PARALLEL

public static final int LATITUDE_OF_1ST_STANDARD_PARALLEL
_more_

See Also:
Constant Field Values

LATITUDE_OF_2ND_STANDARD_PARALLEL

public static final int LATITUDE_OF_2ND_STANDARD_PARALLEL
_more_

See Also:
Constant Field Values

EASTING_AT_FALSE_ORIGIN

public static final int EASTING_AT_FALSE_ORIGIN
_more_

See Also:
Constant Field Values

NORTHING_AT_FALSE_ORIGIN

public static final int NORTHING_AT_FALSE_ORIGIN
_more_

See Also:
Constant Field Values

SPHERICAL_LATITUDE_OF_ORIGIN

public static final int SPHERICAL_LATITUDE_OF_ORIGIN
_more_

See Also:
Constant Field Values

SPHERICAL_LONGITUDE_OF_ORIGIN

public static final int SPHERICAL_LONGITUDE_OF_ORIGIN
_more_

See Also:
Constant Field Values

INITIAL_LONGITUDE

public static final int INITIAL_LONGITUDE
_more_

See Also:
Constant Field Values

ZONE_WIDTH

public static final int ZONE_WIDTH
_more_

See Also:
Constant Field Values
Constructor Detail

CoordinateOperationParameter

public CoordinateOperationParameter(int arg_parameterCode,
                                    String arg_parameterName,
                                    String arg_description,
                                    String arg_informationSource,
                                    String arg_dataSource,
                                    String arg_revisionDate,
                                    String arg_changeId,
                                    String arg_deprecated)
The constructor * @param arg_parameterCode The parameterCode argument

Parameters:
arg_parameterName - The parameterName argument
arg_description - The description argument
arg_informationSource - The informationSource argument
arg_dataSource - The dataSource argument
arg_revisionDate - The revisionDate argument
arg_changeId - The changeId argument
arg_deprecated - The deprecated argument

CoordinateOperationParameter

public CoordinateOperationParameter(List tuple)
The list based constructor

Parameters:
tuple - The list
Method Detail

getParameterCode

public int getParameterCode()
Return the parameterCode property.

Returns:
The parameterCode property

getParameterName

public String getParameterName()
Return the parameterName property.

Returns:
The parameterName property

getDescription

public String getDescription()
Return the description property.

Returns:
The description property

getInformationSource

public String getInformationSource()
Return the informationSource property.

Returns:
The informationSource property

getDataSource

public String getDataSource()
Return the dataSource property.

Returns:
The dataSource property

getRevisionDate

public String getRevisionDate()
Return the revisionDate property.

Returns:
The revisionDate property

getChangeId

public String getChangeId()
Return the changeId property.

Returns:
The changeId property

getDeprecated

public String getDeprecated()
Return the deprecated property.

Returns:
The deprecated property

findParameterCode

public static CoordinateOperationParameter findParameterCode(int value)
Find the CoordinateOperationParameter object with the parameterCode value == the given value

Parameters:
value - _more_
Returns:
The object

findIntByName

public int findIntByName(String varname)
Return the integer value by name

Parameters:
varname - The name
Returns:
The integer value

findStringByName

public String findStringByName(String varname)
Return the String value by name

Parameters:
varname - The name
Returns:
The String value

toString

public String toString()
Override toString

Overrides:
toString in class Object
Returns:
String

main

public static void main(String[] args)
Implement main

Parameters:
args - The args