org.openjump.core.rasterimage
Class GeoTiffConstants

java.lang.Object
  extended by org.openjump.core.rasterimage.GeoTiffConstants

public class GeoTiffConstants
extends java.lang.Object

TODO: comment class

Version:
$Rev: 2434 $
Author:
Ole Rahn

FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2006),
Subproject: Daten- und Wissensmanagement

Field Summary
static int GeoAsciiParamsTag
           
static int GeoDoubleParamsTag
           
static int GeoKeyDirectoryTag
           
static int IntergraphMatrixTag
           
static int ModelPixelScaleTag
           
static int ModelTiepointTag
           
static int ModelTransformationTag
           
 
Constructor Summary
GeoTiffConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ModelPixelScaleTag

public static final int ModelPixelScaleTag
See Also:
Constant Field Values

ModelTransformationTag

public static final int ModelTransformationTag
See Also:
Constant Field Values

ModelTiepointTag

public static final int ModelTiepointTag
See Also:
Constant Field Values

GeoKeyDirectoryTag

public static final int GeoKeyDirectoryTag
See Also:
Constant Field Values

GeoDoubleParamsTag

public static final int GeoDoubleParamsTag
See Also:
Constant Field Values

GeoAsciiParamsTag

public static final int GeoAsciiParamsTag
See Also:
Constant Field Values

IntergraphMatrixTag

public static final int IntergraphMatrixTag
See Also:
Constant Field Values
Constructor Detail

GeoTiffConstants

public GeoTiffConstants()