Class SpatialSpec
Spatial index specification
public sealed class SpatialSpec : JsonSerializable
- Inheritance
-
SpatialSpec
- Inherited Members
- Extension Methods
Constructors
SpatialSpec()
public SpatialSpec()
Properties
Path
Path in JSON document to index
public string Path { get; set; }
Property Value
SpatialTypes
Path's spatial type
public Collection<SpatialType> SpatialTypes { get; set; }