We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e758fc6 commit a943547Copy full SHA for a943547
src/main/java/com/esri/core/geometry/Bufferer.java
100644
100755
@@ -805,7 +805,7 @@ private Geometry bufferPoint_() {
805
806
private Geometry bufferPoint_(Point point) {
807
assert (m_distance > 0);
808
- Polygon resultPolygon = new Polygon(m_geometry.getDescription());
+ Polygon resultPolygon = new Polygon(point.getDescription());
809
addCircle_((MultiPathImpl) resultPolygon._getImpl(), point);
810
return setStrongSimple_(resultPolygon);
811
}
0 commit comments