The Geometry type exposes the following members.

Properties

  NameDescription
AreaUnitNames
Array of descriptive names for the values in AreaUnits enumeration. See AreaUnits for an example of using AreaUnitNames to retrieve a descriptive name for a returned area unit.
DistanceUnitNames
Array of descriptive names for the values in DistanceUnits enumeration. See DistanceUnits for an example of using DistanceUnitNames to retrieve a descriptive name for a returned distance unit.
OnBufferComplete
JavaScript function that will process the results returned by the buffer. May also be specified when calling the Buffer method.
OnProjectComplete
JavaScript function that will process the results returned by the project request (ProjectFromVEShapes, ProjectToVEShapes). May also be specified when calling the project method.
OnSimplifyComplete
JavaScript function that will process the results returned by the simplify request. May also be specified when calling the Simplify method.
Token
Authentication token to be used in the task's requests to a secured ArcGIS service.
Url
URL of the ArcGIS Server Geometry service exposed as a REST resource that will receive geometry request.

See Also