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.
Datei anzeigen 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_oe property

public String id
return String

name public_oe property

public String name
return String

shape public_oe property

public IShape shape
return IShape