org.geotools.resources.cts
Interface ResourceKeys


public interface ResourceKeys

Resource keys. This interface is used when compiling sources, but no dependencies to should appear in any resulting class files. Since Java compiler inlines final integer values, using long identifiers will not bloat constant pools of classes compiled against the interface, provided that no class implements this interface.

See Also:
ResourceBundle, ResourceCompiler

Field Summary
static int ABRIDGED_MOLODENSKI_TRANSFORM
           
static int AFFINE_TRANSFORM
           
static int ALBERS_EQUAL_AREA_PROJECTION
           
static int ALTITUDE
           
static int BAROMETRIC_ALTITUDE
           
static int BURSA_WOLF_PARAMETERS_REQUIRED
           
static int CARTESIAN
           
static int CLASSIC
           
static int COLUMN
           
static int CONVERSION
           
static int CONVERSION_AND_TRANSFORMATION
           
static int CYLINDRICAL_MERCATOR_PROJECTION
           
static int DEPTH
           
static int DISCONTINUOUS
           
static int DOWN
           
static int EAST
           
static int EASTING
           
static int ELLIPSOIDAL
           
static int ELLIPSOIDAL_HEIGHT
           
static int ERROR_ANGLE_OVERFLOW_$1
           
static int ERROR_ANTIPODE_LATITUDES_$2
           
static int ERROR_AZIMUTH_OUT_OF_RANGE_$1
           
static int ERROR_CANT_COMPUTE_DERIVATIVE
           
static int ERROR_CANT_CONCATENATE_CS_$2
           
static int ERROR_CANT_CREATE_FROM_TEXT_$1
           
static int ERROR_CANT_REDUCE_TO_TWO_DIMENSIONS_$1
           
static int ERROR_COLINEAR_AXIS_$2
           
static int ERROR_DISTANCE_OUT_OF_RANGE_$4
           
static int ERROR_DUPLICATED_VALUES_$1
           
static int ERROR_ELLIPTICAL_NOT_SUPPORTED
           
static int ERROR_EMPTY_ARRAY
           
static int ERROR_END_OF_DATA_FILE
           
static int ERROR_FILE_DOES_NOT_EXIST_$1
           
static int ERROR_GRID_LOCATIONS_UNEQUAL
           
static int ERROR_HEADER_UNEXPECTED_LENGTH_$1
           
static int ERROR_ILLEGAL_ANGLE_PATTERN_$1
           
static int ERROR_ILLEGAL_ARGUMENT_$2
           
static int ERROR_ILLEGAL_ARRAY_LENGTH_FOR_DIMENSION_$1
           
static int ERROR_ILLEGAL_AXIS_ORIENTATION_$2
           
static int ERROR_ILLEGAL_CLASS_$2
           
static int ERROR_ILLEGAL_CS_DIMENSION_$1
           
static int ERROR_ILLEGAL_DESCRIPTOR_FOR_PARAMETER_$1
           
static int ERROR_ILLEGAL_ENVELOPE_ORDINATE_$1
           
static int ERROR_ILLEGAL_OCCURS_FOR_PARAMETER_$4
           
static int ERROR_ILLEGAL_OPERATION_FOR_VALUE_CLASS_$1
           
static int ERROR_IN_$1
           
static int ERROR_INCOMPATIBLE_ELLIPSOID_$2
           
static int ERROR_INCOMPATIBLE_UNIT_$1
           
static int ERROR_INDEX_OUT_OF_BOUNDS_$1
           
static int ERROR_INSEPARABLE_TRANSFORM
           
static int ERROR_LAT1_EQ_LAT2
           
static int ERROR_LAT1_EQ_ZERO
           
static int ERROR_LAT2_EQ_NEG_90
           
static int ERROR_LATITUDE_OUT_OF_RANGE_$1
           
static int ERROR_LONGITUDE_OUT_OF_RANGE_$1
           
static int ERROR_MATRIX_NOT_REGULAR
           
static int ERROR_MISMATCHED_DIMENSION_$2
           
static int ERROR_MISMATCHED_DIMENSION_$3
           
static int ERROR_MISSING_CHARACTER_$1
           
static int ERROR_MISSING_PARAMETER_$1
           
static int ERROR_NO_CONVERGENCE
           
static int ERROR_NO_CONVERGENCE_$2
           
static int ERROR_NO_SOURCE_AXIS_$1
           
static int ERROR_NO_SUCH_AUTHORITY_CODE_$2
           
static int ERROR_NO_TRANSFORM_FOR_CLASSIFICATION_$1
           
static int ERROR_NO_TRANSFORMATION_PATH_$2
           
static int ERROR_NON_ANGULAR_UNIT_$1
           
static int ERROR_NON_LINEAR_UNIT_$1
           
static int ERROR_NON_TEMPORAL_UNIT_$1
           
static int ERROR_NONINVERTIBLE_TRANSFORM
           
static int ERROR_NOT_AN_AFFINE_TRANSFORM
           
static int ERROR_NOT_AN_ANGLE_OBJECT_$1
           
static int ERROR_NOT_TWO_DIMENSIONAL_$1
           
static int ERROR_NULL_ARGUMENT_$1
           
static int ERROR_NULL_VALUE_$2
           
static int ERROR_PARAMETER_NAME_CLASH_$4
           
static int ERROR_POINT_OUTSIDE_GRID
           
static int ERROR_POINT_OUTSIDE_HEMISPHERE
           
static int ERROR_POLE_PROJECTION_$1
           
static int ERROR_TOO_MANY_OCCURENCES_$2
           
static int ERROR_UNEXPECTED_END_OF_STRING
           
static int ERROR_UNEXPECTED_PARAMETER_$1
           
static int ERROR_UNITLESS_PARAMETER_$1
           
static int ERROR_UNKNOW_TYPE_$1
           
static int ERROR_UNMODIFIABLE_AFFINE_TRANSFORM
           
static int ERROR_UNPARSABLE_STRING_$2
           
static int ERROR_UNSUPPORTED_FILE_TYPE_$2
           
static int ERROR_V_INFINITE
           
static int ERROR_VALUE_OUT_OF_BOUNDS_$3
           
static int ERROR_VALUE_TEND_TOWARD_INFINITY
           
static int EXPONENTIAL
           
static int FUTURE
           
static int GEOCENTRIC
           
static int GEOCENTRIC_RADIUS
           
static int GEOCENTRIC_TRANSFORM
           
static int GEOCENTRIC_X
           
static int GEOCENTRIC_Y
           
static int GEOCENTRIC_Z
           
static int GEODETIC_LATITUDE
           
static int GEODETIC_LONGITUDE
           
static int GEOID_MODEL_DERIVED
           
static int GMT
           
static int GRAVITY_RELATED_HEIGHT
           
static int HORIZONTAL
           
static int INSIDE
           
static int INVERSE_$1
           
static int LAMBERT_CONFORMAL_PROJECTION
           
static int LATITUDE
           
static int LOADED_JDBC_DRIVER_$3
           
static int LOCAL
           
static int LOGARITHMIC
           
static int LONGITUDE
           
static int MOLODENSKI_TRANSFORM
           
static int NADCON_TRANSFORM
           
static int NORMAL
           
static int NORTH
           
static int NORTHING
           
static int OBLIQUE_MERCATOR_PROJECTION
           
static int ORTHOGRAPHIC_PROJECTION
           
static int ORTHOMETRIC
           
static int OTHER
           
static int OUTSIDE
           
static int PAST
           
static int ROW
           
static int SOUTH
           
static int SOUTHING
           
static int SPHERICAL_LATITUDE
           
static int SPHERICAL_LONGITUDE
           
static int STEREOGRAPHIC_PROJECTION
           
static int TEMPORAL
           
static int TIME
           
static int TRANSFORMATION
           
static int TRANSVERSE_MERCATOR_PROJECTION
           
static int UNKNOW
           
static int UP
           
static int UTC
           
static int VERTICAL
           
static int WARNING_AMBIGUOUS_ELLIPSOID
           
static int WARNING_LOCALES_DISCARTED
           
static int WARNING_UNKNOW_PARAMETER_$3
           
static int WEST
           
static int WESTING
           
 

Field Detail

ABRIDGED_MOLODENSKI_TRANSFORM

public static final int ABRIDGED_MOLODENSKI_TRANSFORM
See Also:
Constant Field Values

AFFINE_TRANSFORM

public static final int AFFINE_TRANSFORM
See Also:
Constant Field Values

ALBERS_EQUAL_AREA_PROJECTION

public static final int ALBERS_EQUAL_AREA_PROJECTION
See Also:
Constant Field Values

ALTITUDE

public static final int ALTITUDE
See Also:
Constant Field Values

BAROMETRIC_ALTITUDE

public static final int BAROMETRIC_ALTITUDE
See Also:
Constant Field Values

BURSA_WOLF_PARAMETERS_REQUIRED

public static final int BURSA_WOLF_PARAMETERS_REQUIRED
See Also:
Constant Field Values

CARTESIAN

public static final int CARTESIAN
See Also:
Constant Field Values

CLASSIC

public static final int CLASSIC
See Also:
Constant Field Values

COLUMN

public static final int COLUMN
See Also:
Constant Field Values

CONVERSION

public static final int CONVERSION
See Also:
Constant Field Values

CONVERSION_AND_TRANSFORMATION

public static final int CONVERSION_AND_TRANSFORMATION
See Also:
Constant Field Values

CYLINDRICAL_MERCATOR_PROJECTION

public static final int CYLINDRICAL_MERCATOR_PROJECTION
See Also:
Constant Field Values

DEPTH

public static final int DEPTH
See Also:
Constant Field Values

DISCONTINUOUS

public static final int DISCONTINUOUS
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

EAST

public static final int EAST
See Also:
Constant Field Values

EASTING

public static final int EASTING
See Also:
Constant Field Values

ELLIPSOIDAL

public static final int ELLIPSOIDAL
See Also:
Constant Field Values

ELLIPSOIDAL_HEIGHT

public static final int ELLIPSOIDAL_HEIGHT
See Also:
Constant Field Values

EXPONENTIAL

public static final int EXPONENTIAL
See Also:
Constant Field Values

FUTURE

public static final int FUTURE
See Also:
Constant Field Values

GEOCENTRIC

public static final int GEOCENTRIC
See Also:
Constant Field Values

GEOCENTRIC_RADIUS

public static final int GEOCENTRIC_RADIUS
See Also:
Constant Field Values

GEOCENTRIC_TRANSFORM

public static final int GEOCENTRIC_TRANSFORM
See Also:
Constant Field Values

GEOCENTRIC_X

public static final int GEOCENTRIC_X
See Also:
Constant Field Values

GEOCENTRIC_Y

public static final int GEOCENTRIC_Y
See Also:
Constant Field Values

GEOCENTRIC_Z

public static final int GEOCENTRIC_Z
See Also:
Constant Field Values

GEODETIC_LATITUDE

public static final int GEODETIC_LATITUDE
See Also:
Constant Field Values

GEODETIC_LONGITUDE

public static final int GEODETIC_LONGITUDE
See Also:
Constant Field Values

GEOID_MODEL_DERIVED

public static final int GEOID_MODEL_DERIVED
See Also:
Constant Field Values

GMT

public static final int GMT
See Also:
Constant Field Values

GRAVITY_RELATED_HEIGHT

public static final int GRAVITY_RELATED_HEIGHT
See Also:
Constant Field Values

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

INSIDE

public static final int INSIDE
See Also:
Constant Field Values

INVERSE_$1

public static final int INVERSE_$1
See Also:
Constant Field Values

LAMBERT_CONFORMAL_PROJECTION

public static final int LAMBERT_CONFORMAL_PROJECTION
See Also:
Constant Field Values

LATITUDE

public static final int LATITUDE
See Also:
Constant Field Values

LOADED_JDBC_DRIVER_$3

public static final int LOADED_JDBC_DRIVER_$3
See Also:
Constant Field Values

LOCAL

public static final int LOCAL
See Also:
Constant Field Values

LOGARITHMIC

public static final int LOGARITHMIC
See Also:
Constant Field Values

LONGITUDE

public static final int LONGITUDE
See Also:
Constant Field Values

MOLODENSKI_TRANSFORM

public static final int MOLODENSKI_TRANSFORM
See Also:
Constant Field Values

NADCON_TRANSFORM

public static final int NADCON_TRANSFORM
See Also:
Constant Field Values

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

NORTH

public static final int NORTH
See Also:
Constant Field Values

NORTHING

public static final int NORTHING
See Also:
Constant Field Values

OBLIQUE_MERCATOR_PROJECTION

public static final int OBLIQUE_MERCATOR_PROJECTION
See Also:
Constant Field Values

ORTHOGRAPHIC_PROJECTION

public static final int ORTHOGRAPHIC_PROJECTION
See Also:
Constant Field Values

ORTHOMETRIC

public static final int ORTHOMETRIC
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values

OUTSIDE

public static final int OUTSIDE
See Also:
Constant Field Values

PAST

public static final int PAST
See Also:
Constant Field Values

ROW

public static final int ROW
See Also:
Constant Field Values

SOUTH

public static final int SOUTH
See Also:
Constant Field Values

SOUTHING

public static final int SOUTHING
See Also:
Constant Field Values

SPHERICAL_LATITUDE

public static final int SPHERICAL_LATITUDE
See Also:
Constant Field Values

SPHERICAL_LONGITUDE

public static final int SPHERICAL_LONGITUDE
See Also:
Constant Field Values

STEREOGRAPHIC_PROJECTION

public static final int STEREOGRAPHIC_PROJECTION
See Also:
Constant Field Values

TEMPORAL

public static final int TEMPORAL
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

TRANSFORMATION

public static final int TRANSFORMATION
See Also:
Constant Field Values

TRANSVERSE_MERCATOR_PROJECTION

public static final int TRANSVERSE_MERCATOR_PROJECTION
See Also:
Constant Field Values

UNKNOW

public static final int UNKNOW
See Also:
Constant Field Values

UP

public static final int UP
See Also:
Constant Field Values

UTC

public static final int UTC
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values

WEST

public static final int WEST
See Also:
Constant Field Values

WESTING

public static final int WESTING
See Also:
Constant Field Values

WARNING_AMBIGUOUS_ELLIPSOID

public static final int WARNING_AMBIGUOUS_ELLIPSOID
See Also:
Constant Field Values

WARNING_LOCALES_DISCARTED

public static final int WARNING_LOCALES_DISCARTED
See Also:
Constant Field Values

WARNING_UNKNOW_PARAMETER_$3

public static final int WARNING_UNKNOW_PARAMETER_$3
See Also:
Constant Field Values

ERROR_ANGLE_OVERFLOW_$1

public static final int ERROR_ANGLE_OVERFLOW_$1
See Also:
Constant Field Values

ERROR_ANTIPODE_LATITUDES_$2

public static final int ERROR_ANTIPODE_LATITUDES_$2
See Also:
Constant Field Values

ERROR_AZIMUTH_OUT_OF_RANGE_$1

public static final int ERROR_AZIMUTH_OUT_OF_RANGE_$1
See Also:
Constant Field Values

ERROR_CANT_COMPUTE_DERIVATIVE

public static final int ERROR_CANT_COMPUTE_DERIVATIVE
See Also:
Constant Field Values

ERROR_CANT_CONCATENATE_CS_$2

public static final int ERROR_CANT_CONCATENATE_CS_$2
See Also:
Constant Field Values

ERROR_CANT_CREATE_FROM_TEXT_$1

public static final int ERROR_CANT_CREATE_FROM_TEXT_$1
See Also:
Constant Field Values

ERROR_CANT_REDUCE_TO_TWO_DIMENSIONS_$1

public static final int ERROR_CANT_REDUCE_TO_TWO_DIMENSIONS_$1
See Also:
Constant Field Values

ERROR_COLINEAR_AXIS_$2

public static final int ERROR_COLINEAR_AXIS_$2
See Also:
Constant Field Values

ERROR_DISTANCE_OUT_OF_RANGE_$4

public static final int ERROR_DISTANCE_OUT_OF_RANGE_$4
See Also:
Constant Field Values

ERROR_DUPLICATED_VALUES_$1

public static final int ERROR_DUPLICATED_VALUES_$1
See Also:
Constant Field Values

ERROR_ELLIPTICAL_NOT_SUPPORTED

public static final int ERROR_ELLIPTICAL_NOT_SUPPORTED
See Also:
Constant Field Values

ERROR_EMPTY_ARRAY

public static final int ERROR_EMPTY_ARRAY
See Also:
Constant Field Values

ERROR_END_OF_DATA_FILE

public static final int ERROR_END_OF_DATA_FILE
See Also:
Constant Field Values

ERROR_FILE_DOES_NOT_EXIST_$1

public static final int ERROR_FILE_DOES_NOT_EXIST_$1
See Also:
Constant Field Values

ERROR_GRID_LOCATIONS_UNEQUAL

public static final int ERROR_GRID_LOCATIONS_UNEQUAL
See Also:
Constant Field Values

ERROR_HEADER_UNEXPECTED_LENGTH_$1

public static final int ERROR_HEADER_UNEXPECTED_LENGTH_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_ANGLE_PATTERN_$1

public static final int ERROR_ILLEGAL_ANGLE_PATTERN_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_ARGUMENT_$2

public static final int ERROR_ILLEGAL_ARGUMENT_$2
See Also:
Constant Field Values

ERROR_ILLEGAL_ARRAY_LENGTH_FOR_DIMENSION_$1

public static final int ERROR_ILLEGAL_ARRAY_LENGTH_FOR_DIMENSION_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_AXIS_ORIENTATION_$2

public static final int ERROR_ILLEGAL_AXIS_ORIENTATION_$2
See Also:
Constant Field Values

ERROR_ILLEGAL_CLASS_$2

public static final int ERROR_ILLEGAL_CLASS_$2
See Also:
Constant Field Values

ERROR_ILLEGAL_CS_DIMENSION_$1

public static final int ERROR_ILLEGAL_CS_DIMENSION_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_DESCRIPTOR_FOR_PARAMETER_$1

public static final int ERROR_ILLEGAL_DESCRIPTOR_FOR_PARAMETER_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_ENVELOPE_ORDINATE_$1

public static final int ERROR_ILLEGAL_ENVELOPE_ORDINATE_$1
See Also:
Constant Field Values

ERROR_ILLEGAL_OCCURS_FOR_PARAMETER_$4

public static final int ERROR_ILLEGAL_OCCURS_FOR_PARAMETER_$4
See Also:
Constant Field Values

ERROR_ILLEGAL_OPERATION_FOR_VALUE_CLASS_$1

public static final int ERROR_ILLEGAL_OPERATION_FOR_VALUE_CLASS_$1
See Also:
Constant Field Values

ERROR_INCOMPATIBLE_ELLIPSOID_$2

public static final int ERROR_INCOMPATIBLE_ELLIPSOID_$2
See Also:
Constant Field Values

ERROR_INCOMPATIBLE_UNIT_$1

public static final int ERROR_INCOMPATIBLE_UNIT_$1
See Also:
Constant Field Values

ERROR_INDEX_OUT_OF_BOUNDS_$1

public static final int ERROR_INDEX_OUT_OF_BOUNDS_$1
See Also:
Constant Field Values

ERROR_INSEPARABLE_TRANSFORM

public static final int ERROR_INSEPARABLE_TRANSFORM
See Also:
Constant Field Values

ERROR_IN_$1

public static final int ERROR_IN_$1
See Also:
Constant Field Values

ERROR_LAT1_EQ_LAT2

public static final int ERROR_LAT1_EQ_LAT2
See Also:
Constant Field Values

ERROR_LAT1_EQ_ZERO

public static final int ERROR_LAT1_EQ_ZERO
See Also:
Constant Field Values

ERROR_LAT2_EQ_NEG_90

public static final int ERROR_LAT2_EQ_NEG_90
See Also:
Constant Field Values

ERROR_LATITUDE_OUT_OF_RANGE_$1

public static final int ERROR_LATITUDE_OUT_OF_RANGE_$1
See Also:
Constant Field Values

ERROR_LONGITUDE_OUT_OF_RANGE_$1

public static final int ERROR_LONGITUDE_OUT_OF_RANGE_$1
See Also:
Constant Field Values

ERROR_MATRIX_NOT_REGULAR

public static final int ERROR_MATRIX_NOT_REGULAR
See Also:
Constant Field Values

ERROR_MISMATCHED_DIMENSION_$2

public static final int ERROR_MISMATCHED_DIMENSION_$2
See Also:
Constant Field Values

ERROR_MISMATCHED_DIMENSION_$3

public static final int ERROR_MISMATCHED_DIMENSION_$3
See Also:
Constant Field Values

ERROR_MISSING_CHARACTER_$1

public static final int ERROR_MISSING_CHARACTER_$1
See Also:
Constant Field Values

ERROR_MISSING_PARAMETER_$1

public static final int ERROR_MISSING_PARAMETER_$1
See Also:
Constant Field Values

ERROR_NONINVERTIBLE_TRANSFORM

public static final int ERROR_NONINVERTIBLE_TRANSFORM
See Also:
Constant Field Values

ERROR_NON_ANGULAR_UNIT_$1

public static final int ERROR_NON_ANGULAR_UNIT_$1
See Also:
Constant Field Values

ERROR_NON_LINEAR_UNIT_$1

public static final int ERROR_NON_LINEAR_UNIT_$1
See Also:
Constant Field Values

ERROR_NON_TEMPORAL_UNIT_$1

public static final int ERROR_NON_TEMPORAL_UNIT_$1
See Also:
Constant Field Values

ERROR_NOT_AN_AFFINE_TRANSFORM

public static final int ERROR_NOT_AN_AFFINE_TRANSFORM
See Also:
Constant Field Values

ERROR_NOT_AN_ANGLE_OBJECT_$1

public static final int ERROR_NOT_AN_ANGLE_OBJECT_$1
See Also:
Constant Field Values

ERROR_NOT_TWO_DIMENSIONAL_$1

public static final int ERROR_NOT_TWO_DIMENSIONAL_$1
See Also:
Constant Field Values

ERROR_NO_CONVERGENCE

public static final int ERROR_NO_CONVERGENCE
See Also:
Constant Field Values

ERROR_NO_CONVERGENCE_$2

public static final int ERROR_NO_CONVERGENCE_$2
See Also:
Constant Field Values

ERROR_NO_SOURCE_AXIS_$1

public static final int ERROR_NO_SOURCE_AXIS_$1
See Also:
Constant Field Values

ERROR_NO_SUCH_AUTHORITY_CODE_$2

public static final int ERROR_NO_SUCH_AUTHORITY_CODE_$2
See Also:
Constant Field Values

ERROR_NO_TRANSFORMATION_PATH_$2

public static final int ERROR_NO_TRANSFORMATION_PATH_$2
See Also:
Constant Field Values

ERROR_NO_TRANSFORM_FOR_CLASSIFICATION_$1

public static final int ERROR_NO_TRANSFORM_FOR_CLASSIFICATION_$1
See Also:
Constant Field Values

ERROR_NULL_ARGUMENT_$1

public static final int ERROR_NULL_ARGUMENT_$1
See Also:
Constant Field Values

ERROR_NULL_VALUE_$2

public static final int ERROR_NULL_VALUE_$2
See Also:
Constant Field Values

ERROR_PARAMETER_NAME_CLASH_$4

public static final int ERROR_PARAMETER_NAME_CLASH_$4
See Also:
Constant Field Values

ERROR_POINT_OUTSIDE_GRID

public static final int ERROR_POINT_OUTSIDE_GRID
See Also:
Constant Field Values

ERROR_POINT_OUTSIDE_HEMISPHERE

public static final int ERROR_POINT_OUTSIDE_HEMISPHERE
See Also:
Constant Field Values

ERROR_POLE_PROJECTION_$1

public static final int ERROR_POLE_PROJECTION_$1
See Also:
Constant Field Values

ERROR_TOO_MANY_OCCURENCES_$2

public static final int ERROR_TOO_MANY_OCCURENCES_$2
See Also:
Constant Field Values

ERROR_UNEXPECTED_END_OF_STRING

public static final int ERROR_UNEXPECTED_END_OF_STRING
See Also:
Constant Field Values

ERROR_UNEXPECTED_PARAMETER_$1

public static final int ERROR_UNEXPECTED_PARAMETER_$1
See Also:
Constant Field Values

ERROR_UNITLESS_PARAMETER_$1

public static final int ERROR_UNITLESS_PARAMETER_$1
See Also:
Constant Field Values

ERROR_UNKNOW_TYPE_$1

public static final int ERROR_UNKNOW_TYPE_$1
See Also:
Constant Field Values

ERROR_UNMODIFIABLE_AFFINE_TRANSFORM

public static final int ERROR_UNMODIFIABLE_AFFINE_TRANSFORM
See Also:
Constant Field Values

ERROR_UNPARSABLE_STRING_$2

public static final int ERROR_UNPARSABLE_STRING_$2
See Also:
Constant Field Values

ERROR_UNSUPPORTED_FILE_TYPE_$2

public static final int ERROR_UNSUPPORTED_FILE_TYPE_$2
See Also:
Constant Field Values

ERROR_VALUE_OUT_OF_BOUNDS_$3

public static final int ERROR_VALUE_OUT_OF_BOUNDS_$3
See Also:
Constant Field Values

ERROR_VALUE_TEND_TOWARD_INFINITY

public static final int ERROR_VALUE_TEND_TOWARD_INFINITY
See Also:
Constant Field Values

ERROR_V_INFINITE

public static final int ERROR_V_INFINITE
See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.