public static enum CswConstants.BinarySpatialOperand extends Enum<CswConstants.BinarySpatialOperand>
| Modifier and Type | Method and Description |
|---|---|
static CswConstants.BinarySpatialOperand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CswConstants.BinarySpatialOperand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CswConstants.BinarySpatialOperand GEOMETRY
public static final CswConstants.BinarySpatialOperand ENVELOPE
public static final CswConstants.BinarySpatialOperand NONE
public static CswConstants.BinarySpatialOperand[] values()
for (CswConstants.BinarySpatialOperand c : CswConstants.BinarySpatialOperand.values()) System.out.println(c);
public static CswConstants.BinarySpatialOperand 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 nullThis work is licensed under a Creative Commons Attribution 4.0 International License.