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