Package | Description |
---|---|
com.esri.core.geometry | |
com.esri.core.geometry.ogc |
Modifier and Type | Method and Description |
---|---|
static Polygon[] |
GeometryEngine.buffer(Geometry[] geometries,
SpatialReference spatialReference,
double[] distances,
boolean toUnionResults)
Calculates a buffer polygon for each geometry at each of the
corresponding specified distances.
|
static Polygon |
GeometryEngine.buffer(Geometry geometry,
SpatialReference spatialReference,
double distance)
Calculates a buffer polygon of the geometry as specified by the
distance input.
|
Constructor and Description |
---|
OGCMultiPolygon(Polygon src,
SpatialReference sr) |
OGCPolygon(Polygon src,
int exteriorRing,
SpatialReference sr) |
OGCPolygon(Polygon geom,
SpatialReference sr) |
Copyright © 2018. All rights reserved.