public abstract class Operator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Operator.Type
The operator type enum.
|
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accelerateGeometry(Geometry geometry,
SpatialReference spatialReference,
Geometry.GeometryAccelerationDegree accelDegree)
Processes Geometry to accelerate operations on it.
|
boolean |
canAccelerateGeometry(Geometry geometry)
Returns true if the geometry can be accelerated.
|
static void |
deaccelerateGeometry(Geometry geometry)
Removes accelerators from given geometry.
|
abstract Operator.Type |
getType() |
public abstract Operator.Type getType()
public boolean accelerateGeometry(Geometry geometry, SpatialReference spatialReference, Geometry.GeometryAccelerationDegree accelDegree)
geometry - The geometry to be acceleratedspatialReference - The spatial reference of that geometryaccelDegree - The acceleration degree for geometry.public boolean canAccelerateGeometry(Geometry geometry)
geometry - public static void deaccelerateGeometry(Geometry geometry)
geometry - The geometry instance to remove accelerators from.Copyright © 2018. All rights reserved.