public static enum AsciiGridRaster.AsciiGridRasterType extends Enum<AsciiGridRaster.AsciiGridRasterType>
Modifier and Type | Method and Description |
---|---|
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.
|
public static final AsciiGridRaster.AsciiGridRasterType UNDEFINED
public static final AsciiGridRaster.AsciiGridRasterType ESRI
public static final AsciiGridRaster.AsciiGridRasterType GRASS
public static AsciiGridRaster.AsciiGridRasterType[] values()
for (AsciiGridRaster.AsciiGridRasterType c : AsciiGridRaster.AsciiGridRasterType.values()) System.out.println(c);
public static AsciiGridRaster.AsciiGridRasterType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic abstract AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream)
public abstract AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream, AsciiGridsImageWriter writer)
public abstract AsciiGridRaster createAsciiGridRaster(ImageOutputStream oStream)
public abstract AsciiGridRaster createAsciiGridRaster(ImageInputStream inStream, AsciiGridsImageReader reader)
public static AsciiGridRaster.AsciiGridRasterType getDefaultRasterType()
Copyright © 2006–2014 GeoSolutions. All rights reserved.