public static enum SpatialContainerMetadata.ShapeType extends Enum<SpatialContainerMetadata.ShapeType>
Enum Constant and Description |
---|
MIXED |
OTHER |
POINT |
POLYGON |
POLYLINE |
Modifier and Type | Method and Description |
---|---|
static SpatialContainerMetadata.ShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialContainerMetadata.ShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpatialContainerMetadata.ShapeType POINT
public static final SpatialContainerMetadata.ShapeType POLYLINE
public static final SpatialContainerMetadata.ShapeType POLYGON
public static final SpatialContainerMetadata.ShapeType OTHER
public static final SpatialContainerMetadata.ShapeType MIXED
public static SpatialContainerMetadata.ShapeType[] values()
for (SpatialContainerMetadata.ShapeType c : SpatialContainerMetadata.ShapeType.values()) System.out.println(c);
public static SpatialContainerMetadata.ShapeType 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 © 2015. All rights reserved.