public class SpatialSpec extends JsonSerializable
| Constructor and Description |
|---|
SpatialSpec()
Constructor.
|
SpatialSpec(String jsonString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets path.
|
Collection<SpatialType> |
getSpatialTypes()
Gets the collection of spatial types.
|
void |
setPath(String path)
Sets path.
|
void |
setSpatialTypes(Collection<SpatialType> spatialTypes)
Sets the collection of spatial types.
|
get, getBoolean, getCollection, getCollection, getDouble, getHashMap, getInt, getList, getLogger, getLong, getMapper, getObject, getObject, getObjectByPath, getString, has, remove, set, toJson, toJson, toObject, toStringpublic SpatialSpec()
public SpatialSpec(String jsonString)
jsonString - the json string that represents the included path.public String getPath()
public void setPath(String path)
path - the path.public Collection<SpatialType> getSpatialTypes()
public void setSpatialTypes(Collection<SpatialType> spatialTypes)
spatialTypes - the collection of spatial types.Copyright © 2020. All rights reserved.