Class Resources.Keys

java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.referencing.Resources.Keys
Enclosing class:
Resources

public static final class Resources.Keys extends KeyConstants
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 Details

    • INSTANCE

      static final Resources.Keys INSTANCE
      The unique instance of key constants handler.
    • AmbiguousEllipsoid_1

      public static final short AmbiguousEllipsoid_1
      Ambiguity between inverse flattening and semi minor axis length for “{0}”. Using inverse flattening.
      See Also:
    • AzimuthAndDistanceNotSet

      public static final short AzimuthAndDistanceNotSet
      The azimuth and distance have not been specified.
      See Also:
    • CanNotAssociateToCS_2

      public static final short CanNotAssociateToCS_2
      Cannot associate “{0}” transform to the given coordinate systems because of mismatched dimensions: {1}
      See Also:
    • CanNotCombineUriAsType_1

      public static final short CanNotCombineUriAsType_1
      Cannot create objects of type ‘{0}’ from combined URI.
      See Also:
    • CanNotComputeDerivative

      public static final short CanNotComputeDerivative
      Cannot compute the coordinate operation derivative.
      See Also:
    • CanNotConcatenateTransforms_2

      public static final short CanNotConcatenateTransforms_2
      Cannot concatenate transforms “{0}” and “{1}”.
      See Also:
    • CanNotConvertCoordinates_2

      public static final short CanNotConvertCoordinates_2
      Cannot convert a point {0,choice,0#from|1#to} coordinate reference system “{1}”.
      See Also:
    • CanNotCreateObjectAsInstanceOf_2

      public static final short CanNotCreateObjectAsInstanceOf_2
      Cannot create an object of type “{1}” as an instance of class ‘{0}’.
      See Also:
    • CanNotFindCommonCRS

      public static final short CanNotFindCommonCRS
      Cannot find a coordinate reference system common to all given envelopes.
      See Also:
    • CanNotInferGridSizeFromValues_1

      public static final short CanNotInferGridSizeFromValues_1
      Cannot infer a grid size from the given values in {0} range.
      See Also:
    • CanNotInstantiateGeodeticObject_1

      public static final short CanNotInstantiateGeodeticObject_1
      Cannot instantiate geodetic object for “{0}”.
      See Also:
    • CanNotLinearizeLocalizationGrid

      public static final short CanNotLinearizeLocalizationGrid
      Cannot linearize the localization grid.
      See Also:
    • CanNotMapAxisToDirection_1

      public static final short CanNotMapAxisToDirection_1
      Cannot map an axis from the specified coordinate system to the “{0}” direction.
      See Also:
    • CanNotParseCombinedReference_2

      public static final short CanNotParseCombinedReference_2
      Cannot parse component {1} in the combined {0,choice,0#URN|1#URL}.
      See Also:
    • CanNotParseWKT_2

      public static final short CanNotParseWKT_2
      Cannot read Well-Known Text at line {0}. Caused by: {1}
      See Also:
    • CanNotSeparateCRS_1

      public static final short CanNotSeparateCRS_1
      Cannot separate the “{0}” coordinate reference system into sub-components.
      See Also:
    • CanNotSeparateTargetDimension_1

      public static final short CanNotSeparateTargetDimension_1
      Target dimension {0} depends on excluded source dimensions.
      See Also:
    • CanNotSeparateTransform_3

      public static final short CanNotSeparateTransform_3
      Cannot 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_2
      Cannot transform the ({0,number}, {1,number}) coordinates.
      See Also:
    • CanNotTransformEnvelopeToGeodetic

      public static final short CanNotTransformEnvelopeToGeodetic
      Cannot transform envelope to a geodetic reference system.
      See Also:
    • CanNotTransformGeometry

      public static final short CanNotTransformGeometry
      Cannot transform the given geometry.
      See Also:
    • CanNotUseGeodeticParameters_2

      public static final short CanNotUseGeodeticParameters_2
      Cannot use the {0} geodetic parameters. Caused by: {1}
      See Also:
    • ColinearAxisDirections_2

      public static final short ColinearAxisDirections_2
      Axis directions {0} and {1} are colinear.
      See Also:
    • ConformanceMeansDatumShift

      public static final short ConformanceMeansDatumShift
      This result indicates if a datum shift method has been applied.
      See Also:
    • ConstantProjParameterValue_1

      public static final short ConstantProjParameterValue_1
      This 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_2
      Coordinate operation from system “{0}” to “{1}” has not been found.
      See Also:
    • DatumChangesDirectory_1

      public static final short DatumChangesDirectory_1
      Datum shift files are searched in the “{0}” directory.
      See Also:
    • DatumOriginShallBeDate

      public static final short DatumOriginShallBeDate
      Origin of temporal datum shall be a date.
      See Also:
    • DeprecatedCode_3

      public static final short DeprecatedCode_3
      Code “{0}” is deprecated and replaced by code {1}. Reason is: {2}
      See Also:
    • DuplicatedParameterName_4

      public static final short DuplicatedParameterName_4
      Name or alias for parameter “{0}” at index {1} conflict with name “{2}” at index {3}.
      See Also:
    • DuplicatedSpatialComponents_1

      public static final short DuplicatedSpatialComponents_1
      Compound coordinate reference systems cannot contain two {0,choice,1#horizontal|2#vertical} components.
      See Also:
    • EllipsoidalHeightNotAllowed_1

      public static final short EllipsoidalHeightNotAllowed_1
      Compound 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 FallbackAuthorityNotice
      Definitions 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_2
      There 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_2
      Cannot find {0} file named “{1}”.
      See Also:
    • FileNotReadable_2

      public static final short FileNotReadable_2
      Cannot 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_2
      The grid spans {0}° of longitude, which may be too wide for the “{1}” domain.
      See Also:
    • IgnoredServiceProvider_3

      public static final short IgnoredServiceProvider_3
      More 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_2
      Coordinate system of class ‘{0}’ cannot have axis in the {1} direction.
      See Also:
    • IllegalOperationDimension_3

      public static final short IllegalOperationDimension_3
      Dimensions of “{0}” operation cannot be ({1} → {2}).
      See Also:
    • IllegalOperationForValueClass_1

      public static final short IllegalOperationForValueClass_1
      This operation cannot be applied to values of class ‘{0}’.
      See Also:
    • IllegalParameterType_2

      public static final short IllegalParameterType_2
      Parameter “{0}” cannot be of type ‘{1}’.
      See Also:
    • IllegalParameterValueClass_3

      public static final short IllegalParameterValueClass_3
      Parameter “{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_2
      Parameter “{0}” cannot take the “{1}” value.
      See Also:
    • IllegalUnitFor_2

      public static final short IllegalUnitFor_2
      Unit of measurement “{1}” is not valid for “{0}” values.
      See Also:
    • IncompatibleCoordinateSystemTypes

      public static final short IncompatibleCoordinateSystemTypes
      Incompatible coordinate system types.
      See Also:
    • IncompatibleDatum_2

      public static final short IncompatibleDatum_2
      Datum of “{1}” shall be “{0}”.
      See Also:
    • InverseOperationUsesOppositeSign

      public static final short InverseOperationUsesOppositeSign
      Inverse operation uses this parameter value with opposite sign.
      See Also:
    • InverseOperationUsesSameSign

      public static final short InverseOperationUsesSameSign
      Inverse operation uses the same parameter value.
      See Also:
    • LatitudesAreOpposite_2

      public static final short LatitudesAreOpposite_2
      Latitudes {0} and {1} are opposite.
      See Also:
    • LoadingDatumShiftFile_1

      public static final short LoadingDatumShiftFile_1
      Loading datum shift file “{0}”.
      See Also:
    • MisalignedDatumShiftGrid_1

      public static final short MisalignedDatumShiftGrid_1
      Misaligned datum shift grid in “{0}”.
      See Also:
    • MismatchedEllipsoidAxisLength_3

      public static final short MismatchedEllipsoidAxisLength_3
      The “{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_2
      No coordinate operation from “{0}” to “{1}” because of mismatched factories.
      See Also:
    • MismatchedParameterDescriptor_1

      public static final short MismatchedParameterDescriptor_1
      Mismatched descriptor for “{0}” parameter.
      See Also:
    • MismatchedPrimeMeridian_2

      public static final short MismatchedPrimeMeridian_2
      Expected the “{0}” prime meridian but found “{1}”.
      See Also:
    • MisnamedParameter_1

      public static final short MisnamedParameter_1
      Despite its name, this parameter is effectively “{0}”.
      See Also:
    • MissingAuthorityCode_1

      public static final short MissingAuthorityCode_1
      Missing or empty “ID[…]” element for “{0}”.
      See Also:
    • MissingAuthority_1

      public static final short MissingAuthority_1
      No authority was specified for code “{0}”. The expected syntax is “AUTHORITY:CODE”.
      See Also:
    • MissingHorizontalDimension_1

      public static final short MissingHorizontalDimension_1
      No horizontal dimension found in “{0}”.
      See Also:
    • MissingInterpolationOrdinates

      public static final short MissingInterpolationOrdinates
      Not enough dimension in ‘MathTransform’ input or output coordinates for the interpolation points.
      See Also:
    • MissingParameterValues_1

      public static final short MissingParameterValues_1
      Missing parameter values for “{0}” coordinate operation.
      See Also:
    • MissingSpatioTemporalDimension_1

      public static final short MissingSpatioTemporalDimension_1
      No spatial or temporal dimension found in “{0}”
      See Also:
    • MissingTemporalDimension_1

      public static final short MissingTemporalDimension_1
      No temporal dimension found in “{0}”
      See Also:
    • MissingValueForParameter_1

      public static final short MissingValueForParameter_1
      Missing value for “{0}” parameter.
      See Also:
    • MissingValuesInLocalizationGrid

      public static final short MissingValuesInLocalizationGrid
      The localization grid still have some undefined source or target coordinates.
      See Also:
    • MissingVerticalDimension_1

      public static final short MissingVerticalDimension_1
      No vertical dimension found in “{0}”
      See Also:
    • NoConvergence

      public static final short NoConvergence
      No convergence.
      See Also:
    • NoConvergenceForPoints_2

      public static final short NoConvergenceForPoints_2
      No convergence for points {0} and {1}.
      See Also:
    • NoSuchAuthorityCodeInSubset_4

      public static final short NoSuchAuthorityCodeInSubset_4
      No ‘{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_3
      No ‘{1}’ object found for code “{2}” in the “{0}” geodetic dataset.
      See Also:
    • NoSuchOperationMethod_2

      public static final short NoSuchOperationMethod_2
      No 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_2
      The 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_3
      The 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_1
      No horizontal component found in the “{0}” coordinate reference system.
      See Also:
    • NonInvertibleMatrix_2

      public static final short NonInvertibleMatrix_2
      Non invertible {0}×{1} matrix.
      See Also:
    • NonInvertibleOperation_1

      public static final short NonInvertibleOperation_1
      Cannot invert the “{0}” operation.
      See Also:
    • NonInvertibleTransform

      public static final short NonInvertibleTransform
      Transform is not invertible.
      See Also:
    • NonLinearUnitConversion_2

      public static final short NonLinearUnitConversion_2
      Unit conversion from “{0}” to “{1}” is non-linear.
      See Also:
    • NonMonotonicSequence_1

      public static final short NonMonotonicSequence_1
      The “{0}” sequence is not monotonic.
      See Also:
    • NonPerpendicularDirections_2

      public static final short NonPerpendicularDirections_2
      Axis directions {0} and {1} are not perpendicular.
      See Also:
    • NonUniformScale

      public static final short NonUniformScale
      Scale is not uniform.
      See Also:
    • NotASkewSymmetricMatrix

      public static final short NotASkewSymmetricMatrix
      Matrix is not skew-symmetric.
      See Also:
    • NotAnAffineTransform

      public static final short NotAnAffineTransform
      Transform is not affine.
      See Also:
    • NotFormalProjectionParameter_1

      public static final short NotFormalProjectionParameter_1
      This parameter borrowed from the “{0}” projection is not formally a parameter of this projection.
      See Also:
    • OperationHasNoTransform_2

      public static final short OperationHasNoTransform_2
      Operation “{1}” of class ‘{0}’ has no mathematical transform.
      See Also:
    • ParameterNotFound_2

      public static final short ParameterNotFound_2
      No parameter named “{1}” has been found in “{0}”.
      See Also:
    • PointsAreNotOnRegularGrid

      public static final short PointsAreNotOnRegularGrid
      Points are not on a regular grid.
      See Also:
    • RecursiveCreateCallForCode_2

      public static final short RecursiveCreateCallForCode_2
      Recursive call while creating an object of type ‘{0}’ for code “{1}”.
      See Also:
    • SingularMatrix

      public static final short SingularMatrix
      Matrix is singular.
      See Also:
    • StartOrEndPointNotSet_1

      public static final short StartOrEndPointNotSet_1
      The {0,choice,0#start|1#end} point has not been specified.
      See Also:
    • SyntaxErrorForAlias_1

      public static final short SyntaxErrorForAlias_1
      Syntax error for Well-Known Text alias at line {0}.
      See Also:
    • UnexpectedComponentInURI

      public static final short UnexpectedComponentInURI
      Combined URI contains unexpected components.
      See Also:
    • UnexpectedDimensionForCS_1

      public static final short UnexpectedDimensionForCS_1
      Unexpected dimension for a coordinate system of type ‘{0}’.
      See Also:
    • UnexpectedTextAtLine_2

      public static final short UnexpectedTextAtLine_2
      Unexpected 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_1
      Parameter “{0}” does not expect unit.
      See Also:
    • UnknownAuthority_1

      public static final short UnknownAuthority_1
      Authority “{0}” is unknown.
      See Also:
    • UnknownAxisDirection_1

      public static final short UnknownAxisDirection_1
      Axis direction “{0}” is unknown.
      See Also:
    • UnmodifiableAffineTransform

      public static final short UnmodifiableAffineTransform
      This affine transform is unmodifiable.
      See Also:
    • UnspecifiedDimensions

      public static final short UnspecifiedDimensions
      Dimensions have not been specified.
      See Also:
    • UnspecifiedParameterValues

      public static final short UnspecifiedParameterValues
      Parameter values have not been specified.
      See Also:
    • UsingDatumShiftGrid_4

      public static final short UsingDatumShiftGrid_4
      Using datum shift grid from “{0}” to “{1}” created on {2} (updated on {3}).
      See Also:
  • Constructor Details

    • Keys

      private Keys()
      For INSTANCE creation only.