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.
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Свойство Type Description
id String
name String
shape IShape

Méthodes publiques

Méthode Description
GetTestData ( Stream @in, SpatialContext ctx ) : IEnumerator

Method Details

GetTestData() public static méthode

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

Property Details

id public_oe property

public String id
Résultat String

name public_oe property

public String name
Résultat String

shape public_oe property

public IShape shape
Résultat IShape