|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_25) on Mon Jun 12 11:05:32 MDT 2017 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_25) on Mon Nov 20 09:28:43 MST 2017 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 | | -<title>Index (Well-Known Binary 1.0.3 API)</title> |
8 | | -<meta name="date" content="2017-06-12"> |
| 7 | +<title>Index (Well-Known Binary 1.0.4 API)</title> |
| 8 | +<meta name="date" content="2017-11-20"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
10 | 10 | <script type="text/javascript" src="script.js"></script> |
11 | 11 | </head> |
12 | 12 | <body> |
13 | 13 | <script type="text/javascript"><!-- |
14 | 14 | try { |
15 | 15 | if (location.href.indexOf('is-external=true') == -1) { |
16 | | - parent.document.title="Index (Well-Known Binary 1.0.3 API)"; |
| 16 | + parent.document.title="Index (Well-Known Binary 1.0.4 API)"; |
17 | 17 | } |
18 | 18 | } |
19 | 19 | catch(err) { |
@@ -747,6 +747,11 @@ <h2 class="title">N</h2> |
747 | 747 | </a> |
748 | 748 | <h2 class="title">P</h2> |
749 | 749 | <dl> |
| 750 | +<dt><span class="memberNameLink"><a href="mil/nga/wkb/util/GeometryUtils.html#perpendicularDistance-mil.nga.wkb.geom.Point-mil.nga.wkb.geom.Point-mil.nga.wkb.geom.Point-">perpendicularDistance(Point, Point, Point)</a></span> - Static method in class mil.nga.wkb.util.<a href="mil/nga/wkb/util/GeometryUtils.html" title="class in mil.nga.wkb.util">GeometryUtils</a></dt> |
| 751 | +<dd> |
| 752 | +<div class="block">Calculate the perpendicular distance between the point and the line |
| 753 | + represented by the start and end points.</div> |
| 754 | +</dd> |
750 | 755 | <dt><a href="mil/nga/wkb/geom/Point.html" title="class in mil.nga.wkb.geom"><span class="typeNameLink">Point</span></a> - Class in <a href="mil/nga/wkb/geom/package-summary.html">mil.nga.wkb.geom</a></dt> |
751 | 756 | <dd> |
752 | 757 | <div class="block">A single location in space.</div> |
@@ -992,6 +997,11 @@ <h2 class="title">S</h2> |
992 | 997 | <dd> |
993 | 998 | <div class="block">Set z</div> |
994 | 999 | </dd> |
| 1000 | +<dt><span class="memberNameLink"><a href="mil/nga/wkb/util/GeometryUtils.html#simplifyPoints-java.util.List-double-">simplifyPoints(List<Point>, double)</a></span> - Static method in class mil.nga.wkb.util.<a href="mil/nga/wkb/util/GeometryUtils.html" title="class in mil.nga.wkb.util">GeometryUtils</a></dt> |
| 1001 | +<dd> |
| 1002 | +<div class="block">Simplify the ordered points (representing a line, polygon, etc) using the |
| 1003 | + Douglas Peucker algorithm to create a similar curve with fewer points.</div> |
| 1004 | +</dd> |
995 | 1005 | <dt><span class="memberNameLink"><a href="mil/nga/wkb/io/ByteWriter.html#size--">size()</a></span> - Method in class mil.nga.wkb.io.<a href="mil/nga/wkb/io/ByteWriter.html" title="class in mil.nga.wkb.io">ByteWriter</a></dt> |
996 | 1006 | <dd> |
997 | 1007 | <div class="block">Get the current size in bytes written</div> |
|
0 commit comments