public static enum AsciiGridsImageMetadata.RasterSpaceType extends Enum<AsciiGridsImageMetadata.RasterSpaceType>
Enum Constant and Description |
---|
PixelIsArea |
PixelIsPoint |
Undefined |
Modifier and Type | Method and Description |
---|---|
AsciiGridsImageMetadata.RasterSpaceType |
getDefault() |
static AsciiGridsImageMetadata.RasterSpaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsciiGridsImageMetadata.RasterSpaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsciiGridsImageMetadata.RasterSpaceType PixelIsPoint
public static final AsciiGridsImageMetadata.RasterSpaceType PixelIsArea
public static final AsciiGridsImageMetadata.RasterSpaceType Undefined
public static AsciiGridsImageMetadata.RasterSpaceType[] values()
for (AsciiGridsImageMetadata.RasterSpaceType c : AsciiGridsImageMetadata.RasterSpaceType.values()) System.out.println(c);
public static AsciiGridsImageMetadata.RasterSpaceType 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 AsciiGridsImageMetadata.RasterSpaceType getDefault()
Copyright © 2006–2015 GeoSolutions. All rights reserved.