public static enum MVSConfig.ResponseSpatialContent extends java.lang.Enum<MVSConfig.ResponseSpatialContent>
| Enum Constant and Description |
|---|
FEATURE_CENTROID |
FEATURE_GEOMETRY |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static MVSConfig.ResponseSpatialContent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MVSConfig.ResponseSpatialContent[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final MVSConfig.ResponseSpatialContent NONE
public static final MVSConfig.ResponseSpatialContent FEATURE_GEOMETRY
public static final MVSConfig.ResponseSpatialContent FEATURE_CENTROID
public static MVSConfig.ResponseSpatialContent[] values()
for (MVSConfig.ResponseSpatialContent c : MVSConfig.ResponseSpatialContent.values())
System.out.println(c);
public static MVSConfig.ResponseSpatialContent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.