Package org.esa.snap.core.util
Class UtilConstants
- java.lang.Object
-
- org.esa.snap.core.util.UtilConstants
-
public class UtilConstants extends Object
Stores some constants used in this package.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UtilConstants()
-
-
-
Field Detail
-
MSG_OBJ_NO_ARRAY
public static final String MSG_OBJ_NO_ARRAY
- See Also:
- Constant Field Values
-
MSG_OBJECT_NULL
public static final String MSG_OBJECT_NULL
- See Also:
- Constant Field Values
-
MSG_STRING_NULL_OR_EMPTY
public static final String MSG_STRING_NULL_OR_EMPTY
- See Also:
- Constant Field Values
-
MSG_EXCEPTION_OCCURRED
public static final String MSG_EXCEPTION_OCCURRED
- See Also:
- Constant Field Values
-
MSG_METHOD_NOT_IMPLEMENTED
public static final String MSG_METHOD_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
MSG_INIT_HELP_FAILED
public static final String MSG_INIT_HELP_FAILED
- See Also:
- Constant Field Values
-
MSG_NO_CLASS_DEF_FOUND
public static final String MSG_NO_CLASS_DEF_FOUND
- See Also:
- Constant Field Values
-
MSG_CLASS_NOT_FOUND
public static final String MSG_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
MSG_DIR_NOT_FOUND
public static final String MSG_DIR_NOT_FOUND
- See Also:
- Constant Field Values
-
MSG_NOT_A_DIR
public static final String MSG_NOT_A_DIR
- See Also:
- Constant Field Values
-
MSG_INVALID_DIR
public static final String MSG_INVALID_DIR
- See Also:
- Constant Field Values
-
MSG_INVALID_JAR
public static final String MSG_INVALID_JAR
- See Also:
- Constant Field Values
-
MSG_NO_CLASS_LOADER
public static final String MSG_NO_CLASS_LOADER
- See Also:
- Constant Field Values
-
MSG_SCAN_DIR
public static final String MSG_SCAN_DIR
- See Also:
- Constant Field Values
-
MSG_SCAN_JAR
public static final String MSG_SCAN_JAR
- See Also:
- Constant Field Values
-
MSG_IO_ERR
public static final String MSG_IO_ERR
- See Also:
- Constant Field Values
-
MSG_NO_GEO_CODING
public static final String MSG_NO_GEO_CODING
- See Also:
- Constant Field Values
-
MSG_NULL_OR_EMPTY_SEPARATOR
public static final String MSG_NULL_OR_EMPTY_SEPARATOR
- See Also:
- Constant Field Values
-
MSG_NULL_SEPARATOR
public static final String MSG_NULL_SEPARATOR
- See Also:
- Constant Field Values
-
MSG_NULL_TOKEN
public static final String MSG_NULL_TOKEN
- See Also:
- Constant Field Values
-
BUFFER_BYTE_NAME
public static final String BUFFER_BYTE_NAME
- See Also:
- Constant Field Values
-
BUFFER_SHORT_NAME
public static final String BUFFER_SHORT_NAME
- See Also:
- Constant Field Values
-
BUFFER_USHORT_NAME
public static final String BUFFER_USHORT_NAME
- See Also:
- Constant Field Values
-
BUFFER_INT_NAME
public static final String BUFFER_INT_NAME
- See Also:
- Constant Field Values
-
BUFFER_FLOAT_NAME
public static final String BUFFER_FLOAT_NAME
- See Also:
- Constant Field Values
-
BUFFER_DOUBLE_NAME
public static final String BUFFER_DOUBLE_NAME
- See Also:
- Constant Field Values
-
BUFFER_UNDEFINED_NAME
public static final String BUFFER_UNDEFINED_NAME
- See Also:
- Constant Field Values
-
BUFFER_UNKNOWN_NAME
public static final String BUFFER_UNKNOWN_NAME
- See Also:
- Constant Field Values
-
CS_TYPE_XYZ
public static final String CS_TYPE_XYZ
- See Also:
- Constant Field Values
-
CS_TYPE_LAB
public static final String CS_TYPE_LAB
- See Also:
- Constant Field Values
-
CS_TYPE_LUV
public static final String CS_TYPE_LUV
- See Also:
- Constant Field Values
-
CS_TYPE_YCBCR
public static final String CS_TYPE_YCBCR
- See Also:
- Constant Field Values
-
CS_TYPE_YXY
public static final String CS_TYPE_YXY
- See Also:
- Constant Field Values
-
CS_TYPE_RGB
public static final String CS_TYPE_RGB
- See Also:
- Constant Field Values
-
CS_TYPE_GRAY
public static final String CS_TYPE_GRAY
- See Also:
- Constant Field Values
-
CS_TYPE_HSV
public static final String CS_TYPE_HSV
- See Also:
- Constant Field Values
-
CS_TYPE_HLS
public static final String CS_TYPE_HLS
- See Also:
- Constant Field Values
-
CS_TYPE_CMYK
public static final String CS_TYPE_CMYK
- See Also:
- Constant Field Values
-
CS_TYPE_CMY
public static final String CS_TYPE_CMY
- See Also:
- Constant Field Values
-
CS_TYPE_2CLR
public static final String CS_TYPE_2CLR
- See Also:
- Constant Field Values
-
CS_TYPE_3CLR
public static final String CS_TYPE_3CLR
- See Also:
- Constant Field Values
-
CS_TYPE_4CLR
public static final String CS_TYPE_4CLR
- See Also:
- Constant Field Values
-
CS_TYPE_5CLR
public static final String CS_TYPE_5CLR
- See Also:
- Constant Field Values
-
CS_TYPE_6CLR
public static final String CS_TYPE_6CLR
- See Also:
- Constant Field Values
-
CS_TYPE_7CLR
public static final String CS_TYPE_7CLR
- See Also:
- Constant Field Values
-
CS_TYPE_8CLR
public static final String CS_TYPE_8CLR
- See Also:
- Constant Field Values
-
CS_TYPE_9CLR
public static final String CS_TYPE_9CLR
- See Also:
- Constant Field Values
-
CS_TYPE_ACLR
public static final String CS_TYPE_ACLR
- See Also:
- Constant Field Values
-
CS_TYPE_BCLR
public static final String CS_TYPE_BCLR
- See Also:
- Constant Field Values
-
CS_TYPE_CCLR
public static final String CS_TYPE_CCLR
- See Also:
- Constant Field Values
-
CS_TYPE_DCLR
public static final String CS_TYPE_DCLR
- See Also:
- Constant Field Values
-
CS_TYPE_ECLR
public static final String CS_TYPE_ECLR
- See Also:
- Constant Field Values
-
CS_TYPE_FCLR
public static final String CS_TYPE_FCLR
- See Also:
- Constant Field Values
-
CS_TYPE_UNKNOWN
public static final String CS_TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
-