C# Class SharpMap.Geometries.MultiCurve

A MultiCurve is a one-dimensional GeometryCollection whose elements are Curves
Inheritance: GeometryCollection
Mostra file 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