C# 클래스 Lucene.Net.Spatial.SpatialTestData

This class is modelled after SpatialTestQuery. Before Lucene 4.7, this was a bit different in Spatial4n as SampleData & SampleDataReader.
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id String
name String
shape IShape

공개 메소드들

메소드 설명
GetTestData ( Stream @in, SpatialContext ctx ) : IEnumerator

메소드 상세

GetTestData() 공개 정적인 메소드

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

프로퍼티 상세

id 공개적으로 프로퍼티

public String id
리턴 String

name 공개적으로 프로퍼티

public String name
리턴 String

shape 공개적으로 프로퍼티

public IShape shape
리턴 IShape