public class SnapRoundOverlayFunctions extends Object
| Constructor and Description |
|---|
SnapRoundOverlayFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
difference(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor) |
static org.locationtech.jts.geom.Geometry |
intersection(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor) |
static org.locationtech.jts.geom.Geometry |
symDifference(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor) |
static org.locationtech.jts.geom.Geometry |
unaryUnion(org.locationtech.jts.geom.Geometry geomA,
double scaleFactor) |
static org.locationtech.jts.geom.Geometry |
union(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor) |
public static org.locationtech.jts.geom.Geometry intersection(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor)
public static org.locationtech.jts.geom.Geometry difference(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor)
public static org.locationtech.jts.geom.Geometry symDifference(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor)
public static org.locationtech.jts.geom.Geometry union(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor)
public static org.locationtech.jts.geom.Geometry unaryUnion(org.locationtech.jts.geom.Geometry geomA,
double scaleFactor)
Copyright © 2021. All rights reserved.