it.geosolutions.imageio.plugins.arcgrid.raster
Enum AsciiGridRaster.AsciiGridRasterType

Object
  extended by Enum<AsciiGridRaster.AsciiGridRasterType>
      extended by AsciiGridRaster.AsciiGridRasterType
All Implemented Interfaces:
Serializable, Comparable<AsciiGridRaster.AsciiGridRasterType>
Enclosing class:
AsciiGridRaster

public static enum AsciiGridRaster.AsciiGridRasterType
extends Enum<AsciiGridRaster.AsciiGridRasterType>


Enum Constant Summary
ESRI
           
GRASS
           
UNDEFINED
           
 
Method Summary
abstract  AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream)
           
abstract  AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream, AsciiGridsImageReader reader)
           
abstract  AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream)
           
abstract  AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream, AsciiGridsImageWriter writer)
           
static AsciiGridRaster.AsciiGridRasterType getDefaultRasterType()
           
static AsciiGridRaster.AsciiGridRasterType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsciiGridRaster.AsciiGridRasterType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNDEFINED

public static final AsciiGridRaster.AsciiGridRasterType UNDEFINED

ESRI

public static final AsciiGridRaster.AsciiGridRasterType ESRI

GRASS

public static final AsciiGridRaster.AsciiGridRasterType GRASS
Method Detail

values

public static AsciiGridRaster.AsciiGridRasterType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AsciiGridRaster.AsciiGridRasterType c : AsciiGridRaster.AsciiGridRasterType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AsciiGridRaster.AsciiGridRasterType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

createAsciiGridRaster

public abstract AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream)

createAsciiGridRaster

public abstract AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream,
                                                      AsciiGridsImageWriter writer)

createAsciiGridRaster

public abstract AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream)

createAsciiGridRaster

public abstract AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream,
                                                      AsciiGridsImageReader reader)

getDefaultRasterType

public static AsciiGridRaster.AsciiGridRasterType getDefaultRasterType()


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.