コード例 #1
0
ファイル: MiWrapper.cs プロジェクト: mustafayalcin/osm2tab
		protected internal Part(Feature feature, int partIdx) {
			this.Index = partIdx;
			this.Feature = feature;
			this.Vertices = CreateVertices(this);
		}