Class Resources.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.referencing.Resources.Keys
- Enclosing class:
- Resources
Resource keys. This class is used when compiling sources, but no dependencies to
Keys should appear in any resulting class files. Since the Java compiler
inlines final integer values, using long identifiers will not bloat the constant
pools of compiled classes.- Since:
- 1.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortAmbiguity between inverse flattening and semi minor axis length for “{0}”.static final shortThe azimuth and distance have not been specified.static final shortCannot associate “{0}” transform to the given coordinate systems because of mismatched dimensions: {1}static final shortCannot create objects of type ‘{0}’ from combined URI.static final shortCannot compute the coordinate operation derivative.static final shortCannot concatenate transforms “{0}” and “{1}”.static final shortCannot convert a point {0,choice,0#from|1#to} coordinate reference system “{1}”.static final shortCannot create an object of type “{1}” as an instance of class ‘{0}’.static final shortCannot find a coordinate reference system common to all given envelopes.static final shortCannot infer a grid size from the given values in {0} range.static final shortCannot instantiate geodetic object for “{0}”.static final shortCannot linearize the localization grid.static final shortCannot map an axis from the specified coordinate system to the “{0}” direction.static final shortCannot parse component {1} in the combined {0,choice,0#URN|1#URL}.static final shortCannot read Well-Known Text at line {0}.static final shortCannot separate the “{0}” coordinate reference system into sub-components.static final shortTarget dimension {0} depends on excluded source dimensions.static final shortCannot separate the transform because result would have {2} {0,choice,0#source|1#target} dimension{2,choice,1#|2#s} instead of {1}.static final shortCannot transform the ({0,number}, {1,number}) coordinates.static final shortCannot transform envelope to a geodetic reference system.static final shortCannot transform the given geometry.static final shortCannot use the {0} geodetic parameters.static final shortAxis directions {0} and {1} are colinear.static final shortThis result indicates if a datum shift method has been applied.static final shortThis parameter is shown for completeness, but should never have a value different than {0} for this projection.static final shortCoordinate operation from system “{0}” to “{1}” has not been found.static final shortDatum shift files are searched in the “{0}” directory.static final shortOrigin of temporal datum shall be a date.static final shortCode “{0}” is deprecated and replaced by code {1}.static final shortName or alias for parameter “{0}” at index {1} conflict with name “{2}” at index {3}.static final shortCompound coordinate reference systems cannot contain two {0,choice,1#horizontal|2#vertical} components.static final shortCompound coordinate reference systems should not contain ellipsoidal height.static final shortDefinitions from public sources.static final shortThere is no local registry for version {1} of “{0}” authority.static final shortCannot find {0} file named “{1}”.static final shortCannot parse “{1}” as a file in the {0} format.static final short{0} geodetic dataset version {1} on “{2}” version {3}.static final shortThe grid spans {0}° of longitude, which may be too wide for the “{1}” domain.static final shortMore than one service provider of type ‘{0}’ are declared for “{1}”.static final shortCoordinate system of class ‘{0}’ cannot have axis in the {1} direction.static final shortDimensions of “{0}” operation cannot be ({1} → {2}).static final shortThis operation cannot be applied to values of class ‘{0}’.static final shortParameter “{0}” cannot be of type ‘{1}’.static final shortParameter “{0}” cannot take the “{1}” value.static final shortParameter “{0}” does not accept values of ‘{2}’ type.static final shortUnit of measurement “{1}” is not valid for “{0}” values.static final shortIncompatible coordinate system types.static final shortDatum of “{1}” shall be “{0}”.(package private) static final Resources.KeysThe unique instance of key constants handler.static final shortInverse operation uses this parameter value with opposite sign.static final shortInverse operation uses the same parameter value.static final shortLatitudes {0} and {1} are opposite.static final shortLoading datum shift file “{0}”.static final shortMisaligned datum shift grid in “{0}”.static final shortThe “{1}” parameter could have been omitted.static final shortNo coordinate operation from “{0}” to “{1}” because of mismatched factories.static final shortMismatched descriptor for “{0}” parameter.static final shortExpected the “{0}” prime meridian but found “{1}”.static final shortDespite its name, this parameter is effectively “{0}”.static final shortNo authority was specified for code “{0}”.static final shortMissing or empty “ID[…]” element for “{0}”.static final shortNo horizontal dimension found in “{0}”.static final shortNot enough dimension in ‘MathTransform’ input or output coordinates for the interpolation points.static final shortMissing parameter values for “{0}” coordinate operation.static final shortNo spatial or temporal dimension found in “{0}”static final shortNo temporal dimension found in “{0}”static final shortMissing value for “{0}” parameter.static final shortThe localization grid still have some undefined source or target coordinates.static final shortNo vertical dimension found in “{0}”static final shortNo convergence.static final shortNo convergence for points {0} and {1}.static final shortThe coordinate system axes in the given “{0}” description do not conform to the expected axes according “{1}” authoritative description.static final shortThe given “{0}” description does not conform to the “{1}” authoritative description.static final shortNo horizontal component found in the “{0}” coordinate reference system.static final shortNon invertible {0}×{1} matrix.static final shortCannot invert the “{0}” operation.static final shortTransform is not invertible.static final shortUnit conversion from “{0}” to “{1}” is non-linear.static final shortThe “{0}” sequence is not monotonic.static final shortAxis directions {0} and {1} are not perpendicular.static final shortScale is not uniform.static final shortNo ‘{1}’ object found for code “{2}” in the “{0}” geodetic dataset.static final shortNo ‘{1}’ object found for code “{2}”.static final shortNo operation method found for name or identifier “{0}”.static final shortTransform is not affine.static final shortMatrix is not skew-symmetric.static final shortThis parameter borrowed from the “{0}” projection is not formally a parameter of this projection.static final shortOperation “{1}” of class ‘{0}’ has no mathematical transform.static final shortNo parameter named “{1}” has been found in “{0}”.static final shortPoints are not on a regular grid.static final shortRecursive call while creating an object of type ‘{0}’ for code “{1}”.static final shortMatrix is singular.static final shortThe {0,choice,0#start|1#end} point has not been specified.static final shortSyntax error for Well-Known Text alias at line {0}.static final shortCombined URI contains unexpected components.static final shortUnexpected dimension for a coordinate system of type ‘{0}’.static final shortUnexpected text “{1}” at line {0}.static final shortParameter “{0}” does not expect unit.static final shortAuthority “{0}” is unknown.static final shortAxis direction “{0}” is unknown.static final shortThis affine transform is unmodifiable.static final shortDimensions have not been specified.static final shortParameter values have not been specified.static final shortUsing datum shift grid from “{0}” to “{1}” created on {2} (updated on {3}). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
AmbiguousEllipsoid_1
public static final short AmbiguousEllipsoid_1Ambiguity between inverse flattening and semi minor axis length for “{0}”. Using inverse flattening.- See Also:
-
AzimuthAndDistanceNotSet
public static final short AzimuthAndDistanceNotSetThe azimuth and distance have not been specified.- See Also:
-
CanNotAssociateToCS_2
public static final short CanNotAssociateToCS_2Cannot associate “{0}” transform to the given coordinate systems because of mismatched dimensions: {1}- See Also:
-
CanNotCombineUriAsType_1
public static final short CanNotCombineUriAsType_1Cannot create objects of type ‘{0}’ from combined URI.- See Also:
-
CanNotComputeDerivative
public static final short CanNotComputeDerivativeCannot compute the coordinate operation derivative.- See Also:
-
CanNotConcatenateTransforms_2
public static final short CanNotConcatenateTransforms_2Cannot concatenate transforms “{0}” and “{1}”.- See Also:
-
CanNotConvertCoordinates_2
public static final short CanNotConvertCoordinates_2Cannot convert a point {0,choice,0#from|1#to} coordinate reference system “{1}”.- See Also:
-
CanNotCreateObjectAsInstanceOf_2
public static final short CanNotCreateObjectAsInstanceOf_2Cannot create an object of type “{1}” as an instance of class ‘{0}’.- See Also:
-
CanNotFindCommonCRS
public static final short CanNotFindCommonCRSCannot find a coordinate reference system common to all given envelopes.- See Also:
-
CanNotInferGridSizeFromValues_1
public static final short CanNotInferGridSizeFromValues_1Cannot infer a grid size from the given values in {0} range.- See Also:
-
CanNotInstantiateGeodeticObject_1
public static final short CanNotInstantiateGeodeticObject_1Cannot instantiate geodetic object for “{0}”.- See Also:
-
CanNotLinearizeLocalizationGrid
public static final short CanNotLinearizeLocalizationGridCannot linearize the localization grid.- See Also:
-
CanNotMapAxisToDirection_1
public static final short CanNotMapAxisToDirection_1Cannot map an axis from the specified coordinate system to the “{0}” direction.- See Also:
-
CanNotParseCombinedReference_2
public static final short CanNotParseCombinedReference_2Cannot parse component {1} in the combined {0,choice,0#URN|1#URL}.- See Also:
-
CanNotParseWKT_2
public static final short CanNotParseWKT_2Cannot read Well-Known Text at line {0}. Caused by: {1}- See Also:
-
CanNotSeparateCRS_1
public static final short CanNotSeparateCRS_1Cannot separate the “{0}” coordinate reference system into sub-components.- See Also:
-
CanNotSeparateTargetDimension_1
public static final short CanNotSeparateTargetDimension_1Target dimension {0} depends on excluded source dimensions.- See Also:
-
CanNotSeparateTransform_3
public static final short CanNotSeparateTransform_3Cannot separate the transform because result would have {2} {0,choice,0#source|1#target} dimension{2,choice,1#|2#s} instead of {1}.- See Also:
-
CanNotTransformCoordinates_2
public static final short CanNotTransformCoordinates_2Cannot transform the ({0,number}, {1,number}) coordinates.- See Also:
-
CanNotTransformEnvelopeToGeodetic
public static final short CanNotTransformEnvelopeToGeodeticCannot transform envelope to a geodetic reference system.- See Also:
-
CanNotTransformGeometry
public static final short CanNotTransformGeometryCannot transform the given geometry.- See Also:
-
CanNotUseGeodeticParameters_2
public static final short CanNotUseGeodeticParameters_2Cannot use the {0} geodetic parameters. Caused by: {1}- See Also:
-
ColinearAxisDirections_2
public static final short ColinearAxisDirections_2Axis directions {0} and {1} are colinear.- See Also:
-
ConformanceMeansDatumShift
public static final short ConformanceMeansDatumShiftThis result indicates if a datum shift method has been applied.- See Also:
-
ConstantProjParameterValue_1
public static final short ConstantProjParameterValue_1This parameter is shown for completeness, but should never have a value different than {0} for this projection.- See Also:
-
CoordinateOperationNotFound_2
public static final short CoordinateOperationNotFound_2Coordinate operation from system “{0}” to “{1}” has not been found.- See Also:
-
DatumChangesDirectory_1
public static final short DatumChangesDirectory_1Datum shift files are searched in the “{0}” directory.- See Also:
-
DatumOriginShallBeDate
public static final short DatumOriginShallBeDateOrigin of temporal datum shall be a date.- See Also:
-
DeprecatedCode_3
public static final short DeprecatedCode_3Code “{0}” is deprecated and replaced by code {1}. Reason is: {2}- See Also:
-
DuplicatedParameterName_4
public static final short DuplicatedParameterName_4Name or alias for parameter “{0}” at index {1} conflict with name “{2}” at index {3}.- See Also:
-
DuplicatedSpatialComponents_1
public static final short DuplicatedSpatialComponents_1Compound coordinate reference systems cannot contain two {0,choice,1#horizontal|2#vertical} components.- See Also:
-
EllipsoidalHeightNotAllowed_1
public static final short EllipsoidalHeightNotAllowed_1Compound coordinate reference systems should not contain ellipsoidal height. Use a three-dimensional {0,choice,0#geographic|1#projected} system instead.- See Also:
-
FallbackAuthorityNotice
public static final short FallbackAuthorityNoticeDefinitions from public sources. When a definition corresponds to an EPSG object (ignoring metadata), the EPSG code is provided as a reference where to find the complete definition.- See Also:
-
FallbackDefaultFactoryVersion_2
public static final short FallbackDefaultFactoryVersion_2There is no local registry for version {1} of “{0}” authority. Fallback on default version for objects creation.- See Also:
-
FileNotFound_2
public static final short FileNotFound_2Cannot find {0} file named “{1}”.- See Also:
-
FileNotReadable_2
public static final short FileNotReadable_2Cannot parse “{1}” as a file in the {0} format.- See Also:
-
GeodeticDataBase_4
public static final short GeodeticDataBase_4{0} geodetic dataset version {1} on “{2}” version {3}.- See Also:
-
GridLongitudeSpanTooWide_2
public static final short GridLongitudeSpanTooWide_2The grid spans {0}° of longitude, which may be too wide for the “{1}” domain.- See Also:
-
IgnoredServiceProvider_3
public static final short IgnoredServiceProvider_3More than one service provider of type ‘{0}’ are declared for “{1}”. Only the first provider (an instance of ‘{2}’) will be used.- See Also:
-
IllegalAxisDirection_2
public static final short IllegalAxisDirection_2Coordinate system of class ‘{0}’ cannot have axis in the {1} direction.- See Also:
-
IllegalOperationDimension_3
public static final short IllegalOperationDimension_3Dimensions of “{0}” operation cannot be ({1} → {2}).- See Also:
-
IllegalOperationForValueClass_1
public static final short IllegalOperationForValueClass_1This operation cannot be applied to values of class ‘{0}’.- See Also:
-
IllegalParameterType_2
public static final short IllegalParameterType_2Parameter “{0}” cannot be of type ‘{1}’.- See Also:
-
IllegalParameterValueClass_3
public static final short IllegalParameterValueClass_3Parameter “{0}” does not accept values of ‘{2}’ type. Expected an instance of ‘{1}’ or derived type.- See Also:
-
IllegalParameterValue_2
public static final short IllegalParameterValue_2Parameter “{0}” cannot take the “{1}” value.- See Also:
-
IllegalUnitFor_2
public static final short IllegalUnitFor_2Unit of measurement “{1}” is not valid for “{0}” values.- See Also:
-
IncompatibleCoordinateSystemTypes
public static final short IncompatibleCoordinateSystemTypesIncompatible coordinate system types.- See Also:
-
IncompatibleDatum_2
public static final short IncompatibleDatum_2Datum of “{1}” shall be “{0}”.- See Also:
-
InverseOperationUsesOppositeSign
public static final short InverseOperationUsesOppositeSignInverse operation uses this parameter value with opposite sign.- See Also:
-
InverseOperationUsesSameSign
public static final short InverseOperationUsesSameSignInverse operation uses the same parameter value.- See Also:
-
LatitudesAreOpposite_2
public static final short LatitudesAreOpposite_2Latitudes {0} and {1} are opposite.- See Also:
-
LoadingDatumShiftFile_1
public static final short LoadingDatumShiftFile_1Loading datum shift file “{0}”.- See Also:
-
MisalignedDatumShiftGrid_1
public static final short MisalignedDatumShiftGrid_1Misaligned datum shift grid in “{0}”.- See Also:
-
MismatchedEllipsoidAxisLength_3
public static final short MismatchedEllipsoidAxisLength_3The “{1}” parameter could have been omitted. But it has been given a value of {2} which does not match the definition of the “{0}” ellipsoid.- See Also:
-
MismatchedOperationFactories_2
public static final short MismatchedOperationFactories_2No coordinate operation from “{0}” to “{1}” because of mismatched factories.- See Also:
-
MismatchedParameterDescriptor_1
public static final short MismatchedParameterDescriptor_1Mismatched descriptor for “{0}” parameter.- See Also:
-
MismatchedPrimeMeridian_2
public static final short MismatchedPrimeMeridian_2Expected the “{0}” prime meridian but found “{1}”.- See Also:
-
MisnamedParameter_1
public static final short MisnamedParameter_1Despite its name, this parameter is effectively “{0}”.- See Also:
-
MissingAuthorityCode_1
public static final short MissingAuthorityCode_1Missing or empty “ID[…]” element for “{0}”.- See Also:
-
MissingAuthority_1
public static final short MissingAuthority_1No authority was specified for code “{0}”. The expected syntax is “AUTHORITY:CODE”.- See Also:
-
MissingHorizontalDimension_1
public static final short MissingHorizontalDimension_1No horizontal dimension found in “{0}”.- See Also:
-
MissingInterpolationOrdinates
public static final short MissingInterpolationOrdinatesNot enough dimension in ‘MathTransform’ input or output coordinates for the interpolation points.- See Also:
-
MissingParameterValues_1
public static final short MissingParameterValues_1Missing parameter values for “{0}” coordinate operation.- See Also:
-
MissingSpatioTemporalDimension_1
public static final short MissingSpatioTemporalDimension_1No spatial or temporal dimension found in “{0}”- See Also:
-
MissingTemporalDimension_1
public static final short MissingTemporalDimension_1No temporal dimension found in “{0}”- See Also:
-
MissingValueForParameter_1
public static final short MissingValueForParameter_1Missing value for “{0}” parameter.- See Also:
-
MissingValuesInLocalizationGrid
public static final short MissingValuesInLocalizationGridThe localization grid still have some undefined source or target coordinates.- See Also:
-
MissingVerticalDimension_1
public static final short MissingVerticalDimension_1No vertical dimension found in “{0}”- See Also:
-
NoConvergence
public static final short NoConvergenceNo convergence.- See Also:
-
NoConvergenceForPoints_2
public static final short NoConvergenceForPoints_2No convergence for points {0} and {1}.- See Also:
-
NoSuchAuthorityCodeInSubset_4
public static final short NoSuchAuthorityCodeInSubset_4No ‘{1}’ object found for code “{2}”. However, only a subset of the {0} geodetic dataset has been queried. See {3} for instruction about how to install the full {0} database.- See Also:
-
NoSuchAuthorityCode_3
public static final short NoSuchAuthorityCode_3No ‘{1}’ object found for code “{2}” in the “{0}” geodetic dataset.- See Also:
-
NoSuchOperationMethod_2
public static final short NoSuchOperationMethod_2No operation method found for name or identifier “{0}”. Only methods associated to Java code are supported. See {1} for the list of available methods.- See Also:
-
NonConformAxes_2
public static final short NonConformAxes_2The coordinate system axes in the given “{0}” description do not conform to the expected axes according “{1}” authoritative description.- See Also:
-
NonConformCRS_3
public static final short NonConformCRS_3The given “{0}” description does not conform to the “{1}” authoritative description. Differences are found in {2,choice,0#conversion method|1#conversion description|2#coordinate system|3#datum|4#prime meridian|5#CRS}.- See Also:
-
NonHorizontalCRS_1
public static final short NonHorizontalCRS_1No horizontal component found in the “{0}” coordinate reference system.- See Also:
-
NonInvertibleMatrix_2
public static final short NonInvertibleMatrix_2Non invertible {0}×{1} matrix.- See Also:
-
NonInvertibleOperation_1
public static final short NonInvertibleOperation_1Cannot invert the “{0}” operation.- See Also:
-
NonInvertibleTransform
public static final short NonInvertibleTransformTransform is not invertible.- See Also:
-
NonLinearUnitConversion_2
public static final short NonLinearUnitConversion_2Unit conversion from “{0}” to “{1}” is non-linear.- See Also:
-
NonMonotonicSequence_1
public static final short NonMonotonicSequence_1The “{0}” sequence is not monotonic.- See Also:
-
NonPerpendicularDirections_2
public static final short NonPerpendicularDirections_2Axis directions {0} and {1} are not perpendicular.- See Also:
-
NonUniformScale
public static final short NonUniformScaleScale is not uniform.- See Also:
-
NotASkewSymmetricMatrix
public static final short NotASkewSymmetricMatrixMatrix is not skew-symmetric.- See Also:
-
NotAnAffineTransform
public static final short NotAnAffineTransformTransform is not affine.- See Also:
-
NotFormalProjectionParameter_1
public static final short NotFormalProjectionParameter_1This parameter borrowed from the “{0}” projection is not formally a parameter of this projection.- See Also:
-
OperationHasNoTransform_2
public static final short OperationHasNoTransform_2Operation “{1}” of class ‘{0}’ has no mathematical transform.- See Also:
-
ParameterNotFound_2
public static final short ParameterNotFound_2No parameter named “{1}” has been found in “{0}”.- See Also:
-
PointsAreNotOnRegularGrid
public static final short PointsAreNotOnRegularGridPoints are not on a regular grid.- See Also:
-
RecursiveCreateCallForCode_2
public static final short RecursiveCreateCallForCode_2Recursive call while creating an object of type ‘{0}’ for code “{1}”.- See Also:
-
SingularMatrix
public static final short SingularMatrixMatrix is singular.- See Also:
-
StartOrEndPointNotSet_1
public static final short StartOrEndPointNotSet_1The {0,choice,0#start|1#end} point has not been specified.- See Also:
-
SyntaxErrorForAlias_1
public static final short SyntaxErrorForAlias_1Syntax error for Well-Known Text alias at line {0}.- See Also:
-
UnexpectedComponentInURI
public static final short UnexpectedComponentInURICombined URI contains unexpected components.- See Also:
-
UnexpectedDimensionForCS_1
public static final short UnexpectedDimensionForCS_1Unexpected dimension for a coordinate system of type ‘{0}’.- See Also:
-
UnexpectedTextAtLine_2
public static final short UnexpectedTextAtLine_2Unexpected text “{1}” at line {0}. WKT for new object should start with a non-indented line.- See Also:
-
UnitlessParameter_1
public static final short UnitlessParameter_1Parameter “{0}” does not expect unit.- See Also:
-
UnknownAuthority_1
public static final short UnknownAuthority_1Authority “{0}” is unknown.- See Also:
-
UnknownAxisDirection_1
public static final short UnknownAxisDirection_1Axis direction “{0}” is unknown.- See Also:
-
UnmodifiableAffineTransform
public static final short UnmodifiableAffineTransformThis affine transform is unmodifiable.- See Also:
-
UnspecifiedDimensions
public static final short UnspecifiedDimensionsDimensions have not been specified.- See Also:
-
UnspecifiedParameterValues
public static final short UnspecifiedParameterValuesParameter values have not been specified.- See Also:
-
UsingDatumShiftGrid_4
public static final short UsingDatumShiftGrid_4Using datum shift grid from “{0}” to “{1}” created on {2} (updated on {3}).- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCEcreation only.
-