Uses of Class
com.esri.core.geometry.Polygon

Packages that use Polygon
com.esri.android.map Provides classes for all the different elements of a map. 
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
 

Uses of Polygon in com.esri.android.map
 

Methods in com.esri.android.map that return Polygon
 Polygon Layer.getExtent()
          Gets the current extent.
 Polygon MapView.getExtent()
          Returns a polygon comprising of four corners of map in map coordinates.
 

Uses of Polygon in com.esri.core.geometry
 

Methods in com.esri.core.geometry that return Polygon
static Polygon[] GeometryEngine.buffer(Geometry[] geometries, SpatialReference spatialReference, double[] distances, Unit unit, 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, Unit unit)
          Calculates buffer polygon of the geometry as specified by the distance input.
 



Copyright © 2012. All Rights Reserved.