ArcGIS Runtime SDK for WPF - Library Reference
MensurationTask Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Tasks Namespace : MensurationTask Class


The following tables list the members exposed by MensurationTask.

Public Constructors

 NameDescription
public ConstructorMensurationTask ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCustomParametersGets or sets the custom parameters to be appended to the request url. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyIsBusyGets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyProxyURLGets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyTokenToken for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyUrlGets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Methods

 NameDescription
public MethodAreaAndPerimeterOverloaded. Synchronous task that calculates the area on an image serviced based on a geometry surface.  
public MethodAreaAndPerimeterAsyncOverloaded. Asynchronous task that calculates the area on an image serviced based on a geometry surface.  
public MethodAreaAndPerimeterTaskAsyncOverloaded. Asynchronous task that calculates the area on an image serviced based on a geometry surface.  
public MethodCancelAsyncCancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public MethodCentroidOverloaded. Synchronous task that evaluates a central location on a surface area located on an image serviced.  
public MethodCentroidAsyncOverloaded. Asynchronous task that evaluates a central location on a surface area located on an image serviced.  
public MethodCentroidTaskAsyncOverloaded. Asynchronous task that evaluates a central location on a surface area located on an image serviced.  
public MethodDistanceAndAngleSynchronous task that calculates the distance and angle between to points on an image service.  
public MethodDistanceAndAngleAsyncAsynchronous task that calculates the distance and angle between to points on an image service.  
public MethodDistanceAndAngleTaskAsyncOverloaded. Asynchronous task that calculates the distance and angle between to points on an image service.  
public MethodHeightFromBaseAndTopSynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structure.  
public MethodHeightFromBaseAndTopAsyncAsynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structure.  
public MethodHeightFromBaseAndTopShadowSynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structures shadow.  
public MethodHeightFromBaseAndTopShadowAsyncAsynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structures shadow.  
public MethodHeightFromBaseAndTopShadowTaskAsyncOverloaded. Asynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structures shadow.  
public MethodHeightFromBaseAndTopTaskAsyncOverloaded. Asynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structure.  
public MethodHeightFromTopAndTopShadowSynchronous task that calculates the height of a structure from a point at the top of the structure to a point at the top of the structures shadow.  
public MethodHeightFromTopAndTopShadowAsyncAsynchronous task that calculates the height of a structure from a point at the top of the structure to a point at the top of the structures shadow.  
public MethodHeightFromTopAndTopShadowTaskAsyncOverloaded. Asynchronous task that calculates the height of a structure from a point at the top of the structure to a point at the top of the structures shadow.  
public MethodPointSynchronous task that gets location information from an image service based on a geometry point.  
public MethodPointAsyncAsynchronous task that gets location information from an image service based on a geometry point.  
public MethodPointTaskAsyncOverloaded. Asynchronous task that gets location information from an image service based on a geometry point.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Events

 NameDescription
public EventAreaAndPerimeterCompletedOccurs when the AreaAndPerimeterAsync(Polygon,MensurationAreaParameter,Object) or the AreaAndPerimeterAsync(Envelope,MensurationAreaParameter,Object) task has completed.  
public EventCentroidCompletedOccurs when the CentroidAsync(Polygon,MensurationPointParameter,Object) or the task CentroidAsync(Envelope,MensurationPointParameter,Object) has completed.  
public EventDistanceAndAngleCompletedOccurs when the DistanceAndAngleAsync task has completed.  
public EventFailedOccurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventHeightFromBaseAndTopCompletedOccurs when the HeightFromBaseAndTopAsync task has completed.  
public EventHeightFromBaseAndTopShadowCompletedOccurs when the HeightFromBaseAndTopShadowAsync task has completed.  
public EventHeightFromTopAndTopShadowCompletedOccurs when the HeightFromTopAndTopShadowAsync task has completed.  
public EventPointCompletedOccurs when the PointAsync task has completed.  
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

See Also

© ESRI, Inc. All Rights Reserved.