C# Class Lucene.Net.Spatial.SpatialTestData

This class is modelled after SpatialTestQuery. Before Lucene 4.7, this was a bit different in Spatial4n as SampleData & SampleDataReader.
Show file Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
id String
name String
shape IShape

Public Methods

Method Description
GetTestData ( Stream @in, SpatialContext ctx ) : IEnumerator

Method Details

GetTestData() public static method

public static GetTestData ( Stream @in, SpatialContext ctx ) : IEnumerator
@in Stream
ctx Spatial4n.Core.Context.SpatialContext
return IEnumerator

Property Details

id public property

public String id
return String

name public property

public String name
return String

shape public property

public IShape shape
return IShape