Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
static Geometry.GeometryAccelerationDegree |
Geometry.GeometryAccelerationDegree.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geometry.GeometryAccelerationDegree[] |
Geometry.GeometryAccelerationDegree.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OperatorSimpleRelation.accelerateGeometry(Geometry geometry,
SpatialReference spatialReference,
Geometry.GeometryAccelerationDegree accelDegree) |
boolean |
OperatorRelate.accelerateGeometry(Geometry geometry,
SpatialReference spatialReference,
Geometry.GeometryAccelerationDegree accelDegree) |
boolean |
Operator.accelerateGeometry(Geometry geometry,
SpatialReference spatialReference,
Geometry.GeometryAccelerationDegree accelDegree)
Processes Geometry to accelerate operations on it.
|
static int |
RasterizedGeometry2D.rasterSizeFromAccelerationDegree(Geometry.GeometryAccelerationDegree accelDegree) |
Copyright © 2018. All rights reserved.