public final class SpatialSpec extends Object
Constructor and Description |
---|
SpatialSpec()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets path.
|
List<SpatialType> |
getSpatialTypes()
Gets the container of spatial types.
|
SpatialSpec |
setPath(String path)
Sets path.
|
SpatialSpec |
setSpatialTypes(List<SpatialType> spatialTypes)
Sets the container of spatial types.
|
public String getPath()
public SpatialSpec setPath(String path)
path
- the path.public List<SpatialType> getSpatialTypes()
public SpatialSpec setSpatialTypes(List<SpatialType> spatialTypes)
spatialTypes
- the container of spatial types.Copyright © 2021 Microsoft Corporation. All rights reserved.