ucar.unidata.gis.geotiff
Class GeneratedKeys.ModelType

java.lang.Object
  extended by ucar.unidata.gis.geotiff.GeneratedKeys.ModelType
Enclosing class:
GeneratedKeys

public static class GeneratedKeys.ModelType
extends Object

Author:
IDV development team

Field Summary
static int Geocentric
          _more_
static int Geographic
          _more_
static String[] names
          _more_
static int Projected
          _more_
static int Undefined
          _more_
static int UserDefined
          _more_
static int[] values
          _more_
 
Constructor Summary
GeneratedKeys.ModelType()
           
 
Method Summary
static String getName(int value)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Projected

public static final int Projected
_more_

See Also:
Constant Field Values

Geographic

public static final int Geographic
_more_

See Also:
Constant Field Values

Geocentric

public static final int Geocentric
_more_

See Also:
Constant Field Values

Undefined

public static final int Undefined
_more_

See Also:
Constant Field Values

UserDefined

public static final int UserDefined
_more_

See Also:
Constant Field Values

values

public static final int[] values
_more_


names

public static final String[] names
_more_

Constructor Detail

GeneratedKeys.ModelType

public GeneratedKeys.ModelType()
Method Detail

getName

public static String getName(int value)
_more_

Parameters:
value - _more_
Returns:
_more_