public static enum IntersectionFeatureCollection.IntersectionMode extends Enum<IntersectionFeatureCollection.IntersectionMode>
| Enum Constant and Description |
|---|
FIRST |
INTERSECTION |
SECOND |
| Modifier and Type | Method and Description |
|---|---|
static IntersectionFeatureCollection.IntersectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntersectionFeatureCollection.IntersectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntersectionFeatureCollection.IntersectionMode INTERSECTION
public static final IntersectionFeatureCollection.IntersectionMode FIRST
public static final IntersectionFeatureCollection.IntersectionMode SECOND
public static IntersectionFeatureCollection.IntersectionMode[] values()
for (IntersectionFeatureCollection.IntersectionMode c : IntersectionFeatureCollection.IntersectionMode.values()) System.out.println(c);
public static IntersectionFeatureCollection.IntersectionMode 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.