Uses of Class
com.esri.core.geometry.Polygon
Packages that use Polygon
-
Uses of Polygon in com.esri.core.geometry
Methods in com.esri.core.geometry that return PolygonModifier and TypeMethodDescriptionstatic 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 PolygonGeometryEngine.buffer(Geometry geometry, SpatialReference spatialReference, double distance) Calculates a buffer polygon of the geometry as specified by the distance input. -
Uses of Polygon in com.esri.core.geometry.ogc
Constructors in com.esri.core.geometry.ogc with parameters of type PolygonModifierConstructorDescriptionOGCMultiPolygon(Polygon src, SpatialReference sr) OGCPolygon(Polygon src, int exteriorRing, SpatialReference sr) OGCPolygon(Polygon geom, SpatialReference sr)