disjoint ======== **Name**: geom disjoint **Description**: geom Determine whether the first geometry is disjoint from the other geometry. **Arguments**: * -o --otherGeometry: The other geometry * -g --geometry: The input geometry * --help: Print help message * --web-help: Open help in a web browser **Example**:: geom disjoint -g "POLYGON ((0 0, 0 10, 10 10, 10 0, 0 0))" -o "LINESTRING (15 15, 20 20)"