Table of Contents

Interface IExpandable<T>

Namespace
NetTopologySuite.Geometries
Assembly
NetTopologySuite.dll

Interface describing objects that can expand themselves by objects of type T.

public interface IExpandable<T>

Type Parameters

T

The type of objects that can expand clients

Methods

ExpandToInclude(T)

Method to expand this object by other

void ExpandToInclude(T other)

Parameters

other T

The object to expand with

ExpandedBy(T)

Function to expand compute a new object that is this object by expanded by other.

T ExpandedBy(T other)

Parameters

other T

The object to expand with

Returns

T

The expanded object