Esempio n. 1
0
 public static bool Within(ReadOnlyLine line, ReadOnlyPolygon area) => throw null;
Esempio n. 2
0
 public static bool Across(ReadOnlyLine line, ReadOnlyPolygon area) => throw null;
Esempio n. 3
0
 public static bool Within(ReadOnlyPoint point, ReadOnlyPolygon area) => throw null;
Esempio n. 4
0
 public static bool EndpointJoin(ReadOnlyLine line, ReadOnlyPolygon area) => throw null;
Esempio n. 5
0
 public static bool Coincident(ReadOnlyPoint point, ReadOnlyPolygon area) => throw null;
Esempio n. 6
0
 public static bool Disjoint(ReadOnlyPoint point, ReadOnlyPolygon area) => throw null;
Esempio n. 7
0
 public static bool Within(ReadOnlyPolygon a, ReadOnlyPolygon b) => throw null;
Esempio n. 8
0
 public static bool CompletelyWithin(ReadOnlyPolygon a, ReadOnlyPolygon b) => throw null;
Esempio n. 9
0
 public static bool OuterRingAdjacent(ReadOnlyPolygon a, ReadOnlyLine b) => throw null;
Esempio n. 10
0
 public static bool Overlap(ReadOnlyPolygon a, ReadOnlyPolygon b, out Point3D coordinate) => throw null;
Esempio n. 11
0
 public static bool Join(ReadOnlyPolygon a, ReadOnlyLine b) => throw null;
Esempio n. 12
0
 public static bool Equal(ReadOnlyPolygon a, ReadOnlyPolygon b) => throw null;
Esempio n. 13
0
 public static bool Disjoint(ReadOnlyPolygon a, ReadOnlyPolygon b) => throw null;
Esempio n. 14
0
 public static bool Adjacent(ReadOnlyLine line, ReadOnlyPolygon area) => throw null;
Esempio n. 15
0
 public static bool Adjacent(ReadOnlyPolygon a, ReadOnlyPolygon b) => throw null;
Esempio n. 16
0
 public static bool Disjoint(ReadOnlyLine line, ReadOnlyPolygon area) => throw null;
 public double CalculateArea(ReadOnlyPolygon polygon) => throw null;