org.geotools.resources.renderer
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
CHANGED_COORDINATE_SYSTEM
public static final int CHANGED_COORDINATE_SYSTEM
- See Also:
- Constant Field Values
DEFERRED_TILE_PAINTING_$2
public static final int DEFERRED_TILE_PAINTING_$2
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
INITIALIZING_TRANSFORMATION_$2
public static final int INITIALIZING_TRANSFORMATION_$2
- See Also:
- Constant Field Values
PAINTING_$2
public static final int PAINTING_$2
- See Also:
- Constant Field Values
POLYGON_CACHE_USE_$4
public static final int POLYGON_CACHE_USE_$4
- See Also:
- Constant Field Values
RESSAMPLING_RENDERED_IMAGE_$3
public static final int RESSAMPLING_RENDERED_IMAGE_$3
- See Also:
- Constant Field Values
SCALE_$1
public static final int SCALE_$1
- See Also:
- Constant Field Values
SEND_REPAINT_EVENT_$1
public static final int SEND_REPAINT_EVENT_$1
- See Also:
- Constant Field Values
SEND_REPAINT_EVENT_$5
public static final int SEND_REPAINT_EVENT_$5
- See Also:
- Constant Field Values
UPDATE_CACHE_$1
public static final int UPDATE_CACHE_$1
- See Also:
- Constant Field Values
WARNING_EXCESSIVE_MEMORY_USAGE
public static final int WARNING_EXCESSIVE_MEMORY_USAGE
- See Also:
- Constant Field Values
WARNING_OFFSCREEN_RENDERING_FAILED_$1
public static final int WARNING_OFFSCREEN_RENDERING_FAILED_$1
- See Also:
- Constant Field Values
WARNING_UNEXPECTED_UNIT_$1
public static final int WARNING_UNEXPECTED_UNIT_$1
- See Also:
- Constant Field Values
WARNING_UNKNOW_STYLE_$2
public static final int WARNING_UNKNOW_STYLE_$2
- See Also:
- Constant Field Values
ERROR_BAD_ARGUMENT_$2
public static final int ERROR_BAD_ARGUMENT_$2
- See Also:
- Constant Field Values
ERROR_BAD_RANGE_$2
public static final int ERROR_BAD_RANGE_$2
- See Also:
- Constant Field Values
ERROR_HOLE_NOT_INSIDE_POLYGON
public static final int ERROR_HOLE_NOT_INSIDE_POLYGON
- See Also:
- Constant Field Values
ERROR_ILLEGAL_COORDINATE_SYSTEM
public static final int ERROR_ILLEGAL_COORDINATE_SYSTEM
- See Also:
- Constant Field Values
ERROR_NON_AFFINE_TRANSFORM
public static final int ERROR_NON_AFFINE_TRANSFORM
- See Also:
- Constant Field Values
ERROR_NON_CARTESIAN_COORDINATE_SYSTEM_$1
public static final int ERROR_NON_CARTESIAN_COORDINATE_SYSTEM_$1
- See Also:
- Constant Field Values
ERROR_NOT_GREATER_THAN_ZERO_$1
public static final int ERROR_NOT_GREATER_THAN_ZERO_$1
- See Also:
- Constant Field Values
ERROR_ODD_ARRAY_LENGTH_$1
public static final int ERROR_ODD_ARRAY_LENGTH_$1
- See Also:
- Constant Field Values
ERROR_POLYGON_CLOSED
public static final int ERROR_POLYGON_CLOSED
- See Also:
- Constant Field Values
ERROR_RENDERER_NOT_OWNER_$1
public static final int ERROR_RENDERER_NOT_OWNER_$1
- See Also:
- Constant Field Values
ERROR_UNMODIFIABLE_GEOMETRY
public static final int ERROR_UNMODIFIABLE_GEOMETRY
- See Also:
- Constant Field Values
Copyright © GeoTools. All Rights Reserved.