Interface IShapeConverter
Converts one shape to another. Created by MakeShapeConverter(SpatialStrategy, Config, string).
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IShapeConverter
Methods
Convert(IShape)
Converts one shape to another. Created by MakeShapeConverter(SpatialStrategy, Config, string).
Declaration
IShape Convert(IShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| IShape | shape |
Returns
| Type | Description |
|---|---|
| IShape |