GeometryOperations.OrderGeometryCollection

GeometryOperations.OrderGeometryCollection method

Order geometry collection by type to four collection (point, line, polygon and other type)

public static IGeometry OrderGeometryCollection(IGeometry geometry)
ParameterTypeDescription
geometryIGeometryGeometry collection for order

Return Value

The collection contains four collections (point, line, polygon and other type)

See Also