Closest2d<Geometry> Class
Public Class Closest2d(Of _
Geometry As Geometry2d)
This language is not supported or no code example is available.
public class Closest2d<Geometry>
where Geometry : Geometry2d
This language is not supported or no code example is available.
generic<typename Geometry>
where Geometry : Geometry2d^
public ref class Closest2d
This language is not supported or no code example is available.
Type Parameters
- Geometry
| Name | Description | |
|---|---|---|
|
Add(Geometry) | |
|
AddRange(IEnumerable<Geometry>) | |
|
FromPoint(Point2d) | Find the geometry that is closest to the given point. |
|
Remove(Geometry) |
IGS.Genamo.Closest2d<Geometry>