You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
153
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
parent.document.title="API Help (Simple Features 2.0.0 API)";
16
+
parent.document.title="API Help (Simple Features 2.0.1 API)";
17
17
}
18
18
}
19
19
catch(err){
@@ -226,6 +226,6 @@ <h2>Constant Field Values</h2>
226
226
<!-- -->
227
227
</a></div>
228
228
<!-- ======== END OF BOTTOM NAVBAR ======= -->
229
-
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
229
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
parent.document.title="Index (Simple Features 2.0.0 API)";
16
+
parent.document.title="Index (Simple Features 2.0.1 API)";
17
17
}
18
18
}
19
19
catch(err){
@@ -251,6 +251,14 @@ <h2 class="title">C</h2>
251
251
<dd>
252
252
<divclass="block">Constructor</div>
253
253
</dd>
254
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#childHierarchy-mil.nga.sf.GeometryType-">childHierarchy(GeometryType)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
255
+
<dd>
256
+
<divclass="block">Get the child type hierarchy of the provided geometry type.</div>
257
+
</dd>
258
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#childTypes-mil.nga.sf.GeometryType-">childTypes(GeometryType)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
259
+
<dd>
260
+
<divclass="block">Get the immediate child Geometry Types of the provided geometry type</div>
261
+
</dd>
254
262
<dt><ahref="mil/nga/sf/CircularString.html" title="class in mil.nga.sf"><spanclass="typeNameLink">CircularString</span></a> - Class in <ahref="mil/nga/sf/package-summary.html">mil.nga.sf</a></dt>
255
263
<dd>
256
264
<divclass="block">Circular String, Curve sub type</div>
@@ -315,6 +323,10 @@ <h2 class="title">C</h2>
315
323
<dd>
316
324
<divclass="block">Copy Constructor</div>
317
325
</dd>
326
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/GeometryEnvelope.html#contains-mil.nga.sf.GeometryEnvelope-">contains(GeometryEnvelope)</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf">GeometryEnvelope</a></dt>
327
+
<dd>
328
+
<divclass="block">Determine if inclusively contains the provided envelope</div>
329
+
</dd>
318
330
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/CircularString.html#copy--">copy()</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/CircularString.html" title="class in mil.nga.sf">CircularString</a></dt>
319
331
<dd>
320
332
<divclass="block">Copy the geometry</div>
@@ -433,6 +445,10 @@ <h2 class="title">D</h2>
433
445
<dd>
434
446
<divclass="block">Default epsilon for line tolerance</div>
435
447
</dd>
448
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#deserialize-byte:A-">deserialize(byte[])</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
449
+
<dd>
450
+
<divclass="block">Deserialize the bytes into a geometry</div>
451
+
</dd>
436
452
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#distance-mil.nga.sf.Point-mil.nga.sf.Point-">distance(Point, Point)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
437
453
<dd>
438
454
<divclass="block">Get the Pythagorean theorem distance between two points</div>
@@ -656,7 +672,8 @@ <h2 class="title">G</h2>
656
672
</dd>
657
673
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/Geometry.html#getCentroid--">getCentroid()</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/Geometry.html" title="class in mil.nga.sf">Geometry</a></dt>
658
674
<dd>
659
-
<divclass="block">Get the mathematical centroid for this Geometry as a Point</div>
675
+
<divclass="block">Get the mathematical centroid point of a 2 dimensional representation of
676
+
the Geometry (balancing point of a 2d cutout of the geometry).</div>
660
677
</dd>
661
678
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/centroid/CentroidCurve.html#getCentroid--">getCentroid()</a></span> - Method in class mil.nga.sf.util.centroid.<ahref="mil/nga/sf/util/centroid/CentroidCurve.html" title="class in mil.nga.sf.util.centroid">CentroidCurve</a></dt>
662
679
<dd>
@@ -672,7 +689,8 @@ <h2 class="title">G</h2>
672
689
</dd>
673
690
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#getCentroid-mil.nga.sf.Geometry-">getCentroid(Geometry)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
674
691
<dd>
675
-
<divclass="block">Get the centroid point of the Geometry</div>
692
+
<divclass="block">Get the centroid point of a 2 dimensional representation of the Geometry
693
+
(balancing point of a 2d cutout of the geometry).</div>
676
694
</dd>
677
695
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/GeometryCollection.html#getCollectionType--">getCollectionType()</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/GeometryCollection.html" title="class in mil.nga.sf">GeometryCollection</a></dt>
678
696
<dd>
@@ -937,6 +955,14 @@ <h2 class="title">I</h2>
937
955
<dd>
938
956
<divclass="block">Determine if the two segments intersect</div>
939
957
</dd>
958
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/GeometryEnvelope.html#intersects-mil.nga.sf.GeometryEnvelope-">intersects(GeometryEnvelope)</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf">GeometryEnvelope</a></dt>
959
+
<dd>
960
+
<divclass="block">Determine if intersects with the provided envelope</div>
961
+
</dd>
962
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/GeometryEnvelope.html#intersects-mil.nga.sf.GeometryEnvelope-boolean-">intersects(GeometryEnvelope, boolean)</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf">GeometryEnvelope</a></dt>
963
+
<dd>
964
+
<divclass="block">Determine if intersects with the provided envelope</div>
965
+
</dd>
940
966
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/Geometry.html#is3D--">is3D()</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/Geometry.html" title="class in mil.nga.sf">Geometry</a></dt>
941
967
<dd>
942
968
<divclass="block">Does the geometry have z coordinates</div>
@@ -1326,12 +1352,25 @@ <h2 class="title">O</h2>
1326
1352
<dd>
1327
1353
<divclass="block">Get the overlapping geometry envelope with the provided envelope</div>
1328
1354
</dd>
1355
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/GeometryEnvelope.html#overlap-mil.nga.sf.GeometryEnvelope-boolean-">overlap(GeometryEnvelope, boolean)</a></span> - Method in class mil.nga.sf.<ahref="mil/nga/sf/GeometryEnvelope.html" title="class in mil.nga.sf">GeometryEnvelope</a></dt>
1356
+
<dd>
1357
+
<divclass="block">Get the overlapping geometry envelope with the provided envelope</div>
1358
+
</dd>
1329
1359
</dl>
1330
1360
<aname="I:P">
1331
1361
<!-- -->
1332
1362
</a>
1333
1363
<h2class="title">P</h2>
1334
1364
<dl>
1365
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#parentHierarchy-mil.nga.sf.GeometryType-">parentHierarchy(GeometryType)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
1366
+
<dd>
1367
+
<divclass="block">Get the parent type hierarchy of the provided geometry type starting with
1368
+
the immediate parent.</div>
1369
+
</dd>
1370
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#parentType-mil.nga.sf.GeometryType-">parentType(GeometryType)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
1371
+
<dd>
1372
+
<divclass="block">Get the parent Geometry Type of the provided geometry type</div>
1373
+
</dd>
1335
1374
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#perpendicularDistance-mil.nga.sf.Point-mil.nga.sf.Point-mil.nga.sf.Point-">perpendicularDistance(Point, Point, Point)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
1336
1375
<dd>
1337
1376
<divclass="block">Calculate the perpendicular distance between the point and the line
@@ -1538,6 +1577,10 @@ <h2 class="title">S</h2>
1538
1577
<dd>
1539
1578
<divclass="block">Constructor</div>
1540
1579
</dd>
1580
+
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/GeometryUtils.html#serialize-mil.nga.sf.Geometry-">serialize(Geometry)</a></span> - Static method in class mil.nga.sf.util.<ahref="mil/nga/sf/util/GeometryUtils.html" title="class in mil.nga.sf.util">GeometryUtils</a></dt>
1581
+
<dd>
1582
+
<divclass="block">Serialize the geometry to bytes</div>
1583
+
</dd>
1541
1584
<dt><spanclass="memberNameLink"><ahref="mil/nga/sf/util/sweep/Segment.html#setAbove-mil.nga.sf.util.sweep.Segment-">setAbove(Segment)</a></span> - Method in class mil.nga.sf.util.sweep.<ahref="mil/nga/sf/util/sweep/Segment.html" title="class in mil.nga.sf.util.sweep">Segment</a></dt>
1542
1585
<dd>
1543
1586
<divclass="block">Set the segment above</div>
@@ -1928,6 +1971,6 @@ <h2 class="title">X</h2>
1928
1971
<!-- -->
1929
1972
</a></div>
1930
1973
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1931
-
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
1974
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
<dd><ahref="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
129
+
</dl>
126
130
<hr>
127
131
<br>
128
132
<pre>public class <spanclass="typeNameLabel">CircularString</span>
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
390
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
<dd><ahref="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
124
+
</dl>
121
125
<hr>
122
126
<br>
123
127
<pre>public class <spanclass="typeNameLabel">CompoundCurve</span>
<pclass="legalCopy"><small>Copyright © 2018<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
643
+
<pclass="legalCopy"><small>Copyright © 2019<ahref="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
0 commit comments