diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index b91648c..0d98a70 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -1,21 +1,21 @@
name: Build & Test
-on:
+on:
push:
branches:
- master
pull_request:
jobs:
-
+
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
- name: Install
run: pod install
- name: Build & Test
- run: xcodebuild test -workspace sf-ios.xcworkspace -scheme sf-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
+ run: xcodebuild test -workspace sf-ios.xcworkspace -scheme sf-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a51d542..566c791 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,15 +6,15 @@ on:
- master
jobs:
-
+
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
- name: Install
run: pod install
- name: Build
- run: xcodebuild build-for-testing -workspace sf-ios.xcworkspace -scheme sf-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11'
+ run: xcodebuild build-for-testing -workspace sf-ios.xcworkspace -scheme sf-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d3b2aa..ca6de93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
---
-## 4.1.2 (TBD)
+## [4.1.2](https://github.com/ngageoint/simple-features-ios/releases/tag/4.1.2) (01-25-2023)
* Shamos-Hoey simple polygon detection bug fix
diff --git a/README.md b/README.md
index 99269b9..1914274 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,12 @@ Include this repository by specifying it in a Podfile using a supported option.
Pull from [CocoaPods](https://cocoapods.org/pods/sf-ios):
- pod 'sf-ios', '~> 4.1.1'
+ pod 'sf-ios', '~> 4.1.2'
Pull from GitHub:
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :branch => 'master'
- pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '4.1.1'
+ pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '4.1.2'
Include as local project:
diff --git a/docs/docs/api/Classes.html b/docs/docs/api/Classes.html
index 34d18a2..3d08bab 100644
--- a/docs/docs/api/Classes.html
+++ b/docs/docs/api/Classes.html
@@ -17,7 +17,7 @@
new byte reader new byte reader string value byte data value integer double new byte writer new byte writer byte data bytes written new instance centroid point new instance centroid point new instance centroid point new circular string new circular string new circular string new circular string new circular string new circular string new circular string new compound curve new compound curve new compound curve new compound curve new compound curve new compound curve new compound curve new compound curve new compound curve new compound curve line string count line string start point end point true if closed true if a ring new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon new curve polygon ring count ring exterior ring number of interior rings interior ring new instance centroid point edge number polygon ring number polygon point event type sorted events event queue events new extended geometry collection new extended geometry collection new extended geometry collection new geometry true if has z coordinates true if has m coordinates geometry envelope dimension centroid point centroid point true if empty true if simple new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection new geometry collection geometry count geometryDeclaration
@@ -418,7 +418,7 @@ Declaration
@@ -455,7 +455,7 @@ Declaration
@@ -491,7 +491,7 @@ Declaration
@@ -527,7 +527,7 @@ Declaration
@@ -563,7 +563,7 @@ Declaration
@@ -619,7 +619,7 @@ Declaration
@@ -655,7 +655,7 @@ Declaration
@@ -691,7 +691,7 @@ Declaration
@@ -727,7 +727,7 @@ Declaration
@@ -764,7 +764,7 @@ Declaration
@@ -801,7 +801,7 @@ Declaration
@@ -838,7 +838,7 @@ Declaration
@@ -875,7 +875,7 @@ Declaration
@@ -912,7 +912,7 @@ Declaration
@@ -949,7 +949,7 @@ Declaration
@@ -986,7 +986,7 @@ Declaration
@@ -1022,7 +1022,7 @@ Declaration
@@ -1059,7 +1059,7 @@ Declaration
@@ -1096,7 +1096,7 @@ Declaration
@@ -1132,7 +1132,7 @@ Declaration
@@ -1169,7 +1169,7 @@ Declaration
@@ -1205,7 +1205,7 @@ Declaration
@@ -1241,7 +1241,7 @@ Declaration
@@ -1278,7 +1278,7 @@ Declaration
@@ -1314,7 +1314,7 @@ Declaration
@@ -1350,7 +1350,7 @@ Declaration
@@ -1386,7 +1386,7 @@ Declaration
@@ -1422,7 +1422,7 @@ Declaration
@@ -1459,7 +1459,7 @@ Declaration
@@ -1496,7 +1496,7 @@ Declaration
@@ -1533,7 +1533,7 @@ Declaration
@@ -1569,7 +1569,7 @@ Declaration
@@ -1606,7 +1606,7 @@ Declaration
@@ -1643,7 +1643,7 @@ Declaration
@@ -1679,7 +1679,7 @@ Declaration
@@ -1715,7 +1715,7 @@ Declaration
@@ -1752,7 +1752,7 @@ Declaration
@@ -1788,7 +1788,7 @@ Declaration
@@ -1835,7 +1835,7 @@ Declaration
@@ -1871,7 +1871,7 @@ Declaration
@@ -1881,7 +1881,7 @@ Declaration
diff --git a/docs/docs/api/Classes/SFByteReader.html b/docs/docs/api/Classes/SFByteReader.html
index f317e0a..06c2eb5 100644
--- a/docs/docs/api/Classes/SFByteReader.html
+++ b/docs/docs/api/Classes/SFByteReader.html
@@ -17,7 +17,7 @@
Declaration
@@ -426,7 +426,7 @@ Declaration
@@ -484,7 +484,7 @@ Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFByteWriter.html b/docs/docs/api/Classes/SFByteWriter.html
index 4f7d0f4..103f733 100644
--- a/docs/docs/api/Classes/SFByteWriter.html
+++ b/docs/docs/api/Classes/SFByteWriter.html
@@ -17,7 +17,7 @@
Declaration
@@ -426,7 +426,7 @@ Declaration
@@ -465,7 +465,7 @@ Return Value
Return Value
Declaration
@@ -597,7 +597,7 @@ Return Value
Return Value
Parameters
@@ -744,7 +744,7 @@ Parameters
@@ -798,7 +798,7 @@ Parameters
@@ -852,7 +852,7 @@ Parameters
@@ -906,7 +906,7 @@ Parameters
@@ -916,7 +916,7 @@ Parameters
diff --git a/docs/docs/api/Classes/SFCentroidCurve.html b/docs/docs/api/Classes/SFCentroidCurve.html
index ee7ad23..d774e20 100644
--- a/docs/docs/api/Classes/SFCentroidCurve.html
+++ b/docs/docs/api/Classes/SFCentroidCurve.html
@@ -17,7 +17,7 @@
Return Value
Parameters
@@ -513,7 +513,7 @@ Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCentroidPoint.html b/docs/docs/api/Classes/SFCentroidPoint.html
index f9c7c3e..e530630 100644
--- a/docs/docs/api/Classes/SFCentroidPoint.html
+++ b/docs/docs/api/Classes/SFCentroidPoint.html
@@ -17,7 +17,7 @@
Return Value
Parameters
@@ -512,7 +512,7 @@ Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCentroidSurface.html b/docs/docs/api/Classes/SFCentroidSurface.html
index da97056..789c92e 100644
--- a/docs/docs/api/Classes/SFCentroidSurface.html
+++ b/docs/docs/api/Classes/SFCentroidSurface.html
@@ -17,7 +17,7 @@
Return Value
Parameters
@@ -513,7 +513,7 @@ Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCircularString.html b/docs/docs/api/Classes/SFCircularString.html
index c6ac90a..d45aa84 100644
--- a/docs/docs/api/Classes/SFCircularString.html
+++ b/docs/docs/api/Classes/SFCircularString.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCompoundCurve.html b/docs/docs/api/Classes/SFCompoundCurve.html
index 27b855c..b9db586 100644
--- a/docs/docs/api/Classes/SFCompoundCurve.html
+++ b/docs/docs/api/Classes/SFCompoundCurve.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Parameters
@@ -1008,7 +1008,7 @@ Parameters
@@ -1047,7 +1047,7 @@ Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCurve.html b/docs/docs/api/Classes/SFCurve.html
index e1411e6..7e31465 100644
--- a/docs/docs/api/Classes/SFCurve.html
+++ b/docs/docs/api/Classes/SFCurve.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFCurvePolygon.html b/docs/docs/api/Classes/SFCurvePolygon.html
index b9c2f75..8369d82 100644
--- a/docs/docs/api/Classes/SFCurvePolygon.html
+++ b/docs/docs/api/Classes/SFCurvePolygon.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Parameters
@@ -1090,7 +1090,7 @@ Parameters
@@ -1129,7 +1129,7 @@ Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFDegreesCentroid.html b/docs/docs/api/Classes/SFDegreesCentroid.html
index 19d7820..2531086 100644
--- a/docs/docs/api/Classes/SFDegreesCentroid.html
+++ b/docs/docs/api/Classes/SFDegreesCentroid.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFEvent.html b/docs/docs/api/Classes/SFEvent.html
index 59596a2..e4b9419 100644
--- a/docs/docs/api/Classes/SFEvent.html
+++ b/docs/docs/api/Classes/SFEvent.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFEventQueue.html b/docs/docs/api/Classes/SFEventQueue.html
index 34ad13e..a0c1b18 100644
--- a/docs/docs/api/Classes/SFEventQueue.html
+++ b/docs/docs/api/Classes/SFEventQueue.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
diff --git a/docs/docs/api/Classes/SFExtendedGeometryCollection.html b/docs/docs/api/Classes/SFExtendedGeometryCollection.html
index 925fbd3..5f7b22f 100644
--- a/docs/docs/api/Classes/SFExtendedGeometryCollection.html
+++ b/docs/docs/api/Classes/SFExtendedGeometryCollection.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Declaration
@@ -595,7 +595,7 @@ Declaration
diff --git a/docs/docs/api/Classes/SFGeometry.html b/docs/docs/api/Classes/SFGeometry.html
index 659902f..ca168b8 100644
--- a/docs/docs/api/Classes/SFGeometry.html
+++ b/docs/docs/api/Classes/SFGeometry.html
@@ -17,7 +17,7 @@
Declaration
@@ -426,7 +426,7 @@ Declaration
@@ -510,7 +510,7 @@ Return Value
Return Value
Return Value
Return Value
Parameters
@@ -720,7 +720,7 @@ Return Value
Return Value
Return Value
Return Value
Return Value
Parameters
@@ -947,7 +947,7 @@ Parameters
diff --git a/docs/docs/api/Classes/SFGeometryCollection.html b/docs/docs/api/Classes/SFGeometryCollection.html
index e473a90..8ef44bf 100644
--- a/docs/docs/api/Classes/SFGeometryCollection.html
+++ b/docs/docs/api/Classes/SFGeometryCollection.html
@@ -17,7 +17,7 @@
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Return Value
Parameters
@@ -1093,7 +1093,7 @@ Parameters
@@ -1132,7 +1132,7 @@ Return Value
Return Value
Return Value
GEOMETRYCOLLECTION
true if a multi point or contains only points
@@ -1315,7 +1315,7 @@multi point
@@ -1355,7 +1355,7 @@true if a multi line string or contains only line strings
@@ -1395,7 +1395,7 @@multi line string
@@ -1435,7 +1435,7 @@true if a multi polygon or contains only polygons
@@ -1475,7 +1475,7 @@multi polygon
@@ -1515,7 +1515,7 @@true if contains only curves
@@ -1554,7 +1554,7 @@multi curve
@@ -1594,7 +1594,7 @@true if contains only surfaces
@@ -1633,7 +1633,7 @@multi surface
@@ -1672,7 +1672,7 @@geometry collection
@@ -1682,7 +1682,7 @@new geometry envelope
@@ -770,7 +770,7 @@new geometry envelope
@@ -862,7 +862,7 @@new geometry envelope
@@ -954,7 +954,7 @@new geometry envelope
@@ -1072,7 +1072,7 @@new geometry envelope
@@ -1190,7 +1190,7 @@new geometry envelope
@@ -1334,7 +1334,7 @@new geometry envelope
@@ -1478,7 +1478,7 @@new geometry envelope
@@ -1532,7 +1532,7 @@new geometry envelope
@@ -1571,7 +1571,7 @@new geometry envelope
@@ -1641,7 +1641,7 @@new geometry envelope
@@ -1738,7 +1738,7 @@new geometry envelope
@@ -1835,7 +1835,7 @@new geometry envelope
@@ -1958,7 +1958,7 @@new geometry envelope
@@ -2081,7 +2081,7 @@new geometry envelope
@@ -2230,7 +2230,7 @@new geometry envelope
@@ -2379,7 +2379,7 @@new geometry envelope
@@ -2437,7 +2437,7 @@new geometry envelope
@@ -2491,7 +2491,7 @@has z
@@ -2947,7 +2947,7 @@has m
@@ -2986,7 +2986,7 @@x range
@@ -3025,7 +3025,7 @@y range
@@ -3064,7 +3064,7 @@z range
@@ -3103,7 +3103,7 @@m range
@@ -3142,7 +3142,7 @@true if a single point bounds
@@ -3181,7 +3181,7 @@top left point
@@ -3220,7 +3220,7 @@bottom left point
@@ -3259,7 +3259,7 @@bottom right point
@@ -3298,7 +3298,7 @@top right point
@@ -3337,7 +3337,7 @@left line
@@ -3376,7 +3376,7 @@bottom line
@@ -3415,7 +3415,7 @@right line
@@ -3454,7 +3454,7 @@top line
@@ -3493,7 +3493,7 @@mid x
@@ -3532,7 +3532,7 @@mid y
@@ -3571,7 +3571,7 @@centroid point
@@ -3610,7 +3610,7 @@true if empty
@@ -3668,7 +3668,7 @@true if intersects
@@ -3739,7 +3739,7 @@true if intersects
@@ -3797,7 +3797,7 @@geometry envelope
@@ -3868,7 +3868,7 @@geometry envelope
@@ -3926,7 +3926,7 @@geometry envelope
@@ -3984,7 +3984,7 @@true if contains
@@ -4054,7 +4054,7 @@true if contains
@@ -4124,7 +4124,7 @@true if contains
@@ -4206,7 +4206,7 @@true if contains
@@ -4264,7 +4264,7 @@true if contains
@@ -4335,7 +4335,7 @@true if contains
@@ -4374,7 +4374,7 @@geometry, polygon or point
@@ -4384,7 +4384,7 @@geometry, polygon or point
@@ -514,7 +514,7 @@geometry type
@@ -467,7 +467,7 @@distance
@@ -508,7 +508,7 @@distance
@@ -578,7 +578,7 @@bearing angle in degrees between 0 and 360
@@ -637,7 +637,7 @@true if north bearing
@@ -753,7 +753,7 @@true if east bearing
@@ -811,7 +811,7 @@true if south bearing
@@ -869,7 +869,7 @@true if west bearing
@@ -927,7 +927,7 @@radians
@@ -985,7 +985,7 @@degrees
@@ -1046,7 +1046,7 @@centroid point
@@ -1107,7 +1107,7 @@centroid point
@@ -1163,7 +1163,7 @@simplified points
@@ -1642,7 +1642,7 @@distance in meters
@@ -1712,7 +1712,7 @@true if in the polygon
@@ -1796,7 +1796,7 @@true if in the polygon
@@ -1866,7 +1866,7 @@true if in the polygon
@@ -1950,7 +1950,7 @@true if in the polygon
@@ -2020,7 +2020,7 @@true if in the polygon
@@ -2104,7 +2104,7 @@true if in the polygon
@@ -2174,7 +2174,7 @@true if on the polygon edge
@@ -2258,7 +2258,7 @@true if on the polygon edge
@@ -2328,7 +2328,7 @@true if on the polygon edge
@@ -2412,7 +2412,7 @@true if on the polygon edge
@@ -2482,7 +2482,7 @@true if on the polygon edge
@@ -2566,7 +2566,7 @@true if on the polygon edge
@@ -2625,7 +2625,7 @@true if the first and last points are the same
@@ -2684,7 +2684,7 @@true if the first and last points are the same
@@ -2743,7 +2743,7 @@true if the first and last points are the same
@@ -2813,7 +2813,7 @@true if on the line
@@ -2897,7 +2897,7 @@true if on the line
@@ -2967,7 +2967,7 @@true if on the line
@@ -3051,7 +3051,7 @@true if on the line
@@ -3135,7 +3135,7 @@true if on the path
@@ -3232,7 +3232,7 @@true if on the path
@@ -3302,7 +3302,7 @@intersection point or null if no intersection
@@ -3399,7 +3399,7 @@intersection point or null if no intersection
@@ -3457,7 +3457,7 @@geometry in meters
@@ -3515,7 +3515,7 @@point in meters
@@ -3585,7 +3585,7 @@point in meters
@@ -3643,7 +3643,7 @@multi point in meters
@@ -3701,7 +3701,7 @@line string in meters
@@ -3759,7 +3759,7 @@line in meters
@@ -3818,7 +3818,7 @@multi line string in meters
@@ -3876,7 +3876,7 @@polygon in meters
@@ -3935,7 +3935,7 @@multi polygon in meters
@@ -3994,7 +3994,7 @@circular string in meters
@@ -4053,7 +4053,7 @@compound curve in meters
@@ -4112,7 +4112,7 @@curve polygon in meters
@@ -4171,7 +4171,7 @@polyhedral surface in meters
@@ -4229,7 +4229,7 @@TIN in meters
@@ -4287,7 +4287,7 @@triangle in meters
@@ -4345,7 +4345,7 @@geometry in degrees
@@ -4403,7 +4403,7 @@point in degrees
@@ -4473,7 +4473,7 @@point in degrees
@@ -4531,7 +4531,7 @@multi point in degrees
@@ -4589,7 +4589,7 @@line string in degrees
@@ -4647,7 +4647,7 @@line in degrees
@@ -4706,7 +4706,7 @@multi line string in degrees
@@ -4764,7 +4764,7 @@polygon in degrees
@@ -4823,7 +4823,7 @@multi polygon in degrees
@@ -4882,7 +4882,7 @@circular string in degrees
@@ -4941,7 +4941,7 @@compound curve in degrees
@@ -5000,7 +5000,7 @@curve polygon in degrees
@@ -5059,7 +5059,7 @@polyhedral surface in degrees
@@ -5117,7 +5117,7 @@TIN in degrees
@@ -5175,7 +5175,7 @@triangle in degrees
@@ -5214,7 +5214,7 @@geometry envelope
@@ -5254,7 +5254,7 @@geometry envelope
@@ -5293,7 +5293,7 @@geometry envelope
@@ -5332,7 +5332,7 @@geometry envelope
@@ -5392,7 +5392,7 @@cropped geometry in meters or null
@@ -5465,7 +5465,7 @@cropped geometry in meters or null
@@ -5536,7 +5536,7 @@cropped point or null
@@ -5609,7 +5609,7 @@cropped points in meters or null
@@ -5680,7 +5680,7 @@cropped multi point or null
@@ -5753,7 +5753,7 @@cropped line string in meters or null
@@ -5825,7 +5825,7 @@cropped line in meters or null
@@ -5898,7 +5898,7 @@cropped multi line string in meters or null
@@ -5971,7 +5971,7 @@cropped polygon in meters or null
@@ -6044,7 +6044,7 @@cropped multi polygon in meters or null
@@ -6117,7 +6117,7 @@cropped circular string in meters or null
@@ -6190,7 +6190,7 @@cropped compound curve in meters or null
@@ -6263,7 +6263,7 @@cropped curve polygon in meters or null
@@ -6337,7 +6337,7 @@cropped polyhedral surface in meters or null
@@ -6409,7 +6409,7 @@cropped TIN in meters or null
@@ -6482,7 +6482,7 @@cropped triangle in meters or null
@@ -6553,7 +6553,7 @@true if equal
@@ -6638,7 +6638,7 @@true if equal
@@ -6711,7 +6711,7 @@true if contains
@@ -6784,7 +6784,7 @@true if contains
@@ -6842,7 +6842,7 @@true if has z
@@ -7204,7 +7204,7 @@true if has m
@@ -7265,7 +7265,7 @@list of increasing parent types
@@ -7324,7 +7324,7 @@child type hierarchy, null if no children
@@ -7441,7 +7441,7 @@child geometry types, empty list if no child types
@@ -7499,7 +7499,7 @@encoded dta
@@ -7557,7 +7557,7 @@geometry
@@ -7567,7 +7567,7 @@new line
@@ -473,7 +473,7 @@new line
@@ -538,7 +538,7 @@new line
@@ -591,7 +591,7 @@new line
@@ -630,7 +630,7 @@new line
@@ -700,7 +700,7 @@new line
@@ -758,7 +758,7 @@new line
@@ -828,7 +828,7 @@new line
@@ -886,7 +886,7 @@new line
@@ -896,7 +896,7 @@new line string
@@ -455,7 +455,7 @@new line string
@@ -508,7 +508,7 @@new line string
@@ -561,7 +561,7 @@new line string
@@ -600,7 +600,7 @@new line string
@@ -670,7 +670,7 @@new line string
@@ -728,7 +728,7 @@new line string
@@ -812,7 +812,7 @@new line string
@@ -870,7 +870,7 @@new line string
@@ -924,7 +924,7 @@point count
@@ -1075,7 +1075,7 @@point
@@ -1085,7 +1085,7 @@new linear ring
@@ -473,7 +473,7 @@new linear ring
@@ -526,7 +526,7 @@new linear ring
@@ -565,7 +565,7 @@new linear ring
@@ -635,7 +635,7 @@new linear ring
@@ -693,7 +693,7 @@new linear ring
@@ -751,7 +751,7 @@new linear ring
@@ -761,7 +761,7 @@curves
@@ -499,7 +499,7 @@curve count
@@ -704,7 +704,7 @@curve
@@ -744,7 +744,7 @@true if closed
@@ -754,7 +754,7 @@new multi line string
@@ -475,7 +475,7 @@new multi line string
@@ -528,7 +528,7 @@new multi line string
@@ -582,7 +582,7 @@new multi line string
@@ -621,7 +621,7 @@new multi line string
@@ -691,7 +691,7 @@new multi line string
@@ -750,7 +750,7 @@new multi line string
@@ -808,7 +808,7 @@new multi line string
@@ -866,7 +866,7 @@new multi line string
@@ -905,7 +905,7 @@line strings
@@ -959,7 +959,7 @@line string count
@@ -1164,7 +1164,7 @@line string
@@ -1174,7 +1174,7 @@new multi point
@@ -474,7 +474,7 @@new multi point
@@ -527,7 +527,7 @@new multi point
@@ -580,7 +580,7 @@new multi point
@@ -619,7 +619,7 @@new multi point
@@ -689,7 +689,7 @@new multi point
@@ -747,7 +747,7 @@new multi point
@@ -805,7 +805,7 @@new multi point
@@ -863,7 +863,7 @@new multi point
@@ -902,7 +902,7 @@points
@@ -956,7 +956,7 @@point count
@@ -1161,7 +1161,7 @@point
@@ -1171,7 +1171,7 @@new multi polygon
@@ -475,7 +475,7 @@new multi polygon
@@ -528,7 +528,7 @@new multi polygon
@@ -581,7 +581,7 @@new multi polygon
@@ -620,7 +620,7 @@new multi polygon
@@ -690,7 +690,7 @@new multi polygon
@@ -748,7 +748,7 @@new multi polygon
@@ -806,7 +806,7 @@new multi polygon
@@ -864,7 +864,7 @@new multi polygon
@@ -903,7 +903,7 @@polygons
@@ -957,7 +957,7 @@polygon count
@@ -1162,7 +1162,7 @@polygon
@@ -1172,7 +1172,7 @@surfaces
@@ -499,7 +499,7 @@surface count
@@ -704,7 +704,7 @@surface
@@ -714,7 +714,7 @@new point
@@ -561,7 +561,7 @@new point
@@ -626,7 +626,7 @@new point
@@ -705,7 +705,7 @@new point
@@ -784,7 +784,7 @@new point
@@ -861,7 +861,7 @@new point
@@ -953,7 +953,7 @@new point
@@ -1045,7 +1045,7 @@new point
@@ -1137,7 +1137,7 @@new point
@@ -1229,7 +1229,7 @@new point
@@ -1321,7 +1321,7 @@new point
@@ -1374,7 +1374,7 @@new point
@@ -1413,7 +1413,7 @@new point
@@ -1483,7 +1483,7 @@new point
@@ -1553,7 +1553,7 @@new point
@@ -1637,7 +1637,7 @@new point
@@ -1721,7 +1721,7 @@new point
@@ -1805,7 +1805,7 @@new point
@@ -1902,7 +1902,7 @@new point
@@ -1999,7 +1999,7 @@new point
@@ -2096,7 +2096,7 @@new point
@@ -2193,7 +2193,7 @@new point
@@ -2290,7 +2290,7 @@new point
@@ -2348,7 +2348,7 @@new point
@@ -2402,7 +2402,7 @@
+
+
+ -isEqualXToPoint:
+
+ Indicates if x values are equal
+ +Objective-C
+- (BOOL)isEqualXToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualX(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if x is equal
+
+
+
+ -isEqualYToPoint:
+
+ Indicates if y values are equal
+ +Objective-C
+- (BOOL)isEqualYToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualY(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if y is equal
+
+
+
+ -isEqualXYToPoint:
+
+ Indicates if x and y values are equal
+ +Objective-C
+- (BOOL)isEqualXYToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualXY(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if x and y are equal
+new point finite filter
@@ -524,7 +524,7 @@new point finite filter
@@ -594,7 +594,7 @@new point finite filter
@@ -664,7 +664,7 @@new point finite filter
@@ -748,7 +748,7 @@new point finite filter
@@ -806,7 +806,7 @@new point finite filter
@@ -864,7 +864,7 @@new point finite filter
@@ -934,7 +934,7 @@new point finite filter
@@ -944,7 +944,7 @@new polygon
@@ -474,7 +474,7 @@new polygon
@@ -527,7 +527,7 @@new polygon
@@ -580,7 +580,7 @@new polygon
@@ -619,7 +619,7 @@new polygon
@@ -689,7 +689,7 @@new polygon
@@ -747,7 +747,7 @@new polygon
@@ -805,7 +805,7 @@new polygon
@@ -889,7 +889,7 @@new polygon
@@ -947,7 +947,7 @@new polygon
@@ -986,7 +986,7 @@line string rings
@@ -1040,7 +1040,7 @@ring
@@ -1138,7 +1138,7 @@exterior ring
@@ -1196,7 +1196,7 @@interior ring
@@ -1206,7 +1206,7 @@new polyhedral surface
@@ -456,7 +456,7 @@new polyhedral surface
@@ -510,7 +510,7 @@new polyhedral surface
@@ -563,7 +563,7 @@new polyhedral surface
@@ -617,7 +617,7 @@new polyhedral surface
@@ -656,7 +656,7 @@new polyhedral surface
@@ -726,7 +726,7 @@new polyhedral surface
@@ -784,7 +784,7 @@new polyhedral surface
@@ -842,7 +842,7 @@new polyhedral surface
@@ -926,7 +926,7 @@new polyhedral surface
@@ -985,7 +985,7 @@new polyhedral surface
@@ -1024,7 +1024,7 @@patches
@@ -1078,7 +1078,7 @@polygon count
@@ -1372,7 +1372,7 @@patch count
@@ -1430,7 +1430,7 @@polygon
@@ -1488,7 +1488,7 @@polygon patch
@@ -1498,7 +1498,7 @@segment
@@ -527,7 +527,7 @@edge number
@@ -566,7 +566,7 @@polygon ring number
@@ -605,7 +605,7 @@left point
@@ -644,7 +644,7 @@right point
@@ -654,7 +654,7 @@true if simple, false if intersects
@@ -506,7 +506,7 @@true if simple, false if intersects
@@ -564,7 +564,7 @@true if simple, false if intersects
@@ -622,7 +622,7 @@true if simple, false if intersects
@@ -632,7 +632,7 @@added segment
@@ -495,7 +495,7 @@segment
@@ -566,7 +566,7 @@true if intersection, false if not
@@ -620,7 +620,7 @@NSOrderedDescending if p1 > p2, NSOrderedAscending if p1 < p2, NSOrderedSame if equal
@@ -701,7 +701,7 @@new tin
@@ -474,7 +474,7 @@new tin
@@ -527,7 +527,7 @@new tin
@@ -580,7 +580,7 @@new tin
@@ -619,7 +619,7 @@new tin
@@ -689,7 +689,7 @@new tin
@@ -747,7 +747,7 @@new tin
@@ -805,7 +805,7 @@new tin
@@ -863,7 +863,7 @@new tin
@@ -873,7 +873,7 @@text
@@ -459,7 +459,7 @@token
@@ -498,7 +498,7 @@next token
@@ -537,7 +537,7 @@double
@@ -547,7 +547,7 @@new triangle
@@ -473,7 +473,7 @@new triangle
@@ -526,7 +526,7 @@new triangle
@@ -579,7 +579,7 @@new triangle
@@ -618,7 +618,7 @@new triangle
@@ -688,7 +688,7 @@new triangle
@@ -746,7 +746,7 @@new triangle
@@ -804,7 +804,7 @@new triangle
@@ -862,7 +862,7 @@new triangle
@@ -872,7 +872,7 @@new byte reader
@@ -555,7 +555,7 @@new byte reader
@@ -613,7 +613,7 @@string value
@@ -652,7 +652,7 @@byte
@@ -710,7 +710,7 @@data value
@@ -749,7 +749,7 @@integer
@@ -788,7 +788,7 @@double
@@ -798,7 +798,7 @@new byte writer
@@ -523,7 +523,7 @@new byte writer
@@ -558,7 +558,7 @@byte data
@@ -636,7 +636,7 @@bytes written
@@ -690,7 +690,7 @@new instance
@@ -474,7 +474,7 @@centroid point
@@ -523,7 +523,7 @@new instance
@@ -473,7 +473,7 @@centroid point
@@ -522,7 +522,7 @@new instance
@@ -474,7 +474,7 @@centroid point
@@ -523,7 +523,7 @@new circular string
@@ -474,7 +474,7 @@new circular string
@@ -528,7 +528,7 @@new circular string
@@ -567,7 +567,7 @@new circular string
@@ -637,7 +637,7 @@new circular string
@@ -695,7 +695,7 @@new circular string
@@ -753,7 +753,7 @@new circular string
@@ -763,7 +763,7 @@new compound curve
@@ -455,7 +455,7 @@new compound curve
@@ -509,7 +509,7 @@new compound curve
@@ -562,7 +562,7 @@new compound curve
@@ -616,7 +616,7 @@new compound curve
@@ -655,7 +655,7 @@new compound curve
@@ -725,7 +725,7 @@new compound curve
@@ -784,7 +784,7 @@new compound curve
@@ -842,7 +842,7 @@new compound curve
@@ -900,7 +900,7 @@new compound curve
@@ -954,7 +954,7 @@line string count
@@ -1105,7 +1105,7 @@line string
@@ -1115,7 +1115,7 @@start point
@@ -487,7 +487,7 @@end point
@@ -526,7 +526,7 @@true if closed
@@ -565,7 +565,7 @@true if a ring
@@ -575,7 +575,7 @@new curve polygon
@@ -456,7 +456,7 @@new curve polygon
@@ -509,7 +509,7 @@new curve polygon
@@ -562,7 +562,7 @@new curve polygon
@@ -615,7 +615,7 @@new curve polygon
@@ -654,7 +654,7 @@new curve polygon
@@ -724,7 +724,7 @@new curve polygon
@@ -782,7 +782,7 @@new curve polygon
@@ -840,7 +840,7 @@new curve polygon
@@ -924,7 +924,7 @@new curve polygon
@@ -982,7 +982,7 @@new curve polygon
@@ -1036,7 +1036,7 @@ring count
@@ -1188,7 +1188,7 @@ring
@@ -1227,7 +1227,7 @@exterior ring
@@ -1266,7 +1266,7 @@number of interior rings
@@ -1324,7 +1324,7 @@interior ring
@@ -1334,7 +1334,7 @@new instance
@@ -476,7 +476,7 @@centroid point
@@ -486,7 +486,7 @@edge number
@@ -496,7 +496,7 @@polygon ring number
@@ -535,7 +535,7 @@polygon point
@@ -574,7 +574,7 @@event type
@@ -613,7 +613,7 @@sorted events
@@ -623,7 +623,7 @@event queue
@@ -476,7 +476,7 @@events
@@ -486,7 +486,7 @@new extended geometry collection
@@ -491,7 +491,7 @@new extended geometry collection
@@ -550,7 +550,7 @@new extended geometry collection
@@ -585,7 +585,7 @@new geometry
@@ -549,7 +549,7 @@true if has z coordinates
@@ -588,7 +588,7 @@true if has m coordinates
@@ -627,7 +627,7 @@geometry envelope
@@ -681,7 +681,7 @@dimension
@@ -762,7 +762,7 @@centroid point
@@ -804,7 +804,7 @@centroid point
@@ -843,7 +843,7 @@true if empty
@@ -883,7 +883,7 @@true if simple
@@ -937,7 +937,7 @@new geometry collection
@@ -456,7 +456,7 @@new geometry collection
@@ -510,7 +510,7 @@new geometry collection
@@ -563,7 +563,7 @@new geometry collection
@@ -617,7 +617,7 @@new geometry collection
@@ -656,7 +656,7 @@new geometry collection
@@ -726,7 +726,7 @@new geometry collection
@@ -784,7 +784,7 @@new geometry collection
@@ -842,7 +842,7 @@new geometry collection
@@ -926,7 +926,7 @@new geometry collection
@@ -985,7 +985,7 @@new geometry collection
@@ -1039,7 +1039,7 @@geometry count
@@ -1190,7 +1190,7 @@geometry
@@ -1235,7 +1235,7 @@true if a multi point or contains only points
@@ -1315,7 +1315,7 @@multi point
@@ -1355,7 +1355,7 @@true if a multi line string or contains only line strings
@@ -1395,7 +1395,7 @@multi line string
@@ -1435,7 +1435,7 @@true if a multi polygon or contains only polygons
@@ -1475,7 +1475,7 @@multi polygon
@@ -1515,7 +1515,7 @@true if contains only curves
@@ -1554,7 +1554,7 @@multi curve
@@ -1594,7 +1594,7 @@true if contains only surfaces
@@ -1633,7 +1633,7 @@multi surface
@@ -1672,7 +1672,7 @@geometry collection
@@ -1682,7 +1682,7 @@new geometry envelope
@@ -770,7 +770,7 @@new geometry envelope
@@ -862,7 +862,7 @@new geometry envelope
@@ -954,7 +954,7 @@new geometry envelope
@@ -1072,7 +1072,7 @@new geometry envelope
@@ -1190,7 +1190,7 @@new geometry envelope
@@ -1334,7 +1334,7 @@new geometry envelope
@@ -1478,7 +1478,7 @@new geometry envelope
@@ -1532,7 +1532,7 @@new geometry envelope
@@ -1571,7 +1571,7 @@new geometry envelope
@@ -1641,7 +1641,7 @@new geometry envelope
@@ -1738,7 +1738,7 @@new geometry envelope
@@ -1835,7 +1835,7 @@new geometry envelope
@@ -1958,7 +1958,7 @@new geometry envelope
@@ -2081,7 +2081,7 @@new geometry envelope
@@ -2230,7 +2230,7 @@new geometry envelope
@@ -2379,7 +2379,7 @@new geometry envelope
@@ -2437,7 +2437,7 @@new geometry envelope
@@ -2491,7 +2491,7 @@has z
@@ -2947,7 +2947,7 @@has m
@@ -2986,7 +2986,7 @@x range
@@ -3025,7 +3025,7 @@y range
@@ -3064,7 +3064,7 @@z range
@@ -3103,7 +3103,7 @@m range
@@ -3142,7 +3142,7 @@true if a single point bounds
@@ -3181,7 +3181,7 @@top left point
@@ -3220,7 +3220,7 @@bottom left point
@@ -3259,7 +3259,7 @@bottom right point
@@ -3298,7 +3298,7 @@top right point
@@ -3337,7 +3337,7 @@left line
@@ -3376,7 +3376,7 @@bottom line
@@ -3415,7 +3415,7 @@right line
@@ -3454,7 +3454,7 @@top line
@@ -3493,7 +3493,7 @@mid x
@@ -3532,7 +3532,7 @@mid y
@@ -3571,7 +3571,7 @@centroid point
@@ -3610,7 +3610,7 @@true if empty
@@ -3668,7 +3668,7 @@true if intersects
@@ -3739,7 +3739,7 @@true if intersects
@@ -3797,7 +3797,7 @@geometry envelope
@@ -3868,7 +3868,7 @@geometry envelope
@@ -3926,7 +3926,7 @@geometry envelope
@@ -3984,7 +3984,7 @@true if contains
@@ -4054,7 +4054,7 @@true if contains
@@ -4124,7 +4124,7 @@true if contains
@@ -4206,7 +4206,7 @@true if contains
@@ -4264,7 +4264,7 @@true if contains
@@ -4335,7 +4335,7 @@true if contains
@@ -4374,7 +4374,7 @@geometry, polygon or point
@@ -4384,7 +4384,7 @@geometry, polygon or point
@@ -514,7 +514,7 @@geometry type
@@ -467,7 +467,7 @@distance
@@ -508,7 +508,7 @@distance
@@ -578,7 +578,7 @@bearing angle in degrees between 0 and 360
@@ -637,7 +637,7 @@true if north bearing
@@ -753,7 +753,7 @@true if east bearing
@@ -811,7 +811,7 @@true if south bearing
@@ -869,7 +869,7 @@true if west bearing
@@ -927,7 +927,7 @@radians
@@ -985,7 +985,7 @@degrees
@@ -1046,7 +1046,7 @@centroid point
@@ -1107,7 +1107,7 @@centroid point
@@ -1163,7 +1163,7 @@simplified points
@@ -1642,7 +1642,7 @@distance in meters
@@ -1712,7 +1712,7 @@true if in the polygon
@@ -1796,7 +1796,7 @@true if in the polygon
@@ -1866,7 +1866,7 @@true if in the polygon
@@ -1950,7 +1950,7 @@true if in the polygon
@@ -2020,7 +2020,7 @@true if in the polygon
@@ -2104,7 +2104,7 @@true if in the polygon
@@ -2174,7 +2174,7 @@true if on the polygon edge
@@ -2258,7 +2258,7 @@true if on the polygon edge
@@ -2328,7 +2328,7 @@true if on the polygon edge
@@ -2412,7 +2412,7 @@true if on the polygon edge
@@ -2482,7 +2482,7 @@true if on the polygon edge
@@ -2566,7 +2566,7 @@true if on the polygon edge
@@ -2625,7 +2625,7 @@true if the first and last points are the same
@@ -2684,7 +2684,7 @@true if the first and last points are the same
@@ -2743,7 +2743,7 @@true if the first and last points are the same
@@ -2813,7 +2813,7 @@true if on the line
@@ -2897,7 +2897,7 @@true if on the line
@@ -2967,7 +2967,7 @@true if on the line
@@ -3051,7 +3051,7 @@true if on the line
@@ -3135,7 +3135,7 @@true if on the path
@@ -3232,7 +3232,7 @@true if on the path
@@ -3302,7 +3302,7 @@intersection point or null if no intersection
@@ -3399,7 +3399,7 @@intersection point or null if no intersection
@@ -3457,7 +3457,7 @@geometry in meters
@@ -3515,7 +3515,7 @@point in meters
@@ -3585,7 +3585,7 @@point in meters
@@ -3643,7 +3643,7 @@multi point in meters
@@ -3701,7 +3701,7 @@line string in meters
@@ -3759,7 +3759,7 @@line in meters
@@ -3818,7 +3818,7 @@multi line string in meters
@@ -3876,7 +3876,7 @@polygon in meters
@@ -3935,7 +3935,7 @@multi polygon in meters
@@ -3994,7 +3994,7 @@circular string in meters
@@ -4053,7 +4053,7 @@compound curve in meters
@@ -4112,7 +4112,7 @@curve polygon in meters
@@ -4171,7 +4171,7 @@polyhedral surface in meters
@@ -4229,7 +4229,7 @@TIN in meters
@@ -4287,7 +4287,7 @@triangle in meters
@@ -4345,7 +4345,7 @@geometry in degrees
@@ -4403,7 +4403,7 @@point in degrees
@@ -4473,7 +4473,7 @@point in degrees
@@ -4531,7 +4531,7 @@multi point in degrees
@@ -4589,7 +4589,7 @@line string in degrees
@@ -4647,7 +4647,7 @@line in degrees
@@ -4706,7 +4706,7 @@multi line string in degrees
@@ -4764,7 +4764,7 @@polygon in degrees
@@ -4823,7 +4823,7 @@multi polygon in degrees
@@ -4882,7 +4882,7 @@circular string in degrees
@@ -4941,7 +4941,7 @@compound curve in degrees
@@ -5000,7 +5000,7 @@curve polygon in degrees
@@ -5059,7 +5059,7 @@polyhedral surface in degrees
@@ -5117,7 +5117,7 @@TIN in degrees
@@ -5175,7 +5175,7 @@triangle in degrees
@@ -5214,7 +5214,7 @@geometry envelope
@@ -5254,7 +5254,7 @@geometry envelope
@@ -5293,7 +5293,7 @@geometry envelope
@@ -5332,7 +5332,7 @@geometry envelope
@@ -5392,7 +5392,7 @@cropped geometry in meters or null
@@ -5465,7 +5465,7 @@cropped geometry in meters or null
@@ -5536,7 +5536,7 @@cropped point or null
@@ -5609,7 +5609,7 @@cropped points in meters or null
@@ -5680,7 +5680,7 @@cropped multi point or null
@@ -5753,7 +5753,7 @@cropped line string in meters or null
@@ -5825,7 +5825,7 @@cropped line in meters or null
@@ -5898,7 +5898,7 @@cropped multi line string in meters or null
@@ -5971,7 +5971,7 @@cropped polygon in meters or null
@@ -6044,7 +6044,7 @@cropped multi polygon in meters or null
@@ -6117,7 +6117,7 @@cropped circular string in meters or null
@@ -6190,7 +6190,7 @@cropped compound curve in meters or null
@@ -6263,7 +6263,7 @@cropped curve polygon in meters or null
@@ -6337,7 +6337,7 @@cropped polyhedral surface in meters or null
@@ -6409,7 +6409,7 @@cropped TIN in meters or null
@@ -6482,7 +6482,7 @@cropped triangle in meters or null
@@ -6553,7 +6553,7 @@true if equal
@@ -6638,7 +6638,7 @@true if equal
@@ -6711,7 +6711,7 @@true if contains
@@ -6784,7 +6784,7 @@true if contains
@@ -6842,7 +6842,7 @@true if has z
@@ -7204,7 +7204,7 @@true if has m
@@ -7265,7 +7265,7 @@list of increasing parent types
@@ -7324,7 +7324,7 @@child type hierarchy, null if no children
@@ -7441,7 +7441,7 @@child geometry types, empty list if no child types
@@ -7499,7 +7499,7 @@encoded dta
@@ -7557,7 +7557,7 @@geometry
@@ -7567,7 +7567,7 @@new line
@@ -473,7 +473,7 @@new line
@@ -538,7 +538,7 @@new line
@@ -591,7 +591,7 @@new line
@@ -630,7 +630,7 @@new line
@@ -700,7 +700,7 @@new line
@@ -758,7 +758,7 @@new line
@@ -828,7 +828,7 @@new line
@@ -886,7 +886,7 @@new line
@@ -896,7 +896,7 @@new line string
@@ -455,7 +455,7 @@new line string
@@ -508,7 +508,7 @@new line string
@@ -561,7 +561,7 @@new line string
@@ -600,7 +600,7 @@new line string
@@ -670,7 +670,7 @@new line string
@@ -728,7 +728,7 @@new line string
@@ -812,7 +812,7 @@new line string
@@ -870,7 +870,7 @@new line string
@@ -924,7 +924,7 @@point count
@@ -1075,7 +1075,7 @@point
@@ -1085,7 +1085,7 @@new linear ring
@@ -473,7 +473,7 @@new linear ring
@@ -526,7 +526,7 @@new linear ring
@@ -565,7 +565,7 @@new linear ring
@@ -635,7 +635,7 @@new linear ring
@@ -693,7 +693,7 @@new linear ring
@@ -751,7 +751,7 @@new linear ring
@@ -761,7 +761,7 @@curves
@@ -499,7 +499,7 @@curve count
@@ -704,7 +704,7 @@curve
@@ -744,7 +744,7 @@true if closed
@@ -754,7 +754,7 @@new multi line string
@@ -475,7 +475,7 @@new multi line string
@@ -528,7 +528,7 @@new multi line string
@@ -582,7 +582,7 @@new multi line string
@@ -621,7 +621,7 @@new multi line string
@@ -691,7 +691,7 @@new multi line string
@@ -750,7 +750,7 @@new multi line string
@@ -808,7 +808,7 @@new multi line string
@@ -866,7 +866,7 @@new multi line string
@@ -905,7 +905,7 @@line strings
@@ -959,7 +959,7 @@line string count
@@ -1164,7 +1164,7 @@line string
@@ -1174,7 +1174,7 @@new multi point
@@ -474,7 +474,7 @@new multi point
@@ -527,7 +527,7 @@new multi point
@@ -580,7 +580,7 @@new multi point
@@ -619,7 +619,7 @@new multi point
@@ -689,7 +689,7 @@new multi point
@@ -747,7 +747,7 @@new multi point
@@ -805,7 +805,7 @@new multi point
@@ -863,7 +863,7 @@new multi point
@@ -902,7 +902,7 @@points
@@ -956,7 +956,7 @@point count
@@ -1161,7 +1161,7 @@point
@@ -1171,7 +1171,7 @@new multi polygon
@@ -475,7 +475,7 @@new multi polygon
@@ -528,7 +528,7 @@new multi polygon
@@ -581,7 +581,7 @@new multi polygon
@@ -620,7 +620,7 @@new multi polygon
@@ -690,7 +690,7 @@new multi polygon
@@ -748,7 +748,7 @@new multi polygon
@@ -806,7 +806,7 @@new multi polygon
@@ -864,7 +864,7 @@new multi polygon
@@ -903,7 +903,7 @@polygons
@@ -957,7 +957,7 @@polygon count
@@ -1162,7 +1162,7 @@polygon
@@ -1172,7 +1172,7 @@surfaces
@@ -499,7 +499,7 @@surface count
@@ -704,7 +704,7 @@surface
@@ -714,7 +714,7 @@new point
@@ -561,7 +561,7 @@new point
@@ -626,7 +626,7 @@new point
@@ -705,7 +705,7 @@new point
@@ -784,7 +784,7 @@new point
@@ -861,7 +861,7 @@new point
@@ -953,7 +953,7 @@new point
@@ -1045,7 +1045,7 @@new point
@@ -1137,7 +1137,7 @@new point
@@ -1229,7 +1229,7 @@new point
@@ -1321,7 +1321,7 @@new point
@@ -1374,7 +1374,7 @@new point
@@ -1413,7 +1413,7 @@new point
@@ -1483,7 +1483,7 @@new point
@@ -1553,7 +1553,7 @@new point
@@ -1637,7 +1637,7 @@new point
@@ -1721,7 +1721,7 @@new point
@@ -1805,7 +1805,7 @@new point
@@ -1902,7 +1902,7 @@new point
@@ -1999,7 +1999,7 @@new point
@@ -2096,7 +2096,7 @@new point
@@ -2193,7 +2193,7 @@new point
@@ -2290,7 +2290,7 @@new point
@@ -2348,7 +2348,7 @@new point
@@ -2402,7 +2402,7 @@
+
+
+ -isEqualXToPoint:
+
+ Indicates if x values are equal
+ +Objective-C
+- (BOOL)isEqualXToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualX(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if x is equal
+
+
+
+ -isEqualYToPoint:
+
+ Indicates if y values are equal
+ +Objective-C
+- (BOOL)isEqualYToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualY(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if y is equal
+
+
+
+ -isEqualXYToPoint:
+
+ Indicates if x and y values are equal
+ +Objective-C
+- (BOOL)isEqualXYToPoint:(SFPoint *)point;
+
+ Swift
+func isEqualXY(to point: SFPoint!) -> Bool
+
+
+
+ point
+
+ |
+
+
+
+ point to compare + |
+
true if x and y are equal
+new point finite filter
@@ -524,7 +524,7 @@new point finite filter
@@ -594,7 +594,7 @@new point finite filter
@@ -664,7 +664,7 @@new point finite filter
@@ -748,7 +748,7 @@new point finite filter
@@ -806,7 +806,7 @@new point finite filter
@@ -864,7 +864,7 @@new point finite filter
@@ -934,7 +934,7 @@new point finite filter
@@ -944,7 +944,7 @@new polygon
@@ -474,7 +474,7 @@new polygon
@@ -527,7 +527,7 @@new polygon
@@ -580,7 +580,7 @@new polygon
@@ -619,7 +619,7 @@new polygon
@@ -689,7 +689,7 @@new polygon
@@ -747,7 +747,7 @@new polygon
@@ -805,7 +805,7 @@new polygon
@@ -889,7 +889,7 @@new polygon
@@ -947,7 +947,7 @@new polygon
@@ -986,7 +986,7 @@line string rings
@@ -1040,7 +1040,7 @@ring
@@ -1138,7 +1138,7 @@exterior ring
@@ -1196,7 +1196,7 @@interior ring
@@ -1206,7 +1206,7 @@new polyhedral surface
@@ -456,7 +456,7 @@new polyhedral surface
@@ -510,7 +510,7 @@new polyhedral surface
@@ -563,7 +563,7 @@new polyhedral surface
@@ -617,7 +617,7 @@new polyhedral surface
@@ -656,7 +656,7 @@new polyhedral surface
@@ -726,7 +726,7 @@new polyhedral surface
@@ -784,7 +784,7 @@new polyhedral surface
@@ -842,7 +842,7 @@new polyhedral surface
@@ -926,7 +926,7 @@new polyhedral surface
@@ -985,7 +985,7 @@new polyhedral surface
@@ -1024,7 +1024,7 @@patches
@@ -1078,7 +1078,7 @@polygon count
@@ -1372,7 +1372,7 @@patch count
@@ -1430,7 +1430,7 @@polygon
@@ -1488,7 +1488,7 @@polygon patch
@@ -1498,7 +1498,7 @@segment
@@ -527,7 +527,7 @@edge number
@@ -566,7 +566,7 @@polygon ring number
@@ -605,7 +605,7 @@left point
@@ -644,7 +644,7 @@right point
@@ -654,7 +654,7 @@true if simple, false if intersects
@@ -506,7 +506,7 @@true if simple, false if intersects
@@ -564,7 +564,7 @@true if simple, false if intersects
@@ -622,7 +622,7 @@true if simple, false if intersects
@@ -632,7 +632,7 @@added segment
@@ -495,7 +495,7 @@segment
@@ -566,7 +566,7 @@true if intersection, false if not
@@ -620,7 +620,7 @@NSOrderedDescending if p1 > p2, NSOrderedAscending if p1 < p2, NSOrderedSame if equal
@@ -701,7 +701,7 @@new tin
@@ -474,7 +474,7 @@new tin
@@ -527,7 +527,7 @@new tin
@@ -580,7 +580,7 @@new tin
@@ -619,7 +619,7 @@new tin
@@ -689,7 +689,7 @@new tin
@@ -747,7 +747,7 @@new tin
@@ -805,7 +805,7 @@new tin
@@ -863,7 +863,7 @@new tin
@@ -873,7 +873,7 @@text
@@ -459,7 +459,7 @@token
@@ -498,7 +498,7 @@next token
@@ -537,7 +537,7 @@double
@@ -547,7 +547,7 @@new triangle
@@ -473,7 +473,7 @@new triangle
@@ -526,7 +526,7 @@new triangle
@@ -579,7 +579,7 @@new triangle
@@ -618,7 +618,7 @@new triangle
@@ -688,7 +688,7 @@new triangle
@@ -746,7 +746,7 @@new triangle
@@ -804,7 +804,7 @@new triangle
@@ -862,7 +862,7 @@new triangle
@@ -872,7 +872,7 @@