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