Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SharpMap
Geometries
MultiCurve
C# Class SharpMap.Geometries.MultiCurve
A MultiCurve is a one-dimensional GeometryCollection whose elements are Curves
Inheritance:
GeometryCollection
ファイルを表示
Open project: jumpinjackie/fdotoolbox
Public Methods
Method
Description
Geometry
(
int
N
) :
Geometry
Returns an indexed geometry in the collection
Method Details
Geometry()
public
abstract
method
Returns an indexed geometry in the collection
public
abstract
Geometry
(
int
N
) :
Geometry
N
int
Geometry index
return
Geometry