ArcGIS API for Windows Phone - Library Reference
GeometryService Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : GeometryService Class

The Auto Complete operation is performed on a geometry service resource. The AutoComplete operation simplifies the process of constructing new polygons that are adjacent to other polygons. It constructs polygons that fill in the gaps between existing polygons and a set of polylines. Represents a geometry service resource exposed by the ArcGIS Server REST API. It is used to perform various operations on geometries such as project, simplify, buffer, and relationships.

Object Model

GeometryService ClassAreasAndLengths ClassGeometry ClassGeometry ClassGeometry Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GeometryService 
   Inherits TaskBase
   Implements IProjectionService 
C# 
public sealed class GeometryService : TaskBase, IProjectionService  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Tasks.TaskBase
      ESRI.ArcGIS.Client.Tasks.GeometryService

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.