Uses of Class
com.esri.core.geometry.Geometry.Type

Packages that use Geometry.Type
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
com.esri.core.map Contains classes that define elements from feature and image services. 
com.esri.core.tasks.ags.geoprocessing Contains classes for connecting to geoprocessing services and parsing the results. 
 

Uses of Geometry.Type in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return Geometry.Type
 Geometry.Type ArcGISFeatureLayer.getGeometryType()
          Gets the type of the geometry holding by the feature layer.
 

Uses of Geometry.Type in com.esri.core.geometry
 

Methods in com.esri.core.geometry that return Geometry.Type
 Geometry.Type Polyline.getType()
           
 Geometry.Type Point.getType()
           
 Geometry.Type Envelope.getType()
           
abstract  Geometry.Type Geometry.getType()
          Returns the geometry type.
 Geometry.Type Line.getType()
           
 Geometry.Type MultiPoint.getType()
           
 Geometry.Type Polygon.getType()
           
static Geometry.Type Geometry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Geometry.Type[] Geometry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.geometry with parameters of type Geometry.Type
static Geometry GeometryEngine.geometryFromEsriShape(byte[] esriShapeBuffer, Geometry.Type geometryType)
          Imports geometry from the ESRI shape file format.
 

Uses of Geometry.Type in com.esri.core.map
 

Methods in com.esri.core.map that return Geometry.Type
 Geometry.Type FeatureSet.getGeometryType()
          Gets the geometry type of the graphics.
 

Uses of Geometry.Type in com.esri.core.tasks.ags.geoprocessing
 

Methods in com.esri.core.tasks.ags.geoprocessing that return Geometry.Type
 Geometry.Type GPFeatureRecordSetLayer.getGeometryType()
          Gets the Geometry.Type.
 

Methods in com.esri.core.tasks.ags.geoprocessing with parameters of type Geometry.Type
 void GPFeatureRecordSetLayer.setGeometryType(Geometry.Type geometryType)
          Sets the Geometry.Type.
 



Copyright © 2012. All Rights Reserved.