From 0b85962e6cccd735ef0f263c852117d835a29e9d Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 29 Aug 2017 12:29:47 -0700 Subject: [PATCH 01/10] Move FAQ styles to CSS file Signed-off-by: Martin Davis --- faq.html | 12 ------------ jts-doc.css | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/faq.html b/faq.html index 219ca3568..0b95cc003 100644 --- a/faq.html +++ b/faq.html @@ -5,18 +5,6 @@ JTS | FAQ -
diff --git a/jts-doc.css b/jts-doc.css index 2f46550dc..d5869b166 100644 --- a/jts-doc.css +++ b/jts-doc.css @@ -18,4 +18,17 @@ body { } .content { margin: 10px; -} \ No newline at end of file +} +.javadoc { + font-family: "Courier New", Courier, monospace; + text-decoration: none; + font-size: 1em; + font-weight: bold; +} +.wkt { + font-family: "Courier New", Courier, monospace; + font-size: 10pt; + background-color: #dddddd; + padding: 4px 5px 4px 5px; + border-radius: 5px; +} -- GitLab From 113c39c1febd992d495d5b89295b29b17bf5a53e Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 29 Aug 2017 12:31:35 -0700 Subject: [PATCH 02/10] Rename jts-faq.html Signed-off-by: Martin Davis --- index.html | 2 +- faq.html => jts-faq.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename faq.html => jts-faq.html (100%) diff --git a/index.html b/index.html index 9809c6d9c..169b03355 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@

Documentation

Resources

    diff --git a/faq.html b/jts-faq.html similarity index 100% rename from faq.html rename to jts-faq.html -- GitLab From a7fd64815f1d095b68ca0220556d04e177252416 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 29 Aug 2017 12:40:11 -0700 Subject: [PATCH 03/10] Add JTS Feature Sheet Signed-off-by: Martin Davis --- index.html | 1 + jts-features.html | 218 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 219 insertions(+) create mode 100644 jts-features.html diff --git a/index.html b/index.html index 169b03355..dc6c90edd 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Documentation

diff --git a/jts-features.html b/jts-features.html new file mode 100644 index 000000000..5cae909d9 --- /dev/null +++ b/jts-features.html @@ -0,0 +1,218 @@ + + + + + + JTS | Features + + +
+
JTS Topology Suite - Features
+
+
+ +A description of the features and functions provided by +JTS, linked to the relevant +Javadoc +for the current version. +

+ +

Geometry Model

+ + + +

Geometry Operations

+ + + +

Precision Handling

+ + +

Geometric Constructions

+ + +

Metric Functions

+ + +

Spatial algorithms

+
+ +

Mathematical Functions

+ + +

Spatial structures

+ + +

Input/Output

+ + +

High-Precision Arithmetic

+ + +
+ + + -- GitLab From 08a7eac92dd134329169207de123a925b032ef96 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 29 Aug 2017 12:51:59 -0700 Subject: [PATCH 04/10] Fix links Signed-off-by: Martin Davis --- jts-features.html | 139 +++++++++++++++++++++++----------------------- 1 file changed, 70 insertions(+), 69 deletions(-) diff --git a/jts-features.html b/jts-features.html index 5cae909d9..049c5c781 100644 --- a/jts-features.html +++ b/jts-features.html @@ -26,14 +26,14 @@ types defined in the OGC Simple Features for SQL specification, including: @@ -41,138 +41,138 @@ and validity checking +
  • Topological validity checking -
  • Area +
  • Area and -Length/Perimeter +Length/Perimeter -
  • +
  • Distance between geometries and - -WithinDistance predicate + +isWithinDistance predicate
  • Spatial Predicates based on the Egenhofer DE-9IM model, including the named predicates: and the general - + relate operation returning the DE-9IM - + intersection matrix.
  • Overlay functions including -
  • +
  • Buffer computation (also known as Minkowski sum with a circle) -
  • Convex hull -
  • Geometric simplification +
  • Convex hull +
  • Geometric simplification including the - + Douglas-Peucker algorithm and - + topology-preserving simplification -
  • Geometric densification -
  • Linear referencing +
  • Geometric densification +
  • Linear referencing

    Precision Handling

    Geometric Constructions

    Metric Functions

    Spatial algorithms

    Mathematical Functions

    Spatial structures

    @@ -180,36 +180,37 @@ Snap-rounding for noding line arrangements
  • Spatial index structures including: -
  • Planar graphs -and graph algorithms +
  • Planar graphs +and graph algorithms

    Input/Output

    High-Precision Arithmetic

  • -- GitLab From 55b73bb29a96b37ecb34dfb1bfb319746d9b67aa Mon Sep 17 00:00:00 2001 From: "IDIR\\mbdavis" Date: Mon, 25 Sep 2017 16:54:34 -0700 Subject: [PATCH 05/10] Add Split Polygon By Line question Signed-off-by: IDIR\mbdavis --- jts-faq.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jts-faq.html b/jts-faq.html index 0b95cc003..3ad3a8a00 100644 --- a/jts-faq.html +++ b/jts-faq.html @@ -56,13 +56,16 @@
  • How can I prevent TopologyExceptions or incorrect results in overlay operations?
  • +
  • Algorithms
    1. Are there any references which describe the algorithms used in JTS?
    2. Is there a skeletonization algorithm which works with JTS?
    3. +
    4. How can JTS split a polygon with a linestring?
    +
  • Geodetic Operations
    1. Does JTS support computation on the geodetic @@ -411,8 +414,19 @@
    2. Vatti, B.R. A Generic Solution to Polygon Clipping; Communications of the ACM, 35(7), July 1992, pp.56-63.
    3. +

      2. Is there a skeletonization algorithm which works with JTS?

      Yes. See the Refractions Research Skeletonizer
      + +

      3. How can JTS split a polygon with a linestring?

      +Currently JTS does not contain a Split Polygon By Line operation. +Thus the only way to do this is to construct a "splitting" polygon which contains the linestring +and surrounds one side of the target polygon without touching it. +Then the overlay operations intersection and difference +can be used to extract the two sides of the target polygon. +Constructing the splitting polygon is obviously easier when the linestring is a straight line; +and simplest if it is horizontal or vertical. +

      F. Geodetic Operations

      1. Does JTS support computation on the geodetic ellipsoid?

      No. JTS currently assumes that geometries are defined in a Cartesian, -- GitLab From 8a4008e1eea16bf50aa244d90c363b391068ca8c Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 11 Jan 2018 12:40:17 -0800 Subject: [PATCH 06/10] Add FAQ entries for Precision Model Signed-off-by: Martin Davis --- jts-faq.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/jts-faq.html b/jts-faq.html index 3ad3a8a00..1b141be80 100644 --- a/jts-faq.html +++ b/jts-faq.html @@ -275,10 +275,19 @@ to other line segments. If the vertex is shifted slightly it may cross the line segment, resulting in a ring which self-intersects.

      5. What is the PrecisionModel for?

      - TBD
      + The PrecisionModel specifies the precision of the coordinates used to define geometries. + Note that JTS expects that coordinates are supplied already rounded to the desired + precision model; it does not perform this automatically during geometry creation. +
      + For some operations the Precision Model also specifies the precision in which computation is performed, + and in which computed results are constructed. However, this is not uniform + across all operations. For instance, the the overlay and buffer operations + do obey the precision model, but the spatial predicates do not. +

      6. Why does JTS not enforce the specified PrecisionModel when creating new geometry?

      - TBD
      + This is in order to avoid unnecessary performance overhead, and also to avoid the risk + of mutating the supplied coordinate objects.

      7. Why do the overlay operations not obey the axioms of set theory?

      This is sometimes posed as: -- GitLab From aad80578270dc768e9ee51e5a9437714a0357fc2 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Mon, 12 Mar 2018 11:54:26 -0700 Subject: [PATCH 07/10] Add FAQ question for predicate/overlay inconsistency Remove obsolete FAQ question Signed-off-by: Martin Davis --- jts-faq.html | 55 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/jts-faq.html b/jts-faq.html index 1b141be80..0f2e62362 100644 --- a/jts-faq.html +++ b/jts-faq.html @@ -50,9 +50,7 @@ PrecisionModel when creating new geometry?
    4. Why do the overlay operations not obey the axioms of set theory?
    5. -
    6. Why does JTS report the intersection of LINESTRING - (0 0, 5 3) and LINESTRING (0 0, 1.2 0.72) as a point rather than a - line?
    7. +
    8. Why is the result of intersects inconsistent with the result of intersection ?
    9. How can I prevent TopologyExceptions or incorrect results in overlay operations?
    @@ -288,15 +286,17 @@ new geometry? This is in order to avoid unnecessary performance overhead, and also to avoid the risk of mutating the supplied coordinate objects.
    +

    7. Why do the overlay operations not obey the axioms of set theory?

    + This is sometimes posed as:

    - "When I intersect two geometries why is the result not contained in either + "Why is the intersection of two geometries not contained in either of the originals?"

    - or: "When I union two geometries why does the result not contain either of + or: "Why does the union of two geometries not contain either of the originals?"

    or: "Why does A union (B difference A) != A ?" @@ -334,25 +334,36 @@ goal is generally met by the JTS algorithms. Moreover, the precision of JTS geometric operations is almost always much greater than the inherent accuracy of the input data.
    -

    8. Why does JTS report the intersection of LINESTRING (0 0, 5 3) and - LINESTRING (0 0, 1.2 0.72) as a point rather than a line?

    + +

    8. Why is the result of intersects inconsistent with the result of intersection ?

    + + The inconsistent case is: +
    +A = LINESTRING(0.0 0.0, -10.0 1.2246467991473533E-15)
    +B = LINESTRING(-9.999143275740073 -0.13089595571333978, -10.0 1.0535676356486768E-13)
    +
    +This case produces the following inconsistent results: +
    +A.intersects(B) = false
    +A.intersection(B) = POINT (-10 0.0000000000000012)
    +
    + This is a specific case of D7 above. It is interesting because it shows - how very simple geometric cases can reveal the limitations of - finite-precision binary floating-point arithmetic. In this case, the - mathematical point (1.2 0.72) lies exactly on the line LINESTRING - (0 0, 5 3), so the the true mathematical value of the - intersection is LINESTRING (0 0, 1.2, 0.72). However, JTS - computes the intersection as POINT(0 0).
    -
    - The reason for this is that the values 1.2 and 0.72 cannot be represented - precisely as binary numbers. For instance, the binary value of 1.2 is the - infinite repeating value 1.001100110011...2, and similarly for - 0.72. So JTS is computing the intersection using the truncated - approximation to the point - which does NOT lie on the line LINESTRING(0 - 0, 5 3). Thus the intersection is reported (correctly, as far as - JTS can determine) as POINT (0 0).
    + how simple geometric cases can reveal the limitations of + finite-precision binary floating-point arithmetic. + It also highlights the impact of design choices made in JTS. + Specifically, JTS computes spatial predicates (including intersects) using high-precision arithemtic. + This determines the exact spatial relationship of the input geometries. + In contrast, the overlay operations (including intersection) use standard double-precision arithmetic + to compute intersection points, and the computed point is necessarily represented + in double-precision. + This has the effect that there are cases where the results of spatial predicates is not be consistent + with the result of overlay operations. +
    +

    9. How can I prevent TopologyExceptions or incorrect results in overlay operations?

    + TopologyExceptions and incorrect results encountered during overlay computations are symptoms of robustness issues. Robustness issues are caused by the limitations of @@ -377,8 +388,6 @@
  • the result is only used for visualization purposes
  • the result vertices do not need to fully match the input
  • - ) -

    Coordinate precision can be controlled in several ways:
    -- GitLab From 5cd13192a810ef16861607f3d0a603fa3a3cd11a Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 4 Sep 2018 10:18:56 -0700 Subject: [PATCH 08/10] Better FAQ source formatting --- jts-faq.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jts-faq.html b/jts-faq.html index 0f2e62362..99b87e5f8 100644 --- a/jts-faq.html +++ b/jts-faq.html @@ -260,6 +260,7 @@ ones which contain a lot of precision (e.g. 14-16 significant digits of precision), and/or ones which contain line segments which are nearly, but not exactly, coincident.
    +

    4. What is a "topology collapse"?

    A topology collapse is a situation in which the finite-precision numerical representation used in JTS (Java's IEEE-754 @@ -272,7 +273,9 @@ Typically this occurs in situations where polygon vertices are very close to other line segments. If the vertex is shifted slightly it may cross the line segment, resulting in a ring which self-intersects.
    +

    5. What is the PrecisionModel for?

    + The PrecisionModel specifies the precision of the coordinates used to define geometries. Note that JTS expects that coordinates are supplied already rounded to the desired precision model; it does not perform this automatically during geometry creation. @@ -281,12 +284,13 @@ and in which computed results are constructed. However, this is not uniform across all operations. For instance, the the overlay and buffer operations do obey the precision model, but the spatial predicates do not. -
    +
    +

    6. Why does JTS not enforce the specified PrecisionModel when creating new geometry?

    This is in order to avoid unnecessary performance overhead, and also to avoid the risk of mutating the supplied coordinate objects.
    - +

    7. Why do the overlay operations not obey the axioms of set theory?

    -- GitLab From c3fdff37422b38049527f69a5c2be4048db3a779 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 4 Sep 2018 10:33:04 -0700 Subject: [PATCH 09/10] Improve answer about why PrecisionModel is not enforced --- jts-faq.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/jts-faq.html b/jts-faq.html index 99b87e5f8..0c497a908 100644 --- a/jts-faq.html +++ b/jts-faq.html @@ -286,10 +286,19 @@ do obey the precision model, but the spatial predicates do not.
    -

    6. Why does JTS not enforce the specified PrecisionModel when creating +

    6. Why does JTS not enforce the specified PrecisionModel when creating new geometry?

    - This is in order to avoid unnecessary performance overhead, and also to avoid the risk - of mutating the supplied coordinate objects.
    + +The PrecisionModel specified in a GeometryFactory is not applied to the coordinates + supplied when creating geomtries with the factory. This is because: +
      +
    1. Changing the precision of coordinates is in general a non-trivial operation, + since it can cause topology collapse (see D4.
    2. +
    3. Changing coordinate values adds significant overhead, + since CoordinateSequences may not be mutable, and thus would require a full copy being made
    4. +
    5. Commonly the input is already precise, and thus changing precision is not required
    6. +
    +

    7. Why do the overlay operations not obey the axioms of set theory?

    -- GitLab From 56d1a1100f67318807e012bec1a192db5af8cbda Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Tue, 26 Feb 2019 16:06:49 -0800 Subject: [PATCH 10/10] Javadoc 1.16.1 --- javadoc/allclasses-frame.html | 124 +- javadoc/allclasses-noframe.html | 124 +- javadoc/constant-values.html | 478 +- javadoc/deprecated-list.html | 250 +- javadoc/help-doc.html | 49 +- javadoc/index-all.html | 10305 ++++++++-------- javadoc/index.html | 17 +- javadoc/org/locationtech/jts/JTSVersion.html | 196 +- .../org/locationtech/jts/algorithm/Angle.html | 377 +- ...daryNodeRule.EndPointBoundaryNodeRule.html | 148 +- ...BoundaryNodeRule.Mod2BoundaryNodeRule.html | 148 +- ...le.MonoValentEndPointBoundaryNodeRule.html | 148 +- ...e.MultiValentEndPointBoundaryNodeRule.html | 148 +- .../jts/algorithm/BoundaryNodeRule.html | 173 +- .../jts/algorithm/CGAlgorithms.html | 447 +- .../jts/algorithm/CGAlgorithms3D.html | 136 +- .../jts/algorithm/CGAlgorithmsDD.html | 183 +- .../algorithm/CentralEndpointIntersector.html | 315 - .../locationtech/jts/algorithm/Centroid.html | 138 +- .../jts/algorithm/CentroidArea.html | 324 - .../jts/algorithm/CentroidLine.html | 314 - .../jts/algorithm/CentroidPoint.html | 313 - .../jts/algorithm/ConvexHull.html | 132 +- .../jts/algorithm/HCoordinate.html | 237 +- .../jts/algorithm/InteriorPointArea.html | 215 +- .../jts/algorithm/InteriorPointLine.html | 144 +- .../jts/algorithm/InteriorPointPoint.html | 144 +- .../jts/algorithm/LineIntersector.html | 405 +- .../jts/algorithm/MCPointInRing.html | 275 - .../jts/algorithm/MinimumBoundingCircle.html | 187 +- .../jts/algorithm/MinimumDiameter.html | 216 +- .../jts/algorithm/NonRobustCGAlgorithms.html | 403 - .../algorithm/NonRobustLineIntersector.html | 322 - .../algorithm/NotRepresentableException.html | 114 +- .../jts/algorithm/PointInRing.html | 219 - .../jts/algorithm/PointLocator.html | 147 +- .../jts/algorithm/RayCrossingCounter.html | 200 +- .../algorithm/RectangleLineIntersector.html | 135 +- .../jts/algorithm/RobustCGAlgorithms.html | 269 - .../jts/algorithm/RobustDeterminant.html | 155 +- .../jts/algorithm/RobustLineIntersector.html | 140 +- .../jts/algorithm/SimplePointInRing.html | 273 - .../jts/algorithm/class-use/Angle.html | 47 +- ...daryNodeRule.EndPointBoundaryNodeRule.html | 47 +- ...BoundaryNodeRule.Mod2BoundaryNodeRule.html | 47 +- ...le.MonoValentEndPointBoundaryNodeRule.html | 47 +- ...e.MultiValentEndPointBoundaryNodeRule.html | 47 +- .../algorithm/class-use/BoundaryNodeRule.html | 122 +- .../jts/algorithm/class-use/CGAlgorithms.html | 102 +- .../algorithm/class-use/CGAlgorithms3D.html | 47 +- .../algorithm/class-use/CGAlgorithmsDD.html | 47 +- .../class-use/CentralEndpointIntersector.html | 119 - .../jts/algorithm/class-use/Centroid.html | 47 +- .../jts/algorithm/class-use/CentroidArea.html | 119 - .../jts/algorithm/class-use/CentroidLine.html | 119 - .../algorithm/class-use/CentroidPoint.html | 119 - .../jts/algorithm/class-use/ConvexHull.html | 47 +- .../jts/algorithm/class-use/HCoordinate.html | 57 +- .../class-use/InteriorPointArea.html | 47 +- .../class-use/InteriorPointLine.html | 47 +- .../class-use/InteriorPointPoint.html | 47 +- .../algorithm/class-use/LineIntersector.html | 129 +- .../algorithm/class-use/MCPointInRing.html | 119 - .../class-use/MinimumBoundingCircle.html | 47 +- .../algorithm/class-use/MinimumDiameter.html | 47 +- .../class-use/NonRobustCGAlgorithms.html | 119 - .../class-use/NonRobustLineIntersector.html | 119 - .../class-use/NotRepresentableException.html | 59 +- .../jts/algorithm/class-use/PointInRing.html | 172 - .../jts/algorithm/class-use/PointLocator.html | 55 +- .../class-use/RayCrossingCounter.html | 47 +- .../class-use/RectangleLineIntersector.html | 47 +- .../class-use/RobustCGAlgorithms.html | 119 - .../class-use/RobustDeterminant.html | 47 +- .../class-use/RobustLineIntersector.html | 47 +- .../class-use/SimplePointInRing.html | 119 - ....MaxDensifiedByFractionDistanceFilter.html | 178 +- ...sdorffDistance.MaxPointDistanceFilter.html | 133 +- .../distance/DiscreteHausdorffDistance.html | 168 +- .../algorithm/distance/DistanceToPoint.html | 147 +- .../algorithm/distance/PointPairDistance.html | 181 +- ....MaxDensifiedByFractionDistanceFilter.html | 47 +- ...sdorffDistance.MaxPointDistanceFilter.html | 47 +- .../class-use/DiscreteHausdorffDistance.html | 47 +- .../distance/class-use/DistanceToPoint.html | 47 +- .../distance/class-use/PointPairDistance.html | 71 +- .../jts/algorithm/distance/package-frame.html | 9 +- .../algorithm/distance/package-summary.html | 65 +- .../jts/algorithm/distance/package-tree.html | 61 +- .../jts/algorithm/distance/package-use.html | 53 +- .../locate/IndexedPointInAreaLocator.html | 150 +- .../locate/PointOnGeometryLocator.html | 99 +- .../locate/SimplePointInAreaLocator.html | 280 +- .../class-use/IndexedPointInAreaLocator.html | 47 +- .../class-use/PointOnGeometryLocator.html | 63 +- .../class-use/SimplePointInAreaLocator.html | 47 +- .../jts/algorithm/locate/package-frame.html | 11 +- .../jts/algorithm/locate/package-summary.html | 67 +- .../jts/algorithm/locate/package-tree.html | 57 +- .../jts/algorithm/locate/package-use.html | 53 +- .../match/AreaSimilarityMeasure.html | 139 +- .../match/HausdorffSimilarityMeasure.html | 142 +- .../algorithm/match/SimilarityMeasure.html | 105 +- .../match/SimilarityMeasureCombiner.html | 121 +- .../class-use/AreaSimilarityMeasure.html | 47 +- .../class-use/HausdorffSimilarityMeasure.html | 47 +- .../match/class-use/SimilarityMeasure.html | 55 +- .../class-use/SimilarityMeasureCombiner.html | 47 +- .../jts/algorithm/match/package-frame.html | 11 +- .../jts/algorithm/match/package-summary.html | 63 +- .../jts/algorithm/match/package-tree.html | 59 +- .../jts/algorithm/match/package-use.html | 51 +- .../jts/algorithm/package-frame.html | 27 +- .../jts/algorithm/package-summary.html | 181 +- .../jts/algorithm/package-tree.html | 122 +- .../jts/algorithm/package-use.html | 83 +- .../locationtech/jts/awt/FontGlyphReader.html | 241 +- .../jts/awt/GeometryCollectionShape.html | 265 +- .../jts/awt/IdentityPointTransformation.html | 134 +- ...intShapeFactory.BasePointShapeFactory.html | 170 +- .../jts/awt/PointShapeFactory.Circle.html | 159 +- .../jts/awt/PointShapeFactory.Cross.html | 159 +- .../jts/awt/PointShapeFactory.Point.html | 159 +- .../jts/awt/PointShapeFactory.Square.html | 159 +- .../jts/awt/PointShapeFactory.Star.html | 159 +- .../jts/awt/PointShapeFactory.Triangle.html | 159 +- .../jts/awt/PointShapeFactory.X.html | 159 +- .../jts/awt/PointShapeFactory.html | 129 +- .../jts/awt/PointTransformation.html | 101 +- .../locationtech/jts/awt/PolygonShape.html | 275 +- .../jts/awt/ShapeCollectionPathIterator.html | 193 +- .../org/locationtech/jts/awt/ShapeReader.html | 200 +- .../org/locationtech/jts/awt/ShapeWriter.html | 196 +- .../jts/awt/class-use/FontGlyphReader.html | 47 +- .../class-use/GeometryCollectionShape.html | 47 +- .../IdentityPointTransformation.html | 47 +- ...intShapeFactory.BasePointShapeFactory.html | 65 +- .../class-use/PointShapeFactory.Circle.html | 47 +- .../class-use/PointShapeFactory.Cross.html | 47 +- .../class-use/PointShapeFactory.Point.html | 47 +- .../class-use/PointShapeFactory.Square.html | 47 +- .../awt/class-use/PointShapeFactory.Star.html | 47 +- .../class-use/PointShapeFactory.Triangle.html | 47 +- .../awt/class-use/PointShapeFactory.X.html | 47 +- .../jts/awt/class-use/PointShapeFactory.html | 75 +- .../awt/class-use/PointTransformation.html | 63 +- .../jts/awt/class-use/PolygonShape.html | 47 +- .../ShapeCollectionPathIterator.html | 47 +- .../jts/awt/class-use/ShapeReader.html | 47 +- .../jts/awt/class-use/ShapeWriter.html | 47 +- .../locationtech/jts/awt/package-frame.html | 13 +- .../locationtech/jts/awt/package-summary.html | 79 +- .../locationtech/jts/awt/package-tree.html | 85 +- .../org/locationtech/jts/awt/package-use.html | 53 +- .../jts/class-use/JTSVersion.html | 53 +- .../locationtech/jts/densify/Densifier.html | 157 +- .../jts/densify/class-use/Densifier.html | 47 +- .../jts/densify/package-frame.html | 9 +- .../jts/densify/package-summary.html | 61 +- .../jts/densify/package-tree.html | 53 +- .../locationtech/jts/densify/package-use.html | 47 +- .../jts/dissolve/LineDissolver.html | 162 +- .../jts/dissolve/class-use/LineDissolver.html | 47 +- .../jts/dissolve/package-frame.html | 9 +- .../jts/dissolve/package-summary.html | 57 +- .../jts/dissolve/package-tree.html | 53 +- .../jts/dissolve/package-use.html | 47 +- .../locationtech/jts/edgegraph/EdgeGraph.html | 180 +- .../jts/edgegraph/EdgeGraphBuilder.html | 151 +- .../locationtech/jts/edgegraph/HalfEdge.html | 345 +- .../jts/edgegraph/MarkHalfEdge.html | 212 +- .../jts/edgegraph/class-use/EdgeGraph.html | 55 +- .../edgegraph/class-use/EdgeGraphBuilder.html | 47 +- .../jts/edgegraph/class-use/HalfEdge.html | 95 +- .../jts/edgegraph/class-use/MarkHalfEdge.html | 47 +- .../jts/edgegraph/package-frame.html | 9 +- .../jts/edgegraph/package-summary.html | 57 +- .../jts/edgegraph/package-tree.html | 59 +- .../jts/edgegraph/package-use.html | 51 +- .../Coordinate.DimensionalComparator.html | 187 +- .../org/locationtech/jts/geom/Coordinate.html | 733 +- ...rdinateArrays.BidirectionalComparator.html | 151 +- .../CoordinateArrays.ForwardComparator.html | 139 +- .../jts/geom/CoordinateArrays.html | 447 +- .../jts/geom/CoordinateFilter.html | 101 +- .../locationtech/jts/geom/CoordinateList.html | 367 +- .../jts/geom/CoordinateSequence.html | 495 +- .../geom/CoordinateSequenceComparator.html | 167 +- .../jts/geom/CoordinateSequenceFactory.html | 159 +- .../jts/geom/CoordinateSequenceFilter.html | 140 +- .../jts/geom/CoordinateSequences.html | 453 +- .../DefaultCoordinateSequenceFactory.html | 214 +- .../org/locationtech/jts/geom/Dimension.html | 243 +- .../org/locationtech/jts/geom/Envelope.html | 789 +- .../org/locationtech/jts/geom/Geometry.html | 1240 +- .../jts/geom/GeometryCollection.html | 495 +- .../jts/geom/GeometryCollectionIterator.html | 178 +- .../jts/geom/GeometryComponentFilter.html | 98 +- .../jts/geom/GeometryFactory.html | 733 +- .../locationtech/jts/geom/GeometryFilter.html | 96 +- .../jts/geom/IntersectionMatrix.html | 540 +- .../locationtech/jts/geom/LineSegment.html | 614 +- .../org/locationtech/jts/geom/LineString.html | 510 +- javadoc/org/locationtech/jts/geom/Lineal.html | 63 +- .../org/locationtech/jts/geom/LinearRing.html | 251 +- .../org/locationtech/jts/geom/Location.html | 169 +- .../jts/geom/MultiLineString.html | 282 +- .../org/locationtech/jts/geom/MultiPoint.html | 280 +- .../locationtech/jts/geom/MultiPolygon.html | 276 +- .../jts/geom/OctagonalEnvelope.html | 282 +- javadoc/org/locationtech/jts/geom/Point.html | 487 +- .../org/locationtech/jts/geom/Polygon.html | 566 +- .../org/locationtech/jts/geom/Polygonal.html | 63 +- .../jts/geom/PrecisionModel.Type.html | 134 +- .../locationtech/jts/geom/PrecisionModel.html | 456 +- javadoc/org/locationtech/jts/geom/Puntal.html | 63 +- .../jts/geom/TopologyException.html | 146 +- .../org/locationtech/jts/geom/Triangle.html | 478 +- .../Coordinate.DimensionalComparator.html | 47 +- .../jts/geom/class-use/Coordinate.html | 2115 ++-- ...rdinateArrays.BidirectionalComparator.html | 47 +- .../CoordinateArrays.ForwardComparator.html | 47 +- .../jts/geom/class-use/CoordinateArrays.html | 47 +- .../jts/geom/class-use/CoordinateFilter.html | 89 +- .../jts/geom/class-use/CoordinateList.html | 55 +- .../geom/class-use/CoordinateSequence.html | 411 +- .../CoordinateSequenceComparator.html | 53 +- .../class-use/CoordinateSequenceFactory.html | 79 +- .../class-use/CoordinateSequenceFilter.html | 89 +- .../geom/class-use/CoordinateSequences.html | 47 +- .../DefaultCoordinateSequenceFactory.html | 55 +- .../jts/geom/class-use/Dimension.html | 47 +- .../jts/geom/class-use/Envelope.html | 330 +- .../jts/geom/class-use/Geometry.html | 1759 +-- .../geom/class-use/GeometryCollection.html | 77 +- .../class-use/GeometryCollectionIterator.html | 47 +- .../class-use/GeometryComponentFilter.html | 77 +- .../jts/geom/class-use/GeometryFactory.html | 308 +- .../jts/geom/class-use/GeometryFilter.html | 87 +- .../geom/class-use/IntersectionMatrix.html | 81 +- .../jts/geom/class-use/LineSegment.html | 125 +- .../jts/geom/class-use/LineString.html | 163 +- .../jts/geom/class-use/Lineal.html | 61 +- .../jts/geom/class-use/LinearRing.html | 148 +- .../jts/geom/class-use/Location.html | 47 +- .../jts/geom/class-use/MultiLineString.html | 69 +- .../jts/geom/class-use/MultiPoint.html | 85 +- .../jts/geom/class-use/MultiPolygon.html | 61 +- .../jts/geom/class-use/OctagonalEnvelope.html | 73 +- .../jts/geom/class-use/Point.html | 127 +- .../jts/geom/class-use/Polygon.html | 154 +- .../jts/geom/class-use/Polygonal.html | 59 +- .../geom/class-use/PrecisionModel.Type.html | 65 +- .../jts/geom/class-use/PrecisionModel.html | 211 +- .../jts/geom/class-use/Puntal.html | 69 +- .../jts/geom/class-use/TopologyException.html | 53 +- .../jts/geom/class-use/Triangle.html | 47 +- .../geom/impl/CoordinateArraySequence.html | 596 +- .../impl/CoordinateArraySequenceFactory.html | 202 +- .../impl/PackedCoordinateSequence.Double.html | 417 +- .../impl/PackedCoordinateSequence.Float.html | 402 +- .../geom/impl/PackedCoordinateSequence.html | 477 +- .../impl/PackedCoordinateSequenceFactory.html | 410 +- .../class-use/CoordinateArraySequence.html | 93 +- .../CoordinateArraySequenceFactory.html | 53 +- .../PackedCoordinateSequence.Double.html | 91 +- .../PackedCoordinateSequence.Float.html | 91 +- .../class-use/PackedCoordinateSequence.html | 68 +- .../PackedCoordinateSequenceFactory.html | 55 +- .../jts/geom/impl/package-frame.html | 9 +- .../jts/geom/impl/package-summary.html | 61 +- .../jts/geom/impl/package-tree.html | 63 +- .../jts/geom/impl/package-use.html | 68 +- .../locationtech/jts/geom/package-frame.html | 31 +- .../jts/geom/package-summary.html | 100 +- .../locationtech/jts/geom/package-tree.html | 150 +- .../locationtech/jts/geom/package-use.html | 410 +- .../jts/geom/prep/PreparedGeometry.html | 258 +- .../geom/prep/PreparedGeometryFactory.html | 141 +- .../jts/geom/prep/PreparedLineString.html | 368 +- .../jts/geom/prep/PreparedPoint.html | 362 +- .../jts/geom/prep/PreparedPolygon.html | 379 +- .../geom/prep/class-use/PreparedGeometry.html | 63 +- .../class-use/PreparedGeometryFactory.html | 47 +- .../prep/class-use/PreparedLineString.html | 47 +- .../geom/prep/class-use/PreparedPoint.html | 47 +- .../geom/prep/class-use/PreparedPolygon.html | 47 +- .../jts/geom/prep/package-frame.html | 11 +- .../jts/geom/prep/package-summary.html | 63 +- .../jts/geom/prep/package-tree.html | 61 +- .../jts/geom/prep/package-use.html | 51 +- .../jts/geom/util/AffineTransformation.html | 1021 +- .../util/AffineTransformationBuilder.html | 144 +- .../util/AffineTransformationFactory.html | 228 +- .../util/ComponentCoordinateExtracter.html | 149 +- .../geom/util/GeometryCollectionMapper.html | 127 +- .../jts/geom/util/GeometryCombiner.html | 203 +- .../GeometryEditor.CoordinateOperation.html | 150 +- ...tryEditor.CoordinateSequenceOperation.html | 150 +- ...eometryEditor.GeometryEditorOperation.html | 102 +- .../GeometryEditor.NoOpGeometryOperation.html | 139 +- .../jts/geom/util/GeometryEditor.html | 175 +- .../jts/geom/util/GeometryExtracter.html | 192 +- .../jts/geom/util/GeometryMapper.MapOp.html | 99 +- .../jts/geom/util/GeometryMapper.html | 152 +- .../jts/geom/util/GeometryTransformer.html | 137 +- .../jts/geom/util/LineStringExtracter.html | 197 +- .../geom/util/LinearComponentExtracter.html | 334 +- .../NoninvertibleTransformationException.html | 118 +- .../jts/geom/util/PointExtracter.html | 177 +- .../jts/geom/util/PolygonExtracter.html | 177 +- .../util/ShortCircuitedGeometryVisitor.html | 119 +- .../jts/geom/util/SineStarFactory.html | 198 +- .../util/class-use/AffineTransformation.html | 145 +- .../AffineTransformationBuilder.html | 47 +- .../AffineTransformationFactory.html | 47 +- .../ComponentCoordinateExtracter.html | 47 +- .../class-use/GeometryCollectionMapper.html | 47 +- .../geom/util/class-use/GeometryCombiner.html | 47 +- .../GeometryEditor.CoordinateOperation.html | 53 +- ...tryEditor.CoordinateSequenceOperation.html | 47 +- ...eometryEditor.GeometryEditorOperation.html | 65 +- .../GeometryEditor.NoOpGeometryOperation.html | 47 +- .../geom/util/class-use/GeometryEditor.html | 47 +- .../util/class-use/GeometryExtracter.html | 47 +- .../util/class-use/GeometryMapper.MapOp.html | 63 +- .../geom/util/class-use/GeometryMapper.html | 47 +- .../util/class-use/GeometryTransformer.html | 47 +- .../util/class-use/LineStringExtracter.html | 47 +- .../class-use/LinearComponentExtracter.html | 47 +- .../NoninvertibleTransformationException.html | 53 +- .../geom/util/class-use/PointExtracter.html | 47 +- .../geom/util/class-use/PolygonExtracter.html | 47 +- .../ShortCircuitedGeometryVisitor.html | 47 +- .../geom/util/class-use/SineStarFactory.html | 47 +- .../jts/geom/util/package-frame.html | 13 +- .../jts/geom/util/package-summary.html | 65 +- .../jts/geom/util/package-tree.html | 101 +- .../jts/geom/util/package-use.html | 53 +- .../org/locationtech/jts/geomgraph/Depth.html | 207 +- .../jts/geomgraph/DirectedEdge.html | 303 +- .../jts/geomgraph/DirectedEdgeStar.html | 213 +- .../org/locationtech/jts/geomgraph/Edge.html | 337 +- .../locationtech/jts/geomgraph/EdgeEnd.html | 231 +- .../jts/geomgraph/EdgeEndStar.html | 202 +- .../jts/geomgraph/EdgeIntersection.html | 212 +- .../jts/geomgraph/EdgeIntersectionList.html | 184 +- .../locationtech/jts/geomgraph/EdgeList.html | 187 +- .../jts/geomgraph/EdgeNodingValidator.html | 164 +- .../locationtech/jts/geomgraph/EdgeRing.html | 223 +- .../jts/geomgraph/GeometryGraph.html | 260 +- .../jts/geomgraph/GraphComponent.html | 199 +- .../org/locationtech/jts/geomgraph/Label.html | 285 +- .../org/locationtech/jts/geomgraph/Node.html | 204 +- .../jts/geomgraph/NodeFactory.html | 119 +- .../locationtech/jts/geomgraph/NodeMap.html | 180 +- .../jts/geomgraph/PlanarGraph.html | 273 +- .../locationtech/jts/geomgraph/Position.html | 154 +- .../locationtech/jts/geomgraph/Quadrant.html | 213 +- .../jts/geomgraph/TopologyLocation.html | 256 +- .../jts/geomgraph/class-use/Depth.html | 53 +- .../jts/geomgraph/class-use/DirectedEdge.html | 101 +- .../geomgraph/class-use/DirectedEdgeStar.html | 47 +- .../jts/geomgraph/class-use/Edge.html | 107 +- .../jts/geomgraph/class-use/EdgeEnd.html | 101 +- .../jts/geomgraph/class-use/EdgeEndStar.html | 69 +- .../geomgraph/class-use/EdgeIntersection.html | 53 +- .../class-use/EdgeIntersectionList.html | 53 +- .../jts/geomgraph/class-use/EdgeList.html | 47 +- .../class-use/EdgeNodingValidator.html | 47 +- .../jts/geomgraph/class-use/EdgeRing.html | 85 +- .../geomgraph/class-use/GeometryGraph.html | 98 +- .../geomgraph/class-use/GraphComponent.html | 59 +- .../jts/geomgraph/class-use/Label.html | 97 +- .../jts/geomgraph/class-use/Node.html | 89 +- .../jts/geomgraph/class-use/NodeFactory.html | 63 +- .../jts/geomgraph/class-use/NodeMap.html | 47 +- .../jts/geomgraph/class-use/PlanarGraph.html | 65 +- .../jts/geomgraph/class-use/Position.html | 47 +- .../jts/geomgraph/class-use/Quadrant.html | 47 +- .../geomgraph/class-use/TopologyLocation.html | 59 +- .../geomgraph/index/EdgeSetIntersector.html | 146 +- .../jts/geomgraph/index/MonotoneChain.html | 123 +- .../geomgraph/index/MonotoneChainEdge.html | 157 +- .../geomgraph/index/MonotoneChainIndexer.html | 127 +- .../geomgraph/index/SegmentIntersector.html | 206 +- .../index/SimpleEdgeSetIntersector.html | 155 +- .../index/SimpleMCSweepLineIntersector.html | 155 +- .../index/SimpleSweepLineIntersector.html | 155 +- .../jts/geomgraph/index/SweepLineEvent.html | 202 +- .../jts/geomgraph/index/SweepLineSegment.html | 135 +- .../index/class-use/EdgeSetIntersector.html | 57 +- .../index/class-use/MonotoneChain.html | 53 +- .../index/class-use/MonotoneChainEdge.html | 63 +- .../index/class-use/MonotoneChainIndexer.html | 47 +- .../index/class-use/SegmentIntersector.html | 109 +- .../class-use/SimpleEdgeSetIntersector.html | 47 +- .../SimpleMCSweepLineIntersector.html | 47 +- .../class-use/SimpleSweepLineIntersector.html | 47 +- .../index/class-use/SweepLineEvent.html | 61 +- .../index/class-use/SweepLineSegment.html | 53 +- .../jts/geomgraph/index/package-frame.html | 9 +- .../jts/geomgraph/index/package-summary.html | 61 +- .../jts/geomgraph/index/package-tree.html | 71 +- .../jts/geomgraph/index/package-use.html | 53 +- .../jts/geomgraph/package-frame.html | 9 +- .../jts/geomgraph/package-summary.html | 61 +- .../jts/geomgraph/package-tree.html | 93 +- .../jts/geomgraph/package-use.html | 59 +- .../jts/index/ArrayListVisitor.html | 151 +- .../locationtech/jts/index/ItemVisitor.html | 102 +- .../locationtech/jts/index/SpatialIndex.html | 146 +- .../jts/index/bintree/Bintree.html | 219 +- .../jts/index/bintree/Interval.html | 221 +- .../locationtech/jts/index/bintree/Key.html | 143 +- .../locationtech/jts/index/bintree/Node.html | 149 +- .../jts/index/bintree/NodeBase.html | 202 +- .../locationtech/jts/index/bintree/Root.html | 125 +- .../jts/index/bintree/class-use/Bintree.html | 47 +- .../jts/index/bintree/class-use/Interval.html | 121 +- .../jts/index/bintree/class-use/Key.html | 47 +- .../jts/index/bintree/class-use/Node.html | 61 +- .../jts/index/bintree/class-use/NodeBase.html | 59 +- .../jts/index/bintree/class-use/Root.html | 47 +- .../jts/index/bintree/package-frame.html | 9 +- .../jts/index/bintree/package-summary.html | 61 +- .../jts/index/bintree/package-tree.html | 63 +- .../jts/index/bintree/package-use.html | 51 +- .../jts/index/chain/MonotoneChain.html | 209 +- .../jts/index/chain/MonotoneChainBuilder.html | 151 +- .../chain/MonotoneChainOverlapAction.html | 145 +- .../chain/MonotoneChainSelectAction.html | 138 +- .../index/chain/class-use/MonotoneChain.html | 67 +- .../chain/class-use/MonotoneChainBuilder.html | 47 +- .../class-use/MonotoneChainOverlapAction.html | 63 +- .../class-use/MonotoneChainSelectAction.html | 59 +- .../jts/index/chain/package-frame.html | 9 +- .../jts/index/chain/package-summary.html | 61 +- .../jts/index/chain/package-tree.html | 59 +- .../jts/index/chain/package-use.html | 55 +- .../jts/index/class-use/ArrayListVisitor.html | 47 +- .../jts/index/class-use/ItemVisitor.html | 97 +- .../jts/index/class-use/SpatialIndex.html | 67 +- .../IntervalRTreeBranchNode.html | 133 +- .../intervalrtree/IntervalRTreeLeafNode.html | 137 +- .../IntervalRTreeNode.NodeComparator.html | 137 +- .../intervalrtree/IntervalRTreeNode.html | 153 +- .../SortedPackedIntervalRTree.html | 153 +- .../class-use/IntervalRTreeBranchNode.html | 47 +- .../class-use/IntervalRTreeLeafNode.html | 47 +- .../IntervalRTreeNode.NodeComparator.html | 47 +- .../class-use/IntervalRTreeNode.html | 59 +- .../class-use/SortedPackedIntervalRTree.html | 47 +- .../index/intervalrtree/package-frame.html | 9 +- .../index/intervalrtree/package-summary.html | 61 +- .../jts/index/intervalrtree/package-tree.html | 61 +- .../jts/index/intervalrtree/package-use.html | 51 +- .../locationtech/jts/index/kdtree/KdNode.html | 231 +- .../jts/index/kdtree/KdNodeVisitor.html | 96 +- .../locationtech/jts/index/kdtree/KdTree.html | 251 +- .../jts/index/kdtree/class-use/KdNode.html | 65 +- .../index/kdtree/class-use/KdNodeVisitor.html | 53 +- .../jts/index/kdtree/class-use/KdTree.html | 53 +- .../jts/index/kdtree/package-frame.html | 11 +- .../jts/index/kdtree/package-summary.html | 63 +- .../jts/index/kdtree/package-tree.html | 57 +- .../jts/index/kdtree/package-use.html | 53 +- .../locationtech/jts/index/package-frame.html | 13 +- .../jts/index/package-summary.html | 69 +- .../locationtech/jts/index/package-tree.html | 57 +- .../locationtech/jts/index/package-use.html | 69 +- .../jts/index/quadtree/DoubleBits.html | 228 +- .../jts/index/quadtree/IntervalSize.html | 142 +- .../locationtech/jts/index/quadtree/Key.html | 149 +- .../locationtech/jts/index/quadtree/Node.html | 159 +- .../jts/index/quadtree/NodeBase.html | 226 +- .../jts/index/quadtree/Quadtree.html | 242 +- .../locationtech/jts/index/quadtree/Root.html | 130 +- .../index/quadtree/class-use/DoubleBits.html | 53 +- .../quadtree/class-use/IntervalSize.html | 47 +- .../jts/index/quadtree/class-use/Key.html | 47 +- .../jts/index/quadtree/class-use/Node.html | 61 +- .../index/quadtree/class-use/NodeBase.html | 59 +- .../index/quadtree/class-use/Quadtree.html | 47 +- .../jts/index/quadtree/class-use/Root.html | 47 +- .../jts/index/quadtree/package-frame.html | 9 +- .../jts/index/quadtree/package-summary.html | 61 +- .../jts/index/quadtree/package-tree.html | 65 +- .../jts/index/quadtree/package-use.html | 51 +- .../jts/index/strtree/AbstractNode.html | 205 +- .../jts/index/strtree/AbstractSTRtree.html | 192 +- .../jts/index/strtree/Boundable.html | 102 +- .../index/strtree/GeometryItemDistance.html | 143 +- .../jts/index/strtree/Interval.html | 157 +- .../jts/index/strtree/ItemBoundable.html | 158 +- .../jts/index/strtree/ItemDistance.html | 106 +- .../jts/index/strtree/SIRtree.html | 165 +- .../jts/index/strtree/STRtree.html | 335 +- .../index/strtree/class-use/AbstractNode.html | 55 +- .../strtree/class-use/AbstractSTRtree.html | 55 +- .../index/strtree/class-use/Boundable.html | 59 +- .../class-use/GeometryItemDistance.html | 47 +- .../jts/index/strtree/class-use/Interval.html | 63 +- .../strtree/class-use/ItemBoundable.html | 61 +- .../index/strtree/class-use/ItemDistance.html | 85 +- .../jts/index/strtree/class-use/SIRtree.html | 47 +- .../jts/index/strtree/class-use/STRtree.html | 59 +- .../jts/index/strtree/package-frame.html | 14 +- .../jts/index/strtree/package-summary.html | 79 +- .../jts/index/strtree/package-tree.html | 70 +- .../jts/index/strtree/package-use.html | 53 +- .../jts/index/sweepline/SweepLineEvent.html | 191 +- .../jts/index/sweepline/SweepLineIndex.html | 125 +- .../index/sweepline/SweepLineInterval.html | 147 +- .../sweepline/SweepLineOverlapAction.html | 93 +- .../sweepline/class-use/SweepLineEvent.html | 57 +- .../sweepline/class-use/SweepLineIndex.html | 47 +- .../class-use/SweepLineInterval.html | 59 +- .../class-use/SweepLineOverlapAction.html | 53 +- .../jts/index/sweepline/package-frame.html | 11 +- .../jts/index/sweepline/package-summary.html | 63 +- .../jts/index/sweepline/package-tree.html | 59 +- .../jts/index/sweepline/package-use.html | 51 +- .../jts/io/ByteArrayInStream.html | 137 +- .../jts/io/ByteOrderDataInStream.html | 187 +- .../locationtech/jts/io/ByteOrderValues.html | 189 +- javadoc/org/locationtech/jts/io/InStream.html | 96 +- .../jts/io/InputStreamInStream.html | 133 +- .../org/locationtech/jts/io/OutStream.html | 95 +- .../jts/io/OutputStreamOutStream.html | 130 +- .../locationtech/jts/io/ParseException.html | 150 +- .../org/locationtech/jts/io/WKBConstants.html | 134 +- .../locationtech/jts/io/WKBHexFileReader.html | 200 +- .../org/locationtech/jts/io/WKBReader.html | 186 +- .../org/locationtech/jts/io/WKBWriter.html | 236 +- .../locationtech/jts/io/WKTFileReader.html | 200 +- .../org/locationtech/jts/io/WKTReader.html | 243 +- .../org/locationtech/jts/io/WKTWriter.html | 434 +- .../jts/io/class-use/ByteArrayInStream.html | 47 +- .../io/class-use/ByteOrderDataInStream.html | 47 +- .../jts/io/class-use/ByteOrderValues.html | 47 +- .../jts/io/class-use/InStream.html | 67 +- .../jts/io/class-use/InputStreamInStream.html | 47 +- .../jts/io/class-use/OutStream.html | 59 +- .../io/class-use/OutputStreamOutStream.html | 47 +- .../jts/io/class-use/ParseException.html | 103 +- .../jts/io/class-use/WKBConstants.html | 47 +- .../jts/io/class-use/WKBHexFileReader.html | 47 +- .../jts/io/class-use/WKBReader.html | 59 +- .../jts/io/class-use/WKBWriter.html | 47 +- .../jts/io/class-use/WKTFileReader.html | 47 +- .../jts/io/class-use/WKTReader.html | 59 +- .../jts/io/class-use/WKTWriter.html | 47 +- .../jts/io/geojson/GeoJsonConstants.html | 440 - .../jts/io/geojson/GeoJsonReader.html | 331 - .../jts/io/geojson/GeoJsonWriter.html | 360 - .../geojson/class-use/GeoJsonConstants.html | 119 - .../io/geojson/class-use/GeoJsonReader.html | 119 - .../io/geojson/class-use/GeoJsonWriter.html | 119 - .../jts/io/geojson/package-frame.html | 22 - .../jts/io/geojson/package-summary.html | 151 - .../jts/io/geojson/package-tree.html | 134 - .../jts/io/geojson/package-use.html | 119 - .../jts/io/gml2/GMLConstants.html | 358 +- .../locationtech/jts/io/gml2/GMLHandler.html | 395 +- .../locationtech/jts/io/gml2/GMLReader.html | 190 +- .../locationtech/jts/io/gml2/GMLWriter.html | 242 +- .../jts/io/gml2/GeometryStrategies.html | 136 +- .../jts/io/gml2/class-use/GMLConstants.html | 47 +- .../jts/io/gml2/class-use/GMLHandler.html | 47 +- .../jts/io/gml2/class-use/GMLReader.html | 47 +- .../jts/io/gml2/class-use/GMLWriter.html | 47 +- .../io/gml2/class-use/GeometryStrategies.html | 47 +- .../jts/io/gml2/package-frame.html | 9 +- .../jts/io/gml2/package-summary.html | 63 +- .../jts/io/gml2/package-tree.html | 67 +- .../locationtech/jts/io/gml2/package-use.html | 47 +- .../locationtech/jts/io/kml/KMLWriter.html | 349 +- .../jts/io/kml/class-use/KMLWriter.html | 47 +- .../jts/io/kml/package-frame.html | 9 +- .../jts/io/kml/package-summary.html | 57 +- .../locationtech/jts/io/kml/package-tree.html | 53 +- .../locationtech/jts/io/kml/package-use.html | 47 +- .../locationtech/jts/io/package-frame.html | 19 +- .../locationtech/jts/io/package-summary.html | 86 +- .../org/locationtech/jts/io/package-tree.html | 101 +- .../org/locationtech/jts/io/package-use.html | 83 +- .../jts/linearref/LengthIndexedLine.html | 274 +- .../jts/linearref/LengthLocationMap.html | 197 +- .../jts/linearref/LinearGeometryBuilder.html | 177 +- .../jts/linearref/LinearIterator.html | 240 +- .../jts/linearref/LinearLocation.html | 475 +- .../jts/linearref/LocationIndexedLine.html | 274 +- .../class-use/LengthIndexedLine.html | 47 +- .../class-use/LengthLocationMap.html | 47 +- .../class-use/LinearGeometryBuilder.html | 47 +- .../linearref/class-use/LinearIterator.html | 47 +- .../linearref/class-use/LinearLocation.html | 131 +- .../class-use/LocationIndexedLine.html | 47 +- .../jts/linearref/package-frame.html | 9 +- .../jts/linearref/package-summary.html | 61 +- .../jts/linearref/package-tree.html | 63 +- .../jts/linearref/package-use.html | 51 +- javadoc/org/locationtech/jts/math/DD.html | 943 +- .../org/locationtech/jts/math/MathUtil.html | 235 +- javadoc/org/locationtech/jts/math/Matrix.html | 134 +- .../org/locationtech/jts/math/Plane3D.html | 175 +- .../org/locationtech/jts/math/Vector2D.html | 455 +- .../org/locationtech/jts/math/Vector3D.html | 275 +- .../locationtech/jts/math/class-use/DD.html | 191 +- .../jts/math/class-use/MathUtil.html | 47 +- .../jts/math/class-use/Matrix.html | 47 +- .../jts/math/class-use/Plane3D.html | 53 +- .../jts/math/class-use/Vector2D.html | 105 +- .../jts/math/class-use/Vector3D.html | 65 +- .../locationtech/jts/math/package-frame.html | 9 +- .../jts/math/package-summary.html | 57 +- .../locationtech/jts/math/package-tree.html | 63 +- .../locationtech/jts/math/package-use.html | 57 +- .../jts/noding/BasicSegmentString.html | 225 +- .../jts/noding/FastNodingValidator.html | 223 +- .../FastSegmentSetIntersectionFinder.html | 166 +- .../noding/InteriorIntersectionFinder.html | 524 - .../InteriorIntersectionFinderAdder.html | 163 +- .../jts/noding/IntersectionAdder.html | 216 +- .../jts/noding/IntersectionFinderAdder.html | 183 +- .../jts/noding/IteratedNoder.html | 189 +- .../MCIndexNoder.SegmentOverlapAction.html | 135 +- .../locationtech/jts/noding/MCIndexNoder.html | 197 +- ...utualIntersector.SegmentOverlapAction.html | 135 +- .../MCIndexSegmentSetMutualIntersector.html | 166 +- .../jts/noding/NodableSegmentString.html | 103 +- .../jts/noding/NodedSegmentString.html | 323 +- .../org/locationtech/jts/noding/Noder.html | 117 +- .../jts/noding/NodingValidator.html | 121 +- .../org/locationtech/jts/noding/Octant.html | 111 +- .../jts/noding/OrientedCoordinateArray.html | 144 +- .../locationtech/jts/noding/ScaledNoder.html | 173 +- .../noding/SegmentIntersectionDetector.html | 229 +- .../jts/noding/SegmentIntersector.html | 114 +- .../locationtech/jts/noding/SegmentNode.html | 190 +- .../jts/noding/SegmentNodeList.html | 169 +- .../jts/noding/SegmentPointComparator.html | 138 +- .../noding/SegmentSetMutualIntersector.html | 107 +- .../jts/noding/SegmentString.html | 137 +- ...ntStringDissolver.SegmentStringMerger.html | 104 +- .../jts/noding/SegmentStringDissolver.html | 178 +- .../jts/noding/SegmentStringUtil.html | 177 +- .../locationtech/jts/noding/SimpleNoder.html | 165 +- .../SimpleSegmentSetMutualIntersector.html | 143 +- .../jts/noding/SinglePassNoder.html | 166 +- .../noding/class-use/BasicSegmentString.html | 47 +- .../noding/class-use/FastNodingValidator.html | 47 +- .../FastSegmentSetIntersectionFinder.html | 55 +- .../class-use/InteriorIntersectionFinder.html | 175 - .../InteriorIntersectionFinderAdder.html | 47 +- .../noding/class-use/IntersectionAdder.html | 47 +- .../class-use/IntersectionFinderAdder.html | 47 +- .../jts/noding/class-use/IteratedNoder.html | 47 +- .../MCIndexNoder.SegmentOverlapAction.html | 47 +- .../jts/noding/class-use/MCIndexNoder.html | 47 +- ...utualIntersector.SegmentOverlapAction.html | 47 +- .../MCIndexSegmentSetMutualIntersector.html | 47 +- .../class-use/NodableSegmentString.html | 53 +- .../noding/class-use/NodedSegmentString.html | 63 +- .../jts/noding/class-use/Noder.html | 73 +- .../jts/noding/class-use/NodingValidator.html | 47 +- .../jts/noding/class-use/Octant.html | 47 +- .../class-use/OrientedCoordinateArray.html | 47 +- .../jts/noding/class-use/ScaledNoder.html | 47 +- .../SegmentIntersectionDetector.html | 53 +- .../noding/class-use/SegmentIntersector.html | 115 +- .../jts/noding/class-use/SegmentNode.html | 55 +- .../jts/noding/class-use/SegmentNodeList.html | 53 +- .../class-use/SegmentPointComparator.html | 47 +- .../SegmentSetMutualIntersector.html | 59 +- .../jts/noding/class-use/SegmentString.html | 95 +- ...ntStringDissolver.SegmentStringMerger.html | 53 +- .../class-use/SegmentStringDissolver.html | 47 +- .../noding/class-use/SegmentStringUtil.html | 47 +- .../jts/noding/class-use/SimpleNoder.html | 47 +- .../SimpleSegmentSetMutualIntersector.html | 47 +- .../jts/noding/class-use/SinglePassNoder.html | 55 +- .../jts/noding/package-frame.html | 25 +- .../jts/noding/package-summary.html | 99 +- .../locationtech/jts/noding/package-tree.html | 117 +- .../locationtech/jts/noding/package-use.html | 71 +- .../jts/noding/snapround/GeometryNoder.html | 141 +- .../jts/noding/snapround/HotPixel.html | 180 +- ...CIndexPointSnapper.HotPixelSnapAction.html | 146 +- .../noding/snapround/MCIndexPointSnapper.html | 151 +- .../noding/snapround/MCIndexSnapRounder.html | 168 +- .../noding/snapround/SimpleSnapRounder.html | 168 +- .../snapround/class-use/GeometryNoder.html | 47 +- .../noding/snapround/class-use/HotPixel.html | 63 +- ...CIndexPointSnapper.HotPixelSnapAction.html | 47 +- .../class-use/MCIndexPointSnapper.html | 47 +- .../class-use/MCIndexSnapRounder.html | 47 +- .../class-use/SimpleSnapRounder.html | 47 +- .../jts/noding/snapround/package-frame.html | 10 +- .../jts/noding/snapround/package-summary.html | 65 +- .../jts/noding/snapround/package-tree.html | 65 +- .../jts/noding/snapround/package-use.html | 51 +- .../jts/operation/BoundaryOp.html | 190 +- .../jts/operation/GeometryGraphOperation.html | 133 +- .../jts/operation/IsSimpleOp.html | 225 +- .../buffer/BufferInputLineSimplifier.html | 144 +- .../jts/operation/buffer/BufferOp.html | 322 +- .../operation/buffer/BufferParameters.html | 375 +- .../operation/buffer/OffsetCurveBuilder.html | 170 +- .../buffer/OffsetCurveSetBuilder.html | 132 +- .../class-use/BufferInputLineSimplifier.html | 47 +- .../operation/buffer/class-use/BufferOp.html | 47 +- .../buffer/class-use/BufferParameters.html | 63 +- .../buffer/class-use/OffsetCurveBuilder.html | 53 +- .../class-use/OffsetCurveSetBuilder.html | 47 +- .../jts/operation/buffer/package-frame.html | 9 +- .../jts/operation/buffer/package-summary.html | 61 +- .../jts/operation/buffer/package-tree.html | 61 +- .../jts/operation/buffer/package-use.html | 51 +- ...tanceFinder.MaxMidpointDistanceFilter.html | 174 +- ...DistanceFinder.MaxPointDistanceFilter.html | 133 +- .../BufferCurveMaximumDistanceFinder.html | 137 +- .../validate/BufferDistanceValidator.html | 152 +- .../validate/BufferResultValidator.html | 188 +- .../validate/DistanceToPointFinder.html | 147 +- .../buffer/validate/PointPairDistance.html | 167 +- ...tanceFinder.MaxMidpointDistanceFilter.html | 47 +- ...DistanceFinder.MaxPointDistanceFilter.html | 47 +- .../BufferCurveMaximumDistanceFinder.html | 47 +- .../class-use/BufferDistanceValidator.html | 47 +- .../class-use/BufferResultValidator.html | 47 +- .../class-use/DistanceToPointFinder.html | 47 +- .../validate/class-use/PointPairDistance.html | 71 +- .../buffer/validate/package-frame.html | 9 +- .../buffer/validate/package-summary.html | 61 +- .../buffer/validate/package-tree.html | 65 +- .../buffer/validate/package-use.html | 51 +- .../jts/operation/class-use/BoundaryOp.html | 47 +- .../class-use/GeometryGraphOperation.html | 57 +- .../jts/operation/class-use/IsSimpleOp.html | 47 +- .../ConnectedElementLocationFilter.html | 121 +- .../distance/ConnectedElementPointFilter.html | 121 +- .../jts/operation/distance/DistanceOp.html | 284 +- .../jts/operation/distance/FacetSequence.html | 252 +- .../distance/FacetSequenceTreeBuilder.html | 113 +- .../operation/distance/GeometryLocation.html | 205 +- .../distance/IndexedFacetDistance.html | 253 +- .../ConnectedElementLocationFilter.html | 47 +- .../ConnectedElementPointFilter.html | 47 +- .../distance/class-use/DistanceOp.html | 47 +- .../distance/class-use/FacetSequence.html | 63 +- .../class-use/FacetSequenceTreeBuilder.html | 47 +- .../distance/class-use/GeometryLocation.html | 77 +- .../class-use/IndexedFacetDistance.html | 47 +- .../jts/operation/distance/package-frame.html | 9 +- .../operation/distance/package-summary.html | 61 +- .../jts/operation/distance/package-tree.html | 65 +- .../jts/operation/distance/package-use.html | 53 +- .../AxisPlaneCoordinateSequence.html | 424 +- .../operation/distance3d/Distance3DOp.html | 227 +- .../operation/distance3d/PlanarPolygon3D.html | 139 +- .../AxisPlaneCoordinateSequence.html | 89 +- .../distance3d/class-use/Distance3DOp.html | 47 +- .../distance3d/class-use/PlanarPolygon3D.html | 47 +- .../operation/distance3d/package-frame.html | 9 +- .../operation/distance3d/package-summary.html | 57 +- .../operation/distance3d/package-tree.html | 57 +- .../jts/operation/distance3d/package-use.html | 88 +- .../jts/operation/linemerge/EdgeString.html | 125 +- .../linemerge/LineMergeDirectedEdge.html | 148 +- .../operation/linemerge/LineMergeEdge.html | 125 +- .../operation/linemerge/LineMergeGraph.html | 126 +- .../jts/operation/linemerge/LineMerger.html | 152 +- .../operation/linemerge/LineSequencer.html | 187 +- .../linemerge/class-use/EdgeString.html | 47 +- .../class-use/LineMergeDirectedEdge.html | 57 +- .../linemerge/class-use/LineMergeEdge.html | 47 +- .../linemerge/class-use/LineMergeGraph.html | 47 +- .../linemerge/class-use/LineMerger.html | 47 +- .../linemerge/class-use/LineSequencer.html | 47 +- .../operation/linemerge/package-frame.html | 9 +- .../operation/linemerge/package-summary.html | 61 +- .../jts/operation/linemerge/package-tree.html | 71 +- .../jts/operation/linemerge/package-use.html | 51 +- .../overlay/ConsistentPolygonRingChecker.html | 135 +- .../jts/operation/overlay/EdgeSetNoder.html | 131 +- .../jts/operation/overlay/LineBuilder.html | 132 +- .../operation/overlay/MaximalEdgeRing.html | 160 +- .../operation/overlay/MinimalEdgeRing.html | 142 +- .../operation/overlay/OverlayNodeFactory.html | 123 +- .../jts/operation/overlay/OverlayOp.html | 306 +- .../jts/operation/overlay/PointBuilder.html | 132 +- .../jts/operation/overlay/PolygonBuilder.html | 161 +- .../ConsistentPolygonRingChecker.html | 47 +- .../overlay/class-use/EdgeSetNoder.html | 47 +- .../overlay/class-use/LineBuilder.html | 47 +- .../overlay/class-use/MaximalEdgeRing.html | 47 +- .../overlay/class-use/MinimalEdgeRing.html | 47 +- .../overlay/class-use/OverlayNodeFactory.html | 47 +- .../overlay/class-use/OverlayOp.html | 55 +- .../overlay/class-use/PointBuilder.html | 47 +- .../overlay/class-use/PolygonBuilder.html | 47 +- .../jts/operation/overlay/package-frame.html | 9 +- .../operation/overlay/package-summary.html | 61 +- .../jts/operation/overlay/package-tree.html | 75 +- .../jts/operation/overlay/package-use.html | 51 +- .../overlay/snap/GeometrySnapper.html | 223 +- .../overlay/snap/LineStringSnapper.html | 157 +- .../overlay/snap/SnapIfNeededOverlayOp.html | 167 +- .../operation/overlay/snap/SnapOverlayOp.html | 167 +- .../snap/class-use/GeometrySnapper.html | 47 +- .../snap/class-use/LineStringSnapper.html | 47 +- .../snap/class-use/SnapIfNeededOverlayOp.html | 47 +- .../overlay/snap/class-use/SnapOverlayOp.html | 47 +- .../operation/overlay/snap/package-frame.html | 9 +- .../overlay/snap/package-summary.html | 61 +- .../operation/overlay/snap/package-tree.html | 59 +- .../operation/overlay/snap/package-use.html | 47 +- .../overlay/validate/FuzzyPointLocator.html | 125 +- .../validate/OffsetPointGenerator.html | 148 +- .../validate/OverlayResultValidator.html | 148 +- .../validate/class-use/FuzzyPointLocator.html | 47 +- .../class-use/OffsetPointGenerator.html | 47 +- .../class-use/OverlayResultValidator.html | 47 +- .../overlay/validate/package-frame.html | 9 +- .../overlay/validate/package-summary.html | 61 +- .../overlay/validate/package-tree.html | 57 +- .../overlay/validate/package-use.html | 47 +- .../jts/operation/package-frame.html | 9 +- .../jts/operation/package-summary.html | 61 +- .../jts/operation/package-tree.html | 57 +- .../jts/operation/package-use.html | 53 +- .../jts/operation/polygonize/Polygonizer.html | 228 +- .../polygonize/class-use/Polygonizer.html | 47 +- .../operation/polygonize/package-frame.html | 9 +- .../operation/polygonize/package-summary.html | 61 +- .../operation/polygonize/package-tree.html | 53 +- .../jts/operation/polygonize/package-use.html | 47 +- .../predicate/RectangleContains.html | 141 +- .../predicate/RectangleIntersects.html | 149 +- .../class-use/RectangleContains.html | 47 +- .../class-use/RectangleIntersects.html | 47 +- .../operation/predicate/package-frame.html | 9 +- .../operation/predicate/package-summary.html | 61 +- .../jts/operation/predicate/package-tree.html | 55 +- .../jts/operation/predicate/package-use.html | 47 +- .../jts/operation/relate/EdgeEndBuilder.html | 133 +- .../jts/operation/relate/EdgeEndBundle.html | 181 +- .../operation/relate/EdgeEndBundleStar.html | 125 +- .../jts/operation/relate/RelateComputer.html | 119 +- .../jts/operation/relate/RelateNode.html | 105 +- .../operation/relate/RelateNodeFactory.html | 123 +- .../jts/operation/relate/RelateNodeGraph.html | 153 +- .../jts/operation/relate/RelateOp.html | 192 +- .../relate/class-use/EdgeEndBuilder.html | 47 +- .../relate/class-use/EdgeEndBundle.html | 47 +- .../relate/class-use/EdgeEndBundleStar.html | 47 +- .../relate/class-use/RelateComputer.html | 47 +- .../relate/class-use/RelateNode.html | 47 +- .../relate/class-use/RelateNodeFactory.html | 47 +- .../relate/class-use/RelateNodeGraph.html | 47 +- .../operation/relate/class-use/RelateOp.html | 47 +- .../jts/operation/relate/package-frame.html | 9 +- .../jts/operation/relate/package-summary.html | 61 +- .../jts/operation/relate/package-tree.html | 79 +- .../jts/operation/relate/package-use.html | 47 +- .../operation/union/CascadedPolygonUnion.html | 148 +- .../operation/union/PointGeometryUnion.html | 129 +- .../jts/operation/union/UnaryUnionOp.html | 229 +- .../jts/operation/union/UnionInteracting.html | 129 +- .../union/class-use/CascadedPolygonUnion.html | 47 +- .../union/class-use/PointGeometryUnion.html | 47 +- .../union/class-use/UnaryUnionOp.html | 47 +- .../union/class-use/UnionInteracting.html | 47 +- .../jts/operation/union/package-frame.html | 9 +- .../jts/operation/union/package-summary.html | 65 +- .../jts/operation/union/package-tree.html | 59 +- .../jts/operation/union/package-use.html | 47 +- .../valid/ConnectedInteriorTester.html | 133 +- .../operation/valid/ConsistentAreaTester.html | 151 +- .../valid/IndexedNestedRingTester.html | 131 +- .../jts/operation/valid/IsValidOp.html | 191 +- .../valid/QuadtreeNestedRingTester.html | 291 - .../operation/valid/RepeatedPointTester.html | 131 +- .../valid/SimpleNestedRingTester.html | 291 - .../valid/SweeplineNestedRingTester.html | 291 - .../valid/TopologyValidationError.html | 299 +- .../class-use/ConnectedInteriorTester.html | 47 +- .../valid/class-use/ConsistentAreaTester.html | 47 +- .../class-use/IndexedNestedRingTester.html | 47 +- .../operation/valid/class-use/IsValidOp.html | 47 +- .../class-use/QuadtreeNestedRingTester.html | 119 - .../valid/class-use/RepeatedPointTester.html | 47 +- .../class-use/SimpleNestedRingTester.html | 119 - .../class-use/SweeplineNestedRingTester.html | 119 - .../class-use/TopologyValidationError.html | 53 +- .../jts/operation/valid/package-frame.html | 12 +- .../jts/operation/valid/package-summary.html | 85 +- .../jts/operation/valid/package-tree.html | 66 +- .../jts/operation/valid/package-use.html | 51 +- .../org/locationtech/jts/package-frame.html | 9 +- .../org/locationtech/jts/package-summary.html | 57 +- .../org/locationtech/jts/package-tree.html | 53 +- javadoc/org/locationtech/jts/package-use.html | 51 +- .../jts/planargraph/DirectedEdge.html | 255 +- .../jts/planargraph/DirectedEdgeStar.html | 192 +- .../locationtech/jts/planargraph/Edge.html | 168 +- .../jts/planargraph/GraphComponent.html | 287 +- .../locationtech/jts/planargraph/Node.html | 183 +- .../locationtech/jts/planargraph/NodeMap.html | 156 +- .../jts/planargraph/PlanarGraph.html | 252 +- .../jts/planargraph/Subgraph.html | 209 +- .../algorithm/ConnectedSubgraphFinder.html | 117 +- .../class-use/ConnectedSubgraphFinder.html | 47 +- .../planargraph/algorithm/package-frame.html | 9 +- .../algorithm/package-summary.html | 61 +- .../planargraph/algorithm/package-tree.html | 53 +- .../planargraph/algorithm/package-use.html | 47 +- .../planargraph/class-use/DirectedEdge.html | 99 +- .../class-use/DirectedEdgeStar.html | 57 +- .../jts/planargraph/class-use/Edge.html | 77 +- .../planargraph/class-use/GraphComponent.html | 69 +- .../jts/planargraph/class-use/Node.html | 87 +- .../jts/planargraph/class-use/NodeMap.html | 47 +- .../planargraph/class-use/PlanarGraph.html | 65 +- .../jts/planargraph/class-use/Subgraph.html | 47 +- .../jts/planargraph/package-frame.html | 9 +- .../jts/planargraph/package-summary.html | 61 +- .../jts/planargraph/package-tree.html | 67 +- .../jts/planargraph/package-use.html | 55 +- .../jts/precision/CommonBits.html | 199 +- .../jts/precision/CommonBitsOp.html | 207 +- .../jts/precision/CommonBitsRemover.html | 155 +- .../CoordinatePrecisionReducerFilter.html | 165 +- .../jts/precision/EnhancedPrecisionOp.html | 198 +- .../precision/GeometryPrecisionReducer.html | 188 +- .../jts/precision/MinimumClearance.html | 180 +- .../PrecisionReducerCoordinateOperation.html | 133 +- .../SimpleGeometryPrecisionReducer.html | 184 +- .../jts/precision/SimpleMinimumClearance.html | 140 +- .../jts/precision/class-use/CommonBits.html | 47 +- .../jts/precision/class-use/CommonBitsOp.html | 47 +- .../class-use/CommonBitsRemover.html | 47 +- .../CoordinatePrecisionReducerFilter.html | 47 +- .../class-use/EnhancedPrecisionOp.html | 47 +- .../class-use/GeometryPrecisionReducer.html | 47 +- .../precision/class-use/MinimumClearance.html | 47 +- .../PrecisionReducerCoordinateOperation.html | 47 +- .../SimpleGeometryPrecisionReducer.html | 47 +- .../class-use/SimpleMinimumClearance.html | 47 +- .../jts/precision/package-frame.html | 9 +- .../jts/precision/package-summary.html | 63 +- .../jts/precision/package-tree.html | 73 +- .../jts/precision/package-use.html | 47 +- .../jts/shape/GeometricShapeBuilder.html | 163 +- .../class-use/GeometricShapeBuilder.html | 75 +- .../shape/fractal/KochSnowflakeBuilder.html | 135 +- .../fractal/SierpinskiCarpetBuilder.html | 125 +- .../class-use/KochSnowflakeBuilder.html | 47 +- .../class-use/SierpinskiCarpetBuilder.html | 47 +- .../jts/shape/fractal/package-frame.html | 13 +- .../jts/shape/fractal/package-summary.html | 83 +- .../jts/shape/fractal/package-tree.html | 61 +- .../jts/shape/fractal/package-use.html | 47 +- .../locationtech/jts/shape/package-frame.html | 9 +- .../jts/shape/package-summary.html | 57 +- .../locationtech/jts/shape/package-tree.html | 53 +- .../locationtech/jts/shape/package-use.html | 53 +- .../jts/shape/random/RandomPointsBuilder.html | 149 +- .../random/RandomPointsInGridBuilder.html | 160 +- .../random/class-use/RandomPointsBuilder.html | 47 +- .../class-use/RandomPointsInGridBuilder.html | 47 +- .../jts/shape/random/package-frame.html | 9 +- .../jts/shape/random/package-summary.html | 57 +- .../jts/shape/random/package-tree.html | 57 +- .../jts/shape/random/package-use.html | 47 +- .../simplify/DouglasPeuckerSimplifier.html | 171 +- .../simplify/TaggedLineStringSimplifier.html | 130 +- .../TopologyPreservingSimplifier.html | 141 +- .../jts/simplify/VWSimplifier.html | 168 +- .../class-use/DouglasPeuckerSimplifier.html | 47 +- .../class-use/TaggedLineStringSimplifier.html | 47 +- .../TopologyPreservingSimplifier.html | 47 +- .../jts/simplify/class-use/VWSimplifier.html | 47 +- .../jts/simplify/package-frame.html | 9 +- .../jts/simplify/package-summary.html | 61 +- .../jts/simplify/package-tree.html | 59 +- .../jts/simplify/package-use.html | 47 +- ...onformingDelaunayTriangulationBuilder.html | 185 +- .../ConformingDelaunayTriangulator.html | 277 +- .../ConstraintEnforcementException.html | 166 +- .../ConstraintSplitPointFinder.html | 102 +- .../jts/triangulate/ConstraintVertex.html | 178 +- .../triangulate/ConstraintVertexFactory.html | 93 +- .../DelaunayTriangulationBuilder.html | 241 +- .../IncrementalDelaunayTriangulator.html | 150 +- .../triangulate/MidpointSplitPointFinder.html | 133 +- .../NonEncroachingSplitPointFinder.html | 150 +- .../locationtech/jts/triangulate/Segment.html | 343 +- .../jts/triangulate/SplitSegment.html | 139 +- .../VertexTaggedGeometryDataMapper.html | 151 +- .../triangulate/VoronoiDiagramBuilder.html | 186 +- ...onformingDelaunayTriangulationBuilder.html | 47 +- .../ConformingDelaunayTriangulator.html | 47 +- .../ConstraintEnforcementException.html | 47 +- .../class-use/ConstraintSplitPointFinder.html | 59 +- .../class-use/ConstraintVertex.html | 53 +- .../class-use/ConstraintVertexFactory.html | 57 +- .../DelaunayTriangulationBuilder.html | 47 +- .../IncrementalDelaunayTriangulator.html | 47 +- .../class-use/MidpointSplitPointFinder.html | 47 +- .../NonEncroachingSplitPointFinder.html | 47 +- .../jts/triangulate/class-use/Segment.html | 65 +- .../triangulate/class-use/SplitSegment.html | 47 +- .../VertexTaggedGeometryDataMapper.html | 47 +- .../class-use/VoronoiDiagramBuilder.html | 47 +- .../jts/triangulate/package-frame.html | 13 +- .../jts/triangulate/package-summary.html | 65 +- .../jts/triangulate/package-tree.html | 87 +- .../jts/triangulate/package-use.html | 51 +- .../EdgeConnectedTriangleTraversal.html | 142 +- .../quadedge/LastFoundQuadEdgeLocator.html | 123 +- .../quadedge/LocateFailureException.html | 146 +- .../jts/triangulate/quadedge/QuadEdge.html | 430 +- .../triangulate/quadedge/QuadEdgeLocator.html | 91 +- .../quadedge/QuadEdgeSubdivision.html | 591 +- .../quadedge/QuadEdgeTriangle.html | 405 +- .../triangulate/quadedge/QuadEdgeUtil.html | 133 +- .../quadedge/TraversalVisitor.html | 105 +- .../quadedge/TrianglePredicate.html | 288 +- .../triangulate/quadedge/TriangleVisitor.html | 100 +- .../jts/triangulate/quadedge/Vertex.html | 406 +- .../EdgeConnectedTriangleTraversal.html | 47 +- .../class-use/LastFoundQuadEdgeLocator.html | 47 +- .../class-use/LocateFailureException.html | 47 +- .../quadedge/class-use/QuadEdge.html | 163 +- .../quadedge/class-use/QuadEdgeLocator.html | 57 +- .../class-use/QuadEdgeSubdivision.html | 81 +- .../quadedge/class-use/QuadEdgeTriangle.html | 61 +- .../quadedge/class-use/QuadEdgeUtil.html | 47 +- .../quadedge/class-use/TraversalVisitor.html | 53 +- .../quadedge/class-use/TrianglePredicate.html | 47 +- .../quadedge/class-use/TriangleVisitor.html | 53 +- .../quadedge/class-use/Vertex.html | 119 +- .../triangulate/quadedge/package-frame.html | 15 +- .../triangulate/quadedge/package-summary.html | 65 +- .../triangulate/quadedge/package-tree.html | 81 +- .../jts/triangulate/quadedge/package-use.html | 53 +- javadoc/org/locationtech/jts/util/Assert.html | 226 +- .../jts/util/AssertionFailedException.html | 125 +- .../jts/util/CollectionUtil.Function.html | 89 +- .../locationtech/jts/util/CollectionUtil.html | 195 +- .../jts/util/CoordinateArrayFilter.html | 147 +- .../jts/util/CoordinateCountFilter.html | 140 +- javadoc/org/locationtech/jts/util/Debug.html | 343 +- .../jts/util/GeometricShapeFactory.html | 289 +- javadoc/org/locationtech/jts/util/Memory.html | 232 +- .../org/locationtech/jts/util/NumberUtil.html | 117 +- .../locationtech/jts/util/ObjectCounter.html | 129 +- .../locationtech/jts/util/PriorityQueue.html | 171 +- .../org/locationtech/jts/util/Stopwatch.html | 163 +- .../org/locationtech/jts/util/StringUtil.html | 216 +- .../jts/util/UniqueCoordinateArrayFilter.html | 154 +- .../jts/util/class-use/Assert.html | 47 +- .../class-use/AssertionFailedException.html | 47 +- .../class-use/CollectionUtil.Function.html | 67 +- .../jts/util/class-use/CollectionUtil.html | 47 +- .../util/class-use/CoordinateArrayFilter.html | 47 +- .../util/class-use/CoordinateCountFilter.html | 47 +- .../jts/util/class-use/Debug.html | 47 +- .../util/class-use/GeometricShapeFactory.html | 53 +- .../jts/util/class-use/Memory.html | 47 +- .../jts/util/class-use/NumberUtil.html | 47 +- .../jts/util/class-use/ObjectCounter.html | 47 +- .../jts/util/class-use/PriorityQueue.html | 47 +- .../jts/util/class-use/Stopwatch.html | 47 +- .../jts/util/class-use/StringUtil.html | 47 +- .../UniqueCoordinateArrayFilter.html | 47 +- .../locationtech/jts/util/package-frame.html | 11 +- .../jts/util/package-summary.html | 71 +- .../locationtech/jts/util/package-tree.html | 87 +- .../locationtech/jts/util/package-use.html | 53 +- javadoc/overview-frame.html | 14 +- javadoc/overview-summary.html | 75 +- javadoc/overview-tree.html | 1085 +- javadoc/package-list | 1 - javadoc/resources/background.gif | Bin 2313 -> 0 bytes javadoc/resources/tab.gif | Bin 291 -> 0 bytes javadoc/resources/titlebar.gif | Bin 10701 -> 0 bytes javadoc/resources/titlebar_end.gif | Bin 849 -> 0 bytes javadoc/serialized-form.html | 416 +- javadoc/stylesheet.css | 342 +- 1093 files changed, 79958 insertions(+), 65536 deletions(-) delete mode 100644 javadoc/org/locationtech/jts/algorithm/CentralEndpointIntersector.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/CentroidArea.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/CentroidLine.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/CentroidPoint.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/MCPointInRing.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/NonRobustLineIntersector.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/PointInRing.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/RobustCGAlgorithms.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/SimplePointInRing.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/CentralEndpointIntersector.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/CentroidArea.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/CentroidLine.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/CentroidPoint.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/MCPointInRing.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/NonRobustCGAlgorithms.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/NonRobustLineIntersector.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/PointInRing.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/RobustCGAlgorithms.html delete mode 100644 javadoc/org/locationtech/jts/algorithm/class-use/SimplePointInRing.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/GeoJsonConstants.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/GeoJsonReader.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/GeoJsonWriter.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/class-use/GeoJsonConstants.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/class-use/GeoJsonReader.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/class-use/GeoJsonWriter.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/package-frame.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/package-summary.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/package-tree.html delete mode 100644 javadoc/org/locationtech/jts/io/geojson/package-use.html delete mode 100644 javadoc/org/locationtech/jts/noding/InteriorIntersectionFinder.html delete mode 100644 javadoc/org/locationtech/jts/noding/class-use/InteriorIntersectionFinder.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/QuadtreeNestedRingTester.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/SimpleNestedRingTester.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/SweeplineNestedRingTester.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/class-use/QuadtreeNestedRingTester.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/class-use/SimpleNestedRingTester.html delete mode 100644 javadoc/org/locationtech/jts/operation/valid/class-use/SweeplineNestedRingTester.html delete mode 100644 javadoc/resources/background.gif delete mode 100644 javadoc/resources/tab.gif delete mode 100644 javadoc/resources/titlebar.gif delete mode 100644 javadoc/resources/titlebar_end.gif diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index 0c3967e88..1ee252f77 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,14 +2,15 @@ - - -All Classes (JTS Topology Suite 1.15.0-SNAPSHOT API) - + + +All Classes (org.locationtech.jts:jts-core 1.16.1 API) + + -

    All Classes

    +

    All Classes

    • AbstractNode
    • @@ -18,6 +19,7 @@
    • AffineTransformationBuilder
    • AffineTransformationFactory
    • Angle
    • +
    • Area
    • AreaSimilarityMeasure
    • ArrayListVisitor
    • Assert
    • @@ -25,8 +27,9 @@
    • AxisPlaneCoordinateSequence
    • BasicSegmentString
    • Bintree
    • -
    • Boundable
    • -
    • BoundaryNodeRule
    • +
    • Boundable
    • +
    • BoundablePairDistanceComparator
    • +
    • BoundaryNodeRule
    • BoundaryNodeRule.EndPointBoundaryNodeRule
    • BoundaryNodeRule.Mod2BoundaryNodeRule
    • BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
    • @@ -44,16 +47,12 @@
    • ByteOrderDataInStream
    • ByteOrderValues
    • CascadedPolygonUnion
    • -
    • CentralEndpointIntersector
    • Centroid
    • -
    • CentroidArea
    • -
    • CentroidLine
    • -
    • CentroidPoint
    • CGAlgorithms
    • CGAlgorithms3D
    • CGAlgorithmsDD
    • CollectionUtil
    • -
    • CollectionUtil.Function
    • +
    • CollectionUtil.Function
    • CommonBits
    • CommonBitsOp
    • CommonBitsRemover
    • @@ -67,9 +66,9 @@
    • ConsistentAreaTester
    • ConsistentPolygonRingChecker
    • ConstraintEnforcementException
    • -
    • ConstraintSplitPointFinder
    • +
    • ConstraintSplitPointFinder
    • ConstraintVertex
    • -
    • ConstraintVertexFactory
    • +
    • ConstraintVertexFactory
    • ConvexHull
    • Coordinate
    • Coordinate.DimensionalComparator
    • @@ -80,14 +79,18 @@
    • CoordinateArraySequence
    • CoordinateArraySequenceFactory
    • CoordinateCountFilter
    • -
    • CoordinateFilter
    • +
    • CoordinateFilter
    • CoordinateList
    • CoordinatePrecisionReducerFilter
    • -
    • CoordinateSequence
    • +
    • Coordinates
    • +
    • CoordinateSequence
    • CoordinateSequenceComparator
    • -
    • CoordinateSequenceFactory
    • -
    • CoordinateSequenceFilter
    • +
    • CoordinateSequenceFactory
    • +
    • CoordinateSequenceFilter
    • CoordinateSequences
    • +
    • CoordinateXY
    • +
    • CoordinateXYM
    • +
    • CoordinateXYZM
    • DD
    • Debug
    • DefaultCoordinateSequenceFactory
    • @@ -102,6 +105,7 @@
    • DiscreteHausdorffDistance
    • DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
    • DiscreteHausdorffDistance.MaxPointDistanceFilter
    • +
    • Distance
    • Distance3DOp
    • DistanceOp
    • DistanceToPoint
    • @@ -134,9 +138,6 @@
    • FastSegmentSetIntersectionFinder
    • FontGlyphReader
    • FuzzyPointLocator
    • -
    • GeoJsonConstants
    • -
    • GeoJsonReader
    • -
    • GeoJsonWriter
    • GeometricShapeBuilder
    • GeometricShapeFactory
    • Geometry
    • @@ -145,21 +146,21 @@
    • GeometryCollectionMapper
    • GeometryCollectionShape
    • GeometryCombiner
    • -
    • GeometryComponentFilter
    • +
    • GeometryComponentFilter
    • GeometryEditor
    • GeometryEditor.CoordinateOperation
    • GeometryEditor.CoordinateSequenceOperation
    • -
    • GeometryEditor.GeometryEditorOperation
    • +
    • GeometryEditor.GeometryEditorOperation
    • GeometryEditor.NoOpGeometryOperation
    • GeometryExtracter
    • GeometryFactory
    • -
    • GeometryFilter
    • +
    • GeometryFilter
    • GeometryGraph
    • GeometryGraphOperation
    • GeometryItemDistance
    • GeometryLocation
    • GeometryMapper
    • -
    • GeometryMapper.MapOp
    • +
    • GeometryMapper.MapOp
    • GeometryNoder
    • GeometryPrecisionReducer
    • GeometrySnapper
    • @@ -174,6 +175,8 @@
    • HalfEdge
    • HausdorffSimilarityMeasure
    • HCoordinate
    • +
    • HilbertCode
    • +
    • HilbertCurveBuilder
    • HotPixel
    • IdentityPointTransformation
    • IncrementalDelaunayTriangulator
    • @@ -181,9 +184,9 @@
    • IndexedNestedRingTester
    • IndexedPointInAreaLocator
    • InputStreamInStream
    • -
    • InStream
    • -
    • InteriorIntersectionFinder
    • +
    • InStream
    • InteriorIntersectionFinderAdder
    • +
    • InteriorPoint
    • InteriorPointArea
    • InteriorPointLine
    • InteriorPointPoint
    • @@ -200,12 +203,12 @@
    • IsSimpleOp
    • IsValidOp
    • ItemBoundable
    • -
    • ItemDistance
    • -
    • ItemVisitor
    • +
    • ItemDistance
    • +
    • ItemVisitor
    • IteratedNoder
    • JTSVersion
    • KdNode
    • -
    • KdNodeVisitor
    • +
    • KdNodeVisitor
    • KdTree
    • Key
    • Key
    • @@ -213,9 +216,10 @@
    • KochSnowflakeBuilder
    • Label
    • LastFoundQuadEdgeLocator
    • +
    • Length
    • LengthIndexedLine
    • LengthLocationMap
    • -
    • Lineal
    • +
    • Lineal
    • LinearComponentExtracter
    • LinearGeometryBuilder
    • LinearIterator
    • @@ -241,10 +245,12 @@
    • Matrix
    • MaximalEdgeRing
    • MCIndexNoder
    • +
    • MCIndexNoder.SegmentOverlapAction
    • MCIndexPointSnapper
    • +
    • MCIndexPointSnapper.HotPixelSnapAction
    • MCIndexSegmentSetMutualIntersector
    • +
    • MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
    • MCIndexSnapRounder
    • -
    • MCPointInRing
    • Memory
    • MidpointSplitPointFinder
    • MinimalEdgeRing
    • @@ -258,10 +264,12 @@
    • MonotoneChainIndexer
    • MonotoneChainOverlapAction
    • MonotoneChainSelectAction
    • +
    • MortonCode
    • +
    • MortonCurveBuilder
    • MultiLineString
    • MultiPoint
    • MultiPolygon
    • -
    • NodableSegmentString
    • +
    • NodableSegmentString
    • Node
    • Node
    • Node
    • @@ -272,12 +280,11 @@
    • NodeFactory
    • NodeMap
    • NodeMap
    • -
    • Noder
    • +
    • Noder
    • +
    • NodingIntersectionFinder
    • NodingValidator
    • NonEncroachingSplitPointFinder
    • NoninvertibleTransformationException
    • -
    • NonRobustCGAlgorithms
    • -
    • NonRobustLineIntersector
    • NotRepresentableException
    • NumberUtil
    • ObjectCounter
    • @@ -286,9 +293,11 @@
    • OffsetCurveBuilder
    • OffsetCurveSetBuilder
    • OffsetPointGenerator
    • +
    • Ordinate
    • +
    • Orientation
    • OrientedCoordinateArray
    • OutputStreamOutStream
    • -
    • OutStream
    • +
    • OutStream
    • OverlayNodeFactory
    • OverlayOp
    • OverlayResultValidator
    • @@ -305,12 +314,12 @@
    • PointBuilder
    • PointExtracter
    • PointGeometryUnion
    • -
    • PointInRing
    • +
    • PointLocation
    • PointLocator
    • -
    • PointOnGeometryLocator
    • +
    • PointOnGeometryLocator
    • PointPairDistance
    • PointPairDistance
    • -
    • PointShapeFactory
    • +
    • PointShapeFactory
    • PointShapeFactory.BasePointShapeFactory
    • PointShapeFactory.Circle
    • PointShapeFactory.Cross
    • @@ -319,9 +328,9 @@
    • PointShapeFactory.Star
    • PointShapeFactory.Triangle
    • PointShapeFactory.X
    • -
    • PointTransformation
    • +
    • PointTransformation
    • Polygon
    • -
    • Polygonal
    • +
    • Polygonal
    • PolygonBuilder
    • PolygonExtracter
    • Polygonizer
    • @@ -330,21 +339,20 @@
    • PrecisionModel
    • PrecisionModel.Type
    • PrecisionReducerCoordinateOperation
    • -
    • PreparedGeometry
    • +
    • PreparedGeometry
    • PreparedGeometryFactory
    • PreparedLineString
    • PreparedPoint
    • PreparedPolygon
    • PriorityQueue
    • -
    • Puntal
    • +
    • Puntal
    • QuadEdge
    • -
    • QuadEdgeLocator
    • +
    • QuadEdgeLocator
    • QuadEdgeSubdivision
    • QuadEdgeTriangle
    • QuadEdgeUtil
    • Quadrant
    • Quadtree
    • -
    • QuadtreeNestedRingTester
    • RandomPointsBuilder
    • RandomPointsInGridBuilder
    • RayCrossingCounter
    • @@ -357,7 +365,6 @@
    • RelateNodeGraph
    • RelateOp
    • RepeatedPointTester
    • -
    • RobustCGAlgorithms
    • RobustDeterminant
    • RobustLineIntersector
    • Root
    • @@ -366,30 +373,28 @@
    • Segment
    • SegmentIntersectionDetector
    • SegmentIntersector
    • -
    • SegmentIntersector
    • +
    • SegmentIntersector
    • SegmentNode
    • SegmentNodeList
    • SegmentPointComparator
    • -
    • SegmentSetMutualIntersector
    • -
    • SegmentString
    • +
    • SegmentSetMutualIntersector
    • +
    • SegmentString
    • SegmentStringDissolver
    • -
    • SegmentStringDissolver.SegmentStringMerger
    • +
    • SegmentStringDissolver.SegmentStringMerger
    • SegmentStringUtil
    • ShapeCollectionPathIterator
    • ShapeReader
    • ShapeWriter
    • ShortCircuitedGeometryVisitor
    • SierpinskiCarpetBuilder
    • -
    • SimilarityMeasure
    • +
    • SimilarityMeasure
    • SimilarityMeasureCombiner
    • SimpleEdgeSetIntersector
    • SimpleGeometryPrecisionReducer
    • SimpleMCSweepLineIntersector
    • SimpleMinimumClearance
    • -
    • SimpleNestedRingTester
    • SimpleNoder
    • SimplePointInAreaLocator
    • -
    • SimplePointInRing
    • SimpleSegmentSetMutualIntersector
    • SimpleSnapRounder
    • SimpleSweepLineIntersector
    • @@ -399,7 +404,7 @@
    • SnapIfNeededOverlayOp
    • SnapOverlayOp
    • SortedPackedIntervalRTree
    • -
    • SpatialIndex
    • +
    • SpatialIndex
    • SplitSegment
    • Stopwatch
    • StringUtil
    • @@ -409,18 +414,17 @@
    • SweepLineEvent
    • SweepLineIndex
    • SweepLineInterval
    • -
    • SweeplineNestedRingTester
    • -
    • SweepLineOverlapAction
    • +
    • SweepLineOverlapAction
    • SweepLineSegment
    • TaggedLineStringSimplifier
    • TopologyException
    • TopologyLocation
    • TopologyPreservingSimplifier
    • TopologyValidationError
    • -
    • TraversalVisitor
    • +
    • TraversalVisitor
    • Triangle
    • TrianglePredicate
    • -
    • TriangleVisitor
    • +
    • TriangleVisitor
    • UnaryUnionOp
    • UnionInteracting
    • UniqueCoordinateArrayFilter
    • @@ -430,7 +434,7 @@
    • VertexTaggedGeometryDataMapper
    • VoronoiDiagramBuilder
    • VWSimplifier
    • -
    • WKBConstants
    • +
    • WKBConstants
    • WKBHexFileReader
    • WKBReader
    • WKBWriter
    • diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index cf0a0e371..4170afe3d 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -2,14 +2,15 @@ - - -All Classes (JTS Topology Suite 1.15.0-SNAPSHOT API) - + + +All Classes (org.locationtech.jts:jts-core 1.16.1 API) + + -

      All Classes

      +

      All Classes

      - - -
      - - - - - -
      JTS Topology Suite 1.15.0-SNAPSHOT
      -
      - - -

      Copyright © 2016. All rights reserved.

      - - diff --git a/javadoc/org/locationtech/jts/algorithm/Centroid.html b/javadoc/org/locationtech/jts/algorithm/Centroid.html index 92e498525..3333535e6 100644 --- a/javadoc/org/locationtech/jts/algorithm/Centroid.html +++ b/javadoc/org/locationtech/jts/algorithm/Centroid.html @@ -2,26 +2,39 @@ - - -Centroid (JTS Topology Suite 1.15.0-SNAPSHOT API) - + + +Centroid (org.locationtech.jts:jts-core 1.16.1 API) + + -
      +
      - + + + -
      JTS Topology Suite 1.15.0-SNAPSHOT
      +
      org.locationtech.jts:jts-core 1.16.1