public class SpatialSpec extends JsonSerializable
Constructor and Description |
---|
SpatialSpec()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets path.
|
List<SpatialType> |
getSpatialTypes()
Gets the collection of spatial types.
|
SpatialSpec |
setPath(String path)
Sets path.
|
SpatialSpec |
setSpatialTypes(List<SpatialType> spatialTypes)
Sets the collection of spatial types.
|
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public String getPath()
public SpatialSpec setPath(String path)
path
- the path.public List<SpatialType> getSpatialTypes()
public SpatialSpec setSpatialTypes(List<SpatialType> spatialTypes)
spatialTypes
- the collection of spatial types.Copyright © 2020 Microsoft Corporation. All rights reserved.