public static enum PointStackerProcess.PreserveLocation extends Enum<PointStackerProcess.PreserveLocation>
Enum Constant and Description |
---|
Never
Default value, averages the point locations with the cell center to try and avoid
conflicts among the symbolizers for the
|
Single
Preserves the original point location in case there is a single point in the cell
|
Superimposed
Preserves the original point location in case there are multiple points, but all with the
same coordinates in the cell
|
Modifier and Type | Method and Description |
---|---|
static PointStackerProcess.PreserveLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointStackerProcess.PreserveLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PointStackerProcess.PreserveLocation Single
public static final PointStackerProcess.PreserveLocation Superimposed
public static final PointStackerProcess.PreserveLocation Never
public static PointStackerProcess.PreserveLocation[] values()
for (PointStackerProcess.PreserveLocation c : PointStackerProcess.PreserveLocation.values()) System.out.println(c);
public static PointStackerProcess.PreserveLocation 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 nullCopyright © 1996–2019 Geotools. All rights reserved.