public class SpatialSpec extends JsonSerializable
Constructor and Description |
---|
SpatialSpec()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
path()
Gets path.
|
SpatialSpec |
path(String path)
Sets path.
|
List<SpatialType> |
spatialTypes()
Gets the collection of spatial types.
|
SpatialSpec |
spatialTypes(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 path()
public SpatialSpec path(String path)
path
- the path.public List<SpatialType> spatialTypes()
public SpatialSpec spatialTypes(List<SpatialType> spatialTypes)
spatialTypes
- the collection of spatial types.Copyright © 2019. All rights reserved.