Initializes a new instance of the Shape 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 Shape(
	string tierId
)
Visual Basic
Public Sub New ( _
	tierId As String _
)
Visual C++
public:
Shape(
	String^ tierId
)

Parameters

tierId
Type: System..::..String

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

See Also