public interface CombineOperator
Modifier and Type | Method and Description |
---|---|
Geometry |
execute(Geometry geom1,
Geometry geom2,
SpatialReference sr,
ProgressTracker progressTracker)
Operation on two geometries, returning a third.
|
Geometry execute(Geometry geom1, Geometry geom2, SpatialReference sr, ProgressTracker progressTracker)
geom1
- is the geometry instance to be operated on.geom2
- is the geometry instance to be operated on.sr
- The spatial reference to get the tolerance value from.
When sr is null, the tolerance is calculated from the input geometries.progressTracker
- ProgressTracker instance that is used to cancel the lengthy operation. Can be null.Copyright © 2018. All rights reserved.