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

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. 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.

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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.