Initializes a new instance of the CartesianShapeFilter class

Namespace: Lucene.Net.Spatial.Tier
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public CartesianShapeFilter(
	Shape shape,
	string fieldName
)
Visual Basic
Public Sub New ( _
	shape As Shape, _
	fieldName As String _
)
Visual C++
public:
CartesianShapeFilter(
	Shape^ shape, 
	String^ fieldName
)

Parameters

shape
Type: Lucene.Net.Spatial.Tier..::..Shape

[Missing <param name="shape"/> documentation for "M:Lucene.Net.Spatial.Tier.CartesianShapeFilter.#ctor(Lucene.Net.Spatial.Tier.Shape,System.String)"]

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:Lucene.Net.Spatial.Tier.CartesianShapeFilter.#ctor(Lucene.Net.Spatial.Tier.Shape,System.String)"]

See Also