C# Class SharpMap.Geometries.MultiCurve

A MultiCurve is a one-dimensional GeometryCollection whose elements are Curves
Inheritance: GeometryCollection
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
Geometry ( int N ) : Geometry

Returns an indexed geometry in the collection

Method Details

Geometry() public abstract méthode

Returns an indexed geometry in the collection
public abstract Geometry ( int N ) : Geometry
N int Geometry index
Résultat Geometry