Class UnsupportedSpatialOperationException
Exception thrown when the SpatialStrategy cannot implement the requested operation.
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
UnsupportedSpatialOperationException
Implements
Inherited Members
Namespace: Lucene.Net.Spatial.Queries
Assembly: Lucene.Net.Spatial.dll
Syntax
[Serializable]
public class UnsupportedSpatialOperationException : NotSupportedException, ISerializable
Constructors
UnsupportedSpatialOperationException(SpatialOperation?)
Exception thrown when the SpatialStrategy cannot implement the requested operation.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public UnsupportedSpatialOperationException(SpatialOperation? op)
Parameters
Type | Name | Description |
---|---|---|
SpatialOperation | op |