public abstract class OperatorBoundary extends Operator
Operator.Type
Constructor and Description |
---|
OperatorBoundary() |
Modifier and Type | Method and Description |
---|---|
abstract GeometryCursor |
execute(GeometryCursor geoms,
ProgressTracker progress_tracker)
Calculates the boundary geometry.
|
abstract Geometry |
execute(Geometry geom,
ProgressTracker progress_tracker)
Calculates the boundary.
|
Operator.Type |
getType() |
static OperatorBoundary |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
public Operator.Type getType()
public abstract GeometryCursor execute(GeometryCursor geoms, ProgressTracker progress_tracker)
geoms
- The input geometry cursor.progress_tracker
- The progress tracker, that allows to cancel the lengthy operation.public abstract Geometry execute(Geometry geom, ProgressTracker progress_tracker)
geom
- The input geometry.progress_tracker
- The progress tracker, that allows to cancel the lengthy operation.public static OperatorBoundary local()
Copyright © 2018. All rights reserved.