Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leoger committed Dec 14, 2024
1 parent 02b557e commit 095b32f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright (c) 2017-2024 Nitrite author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.locationtech.jts.util;

import net.sf.geographiclib.Geodesic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2021 Nitrite author or authors.
* Copyright (c) 2017-2024 Nitrite author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ public void testWithin() throws ParseException {
public void testWithinTriangleNotJustTestingBoundingBox() throws ParseException {

/*
(490, 530) * ┄┄┄┄┄.
│\ ┆
│ \ x<---(520, 520)
│ \ ┆
│ \ ┆
│ x<-\---(500, 505)
│ \┆
(490, 490) *──────* (530, 490)
(490, 530) * - - -
│\ -
│ \ x <── (520, 520); outside triangle but within triangle's bounding box
│ \ -
│ x <── (500, 505); inside triangle
│ \-
(490, 490) *─────* (530, 490)
*/

WKTReader reader = new WKTReader();
Expand Down

0 comments on commit 095b32f

Please sign in to comment.