Skip to content

Commit

Permalink
Improve JtsOp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed May 22, 2024
1 parent eb195d0 commit e751aa2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ private static CommandLine createCmdLine() {
" -eachb execute op on each element of B",
" -index index the B geometries",
" -repeat repeat the operation N times",
" -where op v output geometry where operation result matches predicate op and value.",
" Predicates ops are: eq, ne, ge, gt, le, lt",
" -where cond v output geometry where operation result matches condition and value.",
" Conditions are: eq, ne, ge, gt, le, lt",
" -validate validate the result of each operation",
" -geomfunc specifies class providing geometry operations",
" -op separator to delineate operation arguments",
Expand Down

0 comments on commit e751aa2

Please sign in to comment.