/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2003-2008, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT! * Generated with: org.geotools.resources.IndexedResourceCompiler */ package org.geotools.renderer.i18n; /** * Resource keys. This class is used when compiling sources, but * no dependencies to {@code 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 org.geotools.resources.IndexedResourceBundle * @see org.geotools.resources.IndexedResourceCompiler * * @source $URL$ */ public final class VocabularyKeys { private VocabularyKeys() { } /** * Band Merge */ public static final int BAND_MERGE = 1; /** * Band Selection */ public static final int BAND_SELECTION = 2; /** * Base Coverage Processing */ public static final int BASE_COVERAGE_PROCESSING = 3; /** * Channel Selection */ public static final int CHANNEL_SELECTION = 4; /** * Color Map */ public static final int COLOR_MAP = 5; /** * Contrast Enhancement */ public static final int CONTRAST_ENHANCEMENT = 6; /** * Coverage Processing */ public static final int COVERAGE_PROCESSING = 7; /** * Raster Symbolizer Helper */ public static final int RASTER_SYMBOLIZER_HELPER = 8; /** * Root Node */ public static final int ROOT_NODE = 9; /** * Untitled */ public static final int UNTITLED = 0; }