Geotools.Net

GeometryFactory.BuildGeometry Method 

Build an appropriate Geometry, MultiGeometry, or GeometryCollection to contain the Geometrys in it.

[Visual Basic]
Public Function BuildGeometry( _
   ByVal geomList As ArrayList _
) As Geometry
[C#]
public Geometry BuildGeometry(
   ArrayList geomList
);

Parameters

geomList
The Geometries to combine.

Return Value

A Geometry of the "smallest", "most type-specific" class that can contain the elements of geomList.

Remarks

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace