org.geotools.resources.i18n
Class LoggingKeys

java.lang.Object
  extended by org.geotools.resources.i18n.LoggingKeys

public final class LoggingKeys
extends java.lang.Object

Resource keys. This class is used when compiling sources, but no dependencies to ResourceKeys 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:
IndexedResourceBundle, IndexedResourceCompiler

Field Summary
static int ADJUSTED_GRID_GEOMETRY_$1
          Grid geometry has been adjusted for coverage "{0}".
static int AMBIGUOUS_ELLIPSOID
          Ambiguity between inverse flattening and semi minor axis length.
static int APPLIED_OPERATION_$4
          {3,choice,0#Apply|Reuse} operation "{1}" on coverage "{0}" with interpolation "{2}".
static 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}).
static int APPLIED_UNIT_CONVERSION_$3
          Converted "{0}" from "{1}" to "{2}" units.
static int CANT_BIND_DATASOURCE_$1
          Failed to bind a "{0}" entry.
static int CANT_CREATE_COORDINATE_OPERATION_$1
          Failed to create a coordinate operation from "{0}" authority factory.
static int CANT_DISPOSE_BACKING_STORE
          Failed to dispose the backing store after timeout.
static int CANT_LOAD_SERVICE_$2
          Can't load a service for category "{0}".
static int CANT_READ_FILE_$1
          Can't read "{0}".
static int CANT_REGISTER_JAI_OPERATION_$1
          Can't register JAI operation "{0}".
static int CHANGED_COORDINATE_REFERENCE_SYSTEM
          Changed the renderer coordinate system.
static int CLOSED_EPSG_DATABASE
          Closed the EPSG database connection.
static int CONNECTED_EPSG_DATABASE_$2
          Connected to EPSG database "{0}" on "{1}".
static int CREATED_COORDINATE_OPERATION_$3
          Created coordinate operation "{0}" for source CRS "{1}" and target CRS "{2}".
static int CREATED_DATASOURCE_ENTRY_$1
          Created a "{0}" entry in the naming system.
static int CREATED_SERIALIZABLE_IMAGE_$2
          Created serializable image for coverage "{0}" using the "{1}" codec.
static int CREATING_CACHED_EPSG_DATABASE_$1
          Creating cached EPSG database version {0}.
static int DEFERRED_TILE_PAINTING_$2
          Deferred painting for tile ({0},{1}).
static int EXCESSIVE_MEMORY_USAGE
          Excessive memory usage.
static int EXCESSIVE_TILE_CACHE_$1
          Tile cache capacity exceed maximum heap size ({0} Mb).
static int FACTORY_IMPLEMENTATIONS_$1
          Factory implementations for category {0}:
static int FALLBACK_FACTORY_$1
          Failure in the primary factory: {0} Now trying the fallback factory...
static int FOUND_MISMATCHED_CRS_$4
          Found {0} reference systems in {1} elements.
static int HINT_IGNORED_$1
          Ignored "{0}" hint.
static int INITIALIZING_TRANSFORMATION_$2
          Initializing transformation from {0} to {1}.
static int LOADED_JDBC_DRIVER_$3
          Loaded "{0}" JDBC driver version {1}.{2}.
static int LOADING_DATUM_ALIASES_$1
          Loading datum aliases from "{0}".
static int LOCALES_DISCARTED
          Text were discarted for some locales.
static int MISMATCHED_COORDINATE_OPERATION_FACTORIES_$2
          No coordinate operation from "{0}" to "{1}" because of mismatched factories.
static int MISMATCHED_URN_TYPE_$1
          The type of the requested object doesn't match the "{0}" URN type.
static int NATIVE_ACCELERATION_STATE_$2
          Native acceleration {1,choice,0#disabled|enabled} for "{0}" operation.
static int OFFSCREEN_RENDERING_FAILED_$1
          Offscreen rendering failed for layer "{0}".
static int PAINTING_LAYER_$2
          Renderer "{0}" painted in {1} seconds.
static int POLYGON_CACHE_USE_$4
          Polygons drawn with {0,number,percent} of available points, reusing {1,number,percent} from the cache (resolution: {2} {3}).
static int RECOVERABLE_OUT_OF_MEMORY_$1
          Failed to allocate {0} Mb of memory.
static int REDIRECTED_TO_COMMONS_LOGGING
          Log records are redirected to Apache commons logging.
static int REGISTERED_JAI_OPERATIONS
          Registered Geotools extensions to JAI operations.
static int RESSAMPLING_RENDERED_IMAGE_$3
          Select an image of "{0}" decimated to level {1} of {2}.
static int SAMPLE_TRANSCODE_$3
          Creates a {1,choice,0#packed|1#geophysics|2#photographic} view of grid coverage "{0}" using operation "{2}".
static int SEND_REPAINT_EVENT_$1
          Layer "{0}" send a repaint event for the whole widget area.
static int SEND_REPAINT_EVENT_$5
          Layer "{0}" send a repaint event for pixels x=[{1}..{2}] and y=[{3}..{4}] in widget area.
static int UNAVAILABLE_AUTHORITY_FACTORY_$1
          Unavailable authority factory: {0}
static int UNEXPECTED_EXCEPTION
          Attempt to recover from unexpected exception.
static int UNEXPECTED_UNIT_$1
          Unexpected unit "{0}".
static int UNKNOW_PARAMETER_$3
          Ignoring unknow parameter: "{0}" = {1} {2}.
static int UNKNOW_STYLE_$2
          Can't handle style of class {0}.
static int UNRECOGNIZED_SCALE_TYPE_$1
          Unrecognized scale type: "{0}".
static int UPDATE_RENDERER_CACHE_$1
          Update the cache for layer "{0}".
static int USING_FILE_AS_FACTORY_$2
          Using "{0}" as {1} factory.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_URN_TYPE_$1

public static final int MISMATCHED_URN_TYPE_$1
The type of the requested object doesn't match the "{0}" URN 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


Copyright © 1996-2010 Geotools. All Rights Reserved.