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 FEATURE_CENTROID
public static final MVSConfig.ResponseSpatialContent FEATURE_GEOMETRY
public static final MVSConfig.ResponseSpatialContent NONE
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 nullpublic static MVSConfig.ResponseSpatialContent[] values()
for (MVSConfig.ResponseSpatialContent c : MVSConfig.ResponseSpatialContent.values()) System.out.println(c);
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.