'Declaration
Protected Function New( _ ByVal type As GeoGeometryType, _ ByVal points As IEnumerable(Of GeoSurface) _ )
protected GeoMultiSurface( GeoGeometryType type, IEnumerable<GeoSurface> points )
Parameters
- type
- The geometry type.
- points
- The geospatial surface points enumerator.