public final class SpatialType extends com.azure.core.util.ExpandableStringEnum<SpatialType>
| Modifier and Type | Field and Description |
|---|---|
static SpatialType |
LINE_STRING
Static value LineString for SpatialType.
|
static SpatialType |
MULTI_POLYGON
Static value MultiPolygon for SpatialType.
|
static SpatialType |
POINT
Static value Point for SpatialType.
|
static SpatialType |
POLYGON
Static value Polygon for SpatialType.
|
| Constructor and Description |
|---|
SpatialType() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialType |
fromString(String name)
Creates or finds a SpatialType from its string representation.
|
static Collection<SpatialType> |
values() |
public static final SpatialType POINT
public static final SpatialType LINE_STRING
public static final SpatialType POLYGON
public static final SpatialType MULTI_POLYGON
public static SpatialType fromString(String name)
name - a name to look for.public static Collection<SpatialType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.