Package org.geotools.metadata.i18n
Class LoggingKeys
- Object
-
- LoggingKeys
-
public final class LoggingKeys extends Object
Resource keys. This class is used when compiling sources, but no dependencies toResourceKeysshould 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:
IndexedResourceBundle,IndexedResourceCompiler
-
-
Field Summary
Fields Modifier and Type Field Description static intADJUSTED_GRID_GEOMETRY_$1Grid geometry has been adjusted for coverage "{0}".static intAMBIGUOUS_ELLIPSOIDAmbiguity between inverse flattening and semi minor axis length.static intAPPLIED_OPERATION_$4{3,choice,0#Apply|Reuse} operation "{1}" on coverage "{0}" with interpolation "{2}".static intAPPLIED_RESAMPLE_$11Resampled coverage "{0}" from coordinate system "{1}" (for an image of size {2}×{3}) to coordinate system "{4}" (image size {5}×{6}).static intAPPLIED_UNIT_CONVERSION_$3Converted "{0}" from "{1}" to "{2}" units.static intCANT_BIND_DATASOURCE_$1Failed to bind a "{0}" entry.static intCANT_CREATE_COORDINATE_OPERATION_$1Failed to create a coordinate operation from "{0}" authority factory.static intCANT_DISPOSE_BACKING_STOREFailed to dispose the backing store after timeout.static intCANT_LOAD_SERVICE_$2Can't load a service for category "{0}".static intCANT_READ_FILE_$1Can't read "{0}".static intCANT_REGISTER_JAI_OPERATION_$1Can't register JAI operation "{0}".static intCHANGED_COORDINATE_REFERENCE_SYSTEMChanged the renderer coordinate system.static intCLOSED_EPSG_DATABASEClosed the EPSG database connection.static intCONNECTED_EPSG_DATABASE_$2Connected to EPSG database "{0}" on "{1}".static intCREATED_COORDINATE_OPERATION_$3Created coordinate operation "{0}" for source CRS "{1}" and target CRS "{2}".static intCREATED_DATASOURCE_ENTRY_$1Created a "{0}" entry in the naming system.static intCREATED_SERIALIZABLE_IMAGE_$2Created serializable image for coverage "{0}" using the "{1}" codec.static intCREATING_CACHED_EPSG_DATABASE_$1Creating cached EPSG database version {0}.static intDEFERRED_TILE_PAINTING_$2Deferred painting for tile ({0},{1}).static intEXCESSIVE_MEMORY_USAGEExcessive memory usage.static intEXCESSIVE_TILE_CACHE_$1Tile cache capacity exceed maximum heap size ({0} Mb).static intFACTORY_IMPLEMENTATIONS_$1Factory implementations for category {0}:static intFALLBACK_FACTORY_$1Failure in the primary factory: {0} Now trying the fallback factory...static intFOUND_MISMATCHED_CRS_$4Found {0} reference systems in {1} elements.static intHINT_IGNORED_$1Ignored "{0}" hint.static intINITIALIZING_TRANSFORMATION_$2Initializing transformation from {0} to {1}.static intLOADED_JDBC_DRIVER_$3Loaded "{0}" JDBC driver version {1}.{2}.static intLOADING_DATUM_ALIASES_$1Loading datum aliases from "{0}".static intLOCALES_DISCARTEDText were discarted for some locales.static intMISMATCHED_COORDINATE_OPERATION_FACTORIES_$2No coordinate operation from "{0}" to "{1}" because of mismatched factories.static intMISMATCHED_URI_TYPE_$1The type of the requested object doesn't match the "{0}" URI type.static intNATIVE_ACCELERATION_STATE_$2Native acceleration {1,choice,0#disabled|enabled} for "{0}" operation.static intOFFSCREEN_RENDERING_FAILED_$1Offscreen rendering failed for layer "{0}".static intPAINTING_LAYER_$2Renderer "{0}" painted in {1} seconds.static intPOLYGON_CACHE_USE_$4Polygons drawn with {0,number,percent} of available points, reusing {1,number,percent} from the cache (resolution: {2} {3}).static intRECOVERABLE_OUT_OF_MEMORY_$1Failed to allocate {0} Mb of memory.static intREDIRECTED_TO_COMMONS_LOGGINGLog records are redirected to Apache commons logging.static intREGISTERED_JAI_OPERATIONSRegistered Geotools extensions to JAI operations.static intRESSAMPLING_RENDERED_IMAGE_$3Select an image of "{0}" decimated to level {1} of {2}.static intSAMPLE_TRANSCODE_$3Creates a {1,choice,0#packed|1#geophysics|2#photographic} view of grid coverage "{0}" using operation "{2}".static intSEND_REPAINT_EVENT_$1Layer "{0}" send a repaint event for the whole widget area.static intSEND_REPAINT_EVENT_$5Layer "{0}" send a repaint event for pixels x=[{1}..{2}] and y=[{3}..{4}] in widget area.static intUNAVAILABLE_AUTHORITY_FACTORY_$1Unavailable authority factory: {0}static intUNEXPECTED_EXCEPTIONAttempt to recover from unexpected exception.static intUNEXPECTED_UNIT_$1Unexpected unit "{0}".static intUNKNOW_PARAMETER_$3Ignoring unknow parameter: "{0}" = {1} {2}.static intUNKNOW_STYLE_$2Can't handle style of class {0}.static intUNRECOGNIZED_SCALE_TYPE_$1Unrecognized scale type: "{0}".static intUPDATE_RENDERER_CACHE_$1Update the cache for layer "{0}".static intUSING_FILE_AS_FACTORY_$2Using "{0}" as {1} factory.
-
-
-
Field Detail
-
ADJUSTED_GRID_GEOMETRY_$1
public static final int ADJUSTED_GRID_GEOMETRY_$1
Grid geometry has been adjusted for coverage "{0}".- See Also:
- Constant Field Values
-
AMBIGUOUS_ELLIPSOID
public static final int AMBIGUOUS_ELLIPSOID
Ambiguity between inverse flattening and semi minor axis length. Using inverse flattening.- See Also:
- Constant Field Values
-
APPLIED_OPERATION_$4
public static final int APPLIED_OPERATION_$4
{3,choice,0#Apply|Reuse} operation "{1}" on coverage "{0}" with interpolation "{2}".- See Also:
- Constant Field Values
-
APPLIED_RESAMPLE_$11
public static final int APPLIED_RESAMPLE_$11
Resampled coverage "{0}" from coordinate system "{1}" (for an image of size {2}×{3}) to coordinate system "{4}" (image size {5}×{6}). JAI operation is "{7}" with "{9}" interpolation on {8,choice,0#packed|1#geophysics} pixels values. Background value is ({10}).- See Also:
- Constant Field Values
-
APPLIED_UNIT_CONVERSION_$3
public static final int APPLIED_UNIT_CONVERSION_$3
Converted "{0}" from "{1}" to "{2}" units. We assume that this is the expected units for computation purpose.- See Also:
- Constant Field Values
-
CANT_BIND_DATASOURCE_$1
public static final int CANT_BIND_DATASOURCE_$1
Failed to bind a "{0}" entry.- See Also:
- Constant Field Values
-
CANT_CREATE_COORDINATE_OPERATION_$1
public static final int CANT_CREATE_COORDINATE_OPERATION_$1
Failed to create a coordinate operation from "{0}" authority factory.- See Also:
- Constant Field Values
-
CANT_DISPOSE_BACKING_STORE
public static final int CANT_DISPOSE_BACKING_STORE
Failed to dispose the backing store after timeout.- See Also:
- Constant Field Values
-
CANT_LOAD_SERVICE_$2
public static final int CANT_LOAD_SERVICE_$2
Can't load a service for category "{0}". Cause is "{1}".- See Also:
- Constant Field Values
-
CANT_READ_FILE_$1
public static final int CANT_READ_FILE_$1
Can't read "{0}".- See Also:
- Constant Field Values
-
CANT_REGISTER_JAI_OPERATION_$1
public static final int CANT_REGISTER_JAI_OPERATION_$1
Can't register JAI operation "{0}". Some grid coverage operations may not work.- See Also:
- Constant Field Values
-
CHANGED_COORDINATE_REFERENCE_SYSTEM
public static final int CHANGED_COORDINATE_REFERENCE_SYSTEM
Changed the renderer coordinate system. Cause is:- See Also:
- Constant Field Values
-
CLOSED_EPSG_DATABASE
public static final int CLOSED_EPSG_DATABASE
Closed the EPSG database connection.- See Also:
- Constant Field Values
-
CONNECTED_EPSG_DATABASE_$2
public static final int CONNECTED_EPSG_DATABASE_$2
Connected to EPSG database "{0}" on "{1}".- See Also:
- Constant Field Values
-
CREATED_COORDINATE_OPERATION_$3
public static final int CREATED_COORDINATE_OPERATION_$3
Created coordinate operation "{0}" for source CRS "{1}" and target CRS "{2}".- See Also:
- Constant Field Values
-
CREATED_DATASOURCE_ENTRY_$1
public static final int CREATED_DATASOURCE_ENTRY_$1
Created a "{0}" entry in the naming system.- See Also:
- Constant Field Values
-
CREATED_SERIALIZABLE_IMAGE_$2
public static final int CREATED_SERIALIZABLE_IMAGE_$2
Created serializable image for coverage "{0}" using the "{1}" codec.- See Also:
- Constant Field Values
-
CREATING_CACHED_EPSG_DATABASE_$1
public static final int CREATING_CACHED_EPSG_DATABASE_$1
Creating cached EPSG database version {0}. This operation may take a few minutes...- See Also:
- Constant Field Values
-
DEFERRED_TILE_PAINTING_$2
public static final int DEFERRED_TILE_PAINTING_$2
Deferred painting for tile ({0},{1}).- See Also:
- Constant Field Values
-
EXCESSIVE_MEMORY_USAGE
public static final int EXCESSIVE_MEMORY_USAGE
Excessive memory usage.- See Also:
- Constant Field Values
-
EXCESSIVE_TILE_CACHE_$1
public static final int EXCESSIVE_TILE_CACHE_$1
Tile cache capacity exceed maximum heap size ({0} Mb).- See Also:
- Constant Field Values
-
FACTORY_IMPLEMENTATIONS_$1
public static final int FACTORY_IMPLEMENTATIONS_$1
Factory implementations for category {0}:- See Also:
- Constant Field Values
-
FALLBACK_FACTORY_$1
public static final int FALLBACK_FACTORY_$1
Failure in the primary factory: {0} Now trying the fallback factory...- See Also:
- Constant Field Values
-
FOUND_MISMATCHED_CRS_$4
public static final int FOUND_MISMATCHED_CRS_$4
Found {0} reference systems in {1} elements. The most frequent appears {2} time and the less frequent appears {3} times.- See Also:
- Constant Field Values
-
HINT_IGNORED_$1
public static final int HINT_IGNORED_$1
Ignored "{0}" hint.- See Also:
- Constant Field Values
-
INITIALIZING_TRANSFORMATION_$2
public static final int INITIALIZING_TRANSFORMATION_$2
Initializing transformation from {0} to {1}.- See Also:
- Constant Field Values
-
LOADED_JDBC_DRIVER_$3
public static final int LOADED_JDBC_DRIVER_$3
Loaded "{0}" JDBC driver version {1}.{2}.- See Also:
- Constant Field Values
-
LOADING_DATUM_ALIASES_$1
public static final int LOADING_DATUM_ALIASES_$1
Loading datum aliases from "{0}".- See Also:
- Constant Field Values
-
LOCALES_DISCARTED
public static final int LOCALES_DISCARTED
Text were discarted for some locales.- See Also:
- Constant Field Values
-
MISMATCHED_COORDINATE_OPERATION_FACTORIES_$2
public static final int MISMATCHED_COORDINATE_OPERATION_FACTORIES_$2
No coordinate operation from "{0}" to "{1}" because of mismatched factories.- See Also:
- Constant Field Values
-
MISMATCHED_URI_TYPE_$1
public static final int MISMATCHED_URI_TYPE_$1
The type of the requested object doesn't match the "{0}" URI type.- See Also:
- Constant Field Values
-
NATIVE_ACCELERATION_STATE_$2
public static final int NATIVE_ACCELERATION_STATE_$2
Native acceleration {1,choice,0#disabled|enabled} for "{0}" operation.- See Also:
- Constant Field Values
-
OFFSCREEN_RENDERING_FAILED_$1
public static final int OFFSCREEN_RENDERING_FAILED_$1
Offscreen rendering failed for layer "{0}". Fall back on default rendering.- See Also:
- Constant Field Values
-
PAINTING_LAYER_$2
public static final int PAINTING_LAYER_$2
Renderer "{0}" painted in {1} seconds.- See Also:
- Constant Field Values
-
POLYGON_CACHE_USE_$4
public static final int POLYGON_CACHE_USE_$4
Polygons drawn with {0,number,percent} of available points, reusing {1,number,percent} from the cache (resolution: {2} {3}).- See Also:
- Constant Field Values
-
RECOVERABLE_OUT_OF_MEMORY_$1
public static final int RECOVERABLE_OUT_OF_MEMORY_$1
Failed to allocate {0} Mb of memory. Trying a smaller memory allocation.- See Also:
- Constant Field Values
-
REDIRECTED_TO_COMMONS_LOGGING
public static final int REDIRECTED_TO_COMMONS_LOGGING
Log records are redirected to Apache commons logging.- See Also:
- Constant Field Values
-
REGISTERED_JAI_OPERATIONS
public static final int REGISTERED_JAI_OPERATIONS
Registered Geotools extensions to JAI operations.- See Also:
- Constant Field Values
-
RESSAMPLING_RENDERED_IMAGE_$3
public static final int RESSAMPLING_RENDERED_IMAGE_$3
Select an image of "{0}" decimated to level {1} of {2}.- See Also:
- Constant Field Values
-
SAMPLE_TRANSCODE_$3
public static final int SAMPLE_TRANSCODE_$3
Creates a {1,choice,0#packed|1#geophysics|2#photographic} view of grid coverage "{0}" using operation "{2}".- See Also:
- Constant Field Values
-
SEND_REPAINT_EVENT_$1
public static final int SEND_REPAINT_EVENT_$1
Layer "{0}" send a repaint event for the whole widget area.- See Also:
- Constant Field Values
-
SEND_REPAINT_EVENT_$5
public static final int SEND_REPAINT_EVENT_$5
Layer "{0}" send a repaint event for pixels x=[{1}..{2}] and y=[{3}..{4}] in widget area.- See Also:
- Constant Field Values
-
UNAVAILABLE_AUTHORITY_FACTORY_$1
public static final int UNAVAILABLE_AUTHORITY_FACTORY_$1
Unavailable authority factory: {0}- See Also:
- Constant Field Values
-
UNEXPECTED_EXCEPTION
public static final int UNEXPECTED_EXCEPTION
Attempt to recover from unexpected exception.- See Also:
- Constant Field Values
-
UNEXPECTED_UNIT_$1
public static final int UNEXPECTED_UNIT_$1
Unexpected unit "{0}". Map scale may be inacurate.- See Also:
- Constant Field Values
-
UNKNOW_PARAMETER_$3
public static final int UNKNOW_PARAMETER_$3
Ignoring unknow parameter: "{0}" = {1} {2}.- See Also:
- Constant Field Values
-
UNKNOW_STYLE_$2
public static final int UNKNOW_STYLE_$2
Can't handle style of class {0}. Consequently, geometry "{1}" will ignore its style information.- See Also:
- Constant Field Values
-
UNRECOGNIZED_SCALE_TYPE_$1
public static final int UNRECOGNIZED_SCALE_TYPE_$1
Unrecognized scale type: "{0}". Default to linear.- See Also:
- Constant Field Values
-
UPDATE_RENDERER_CACHE_$1
public static final int UPDATE_RENDERER_CACHE_$1
Update the cache for layer "{0}".- See Also:
- Constant Field Values
-
USING_FILE_AS_FACTORY_$2
public static final int USING_FILE_AS_FACTORY_$2
Using "{0}" as {1} factory.- See Also:
- Constant Field Values
-
-