This operation computes the set of pairs of geometries from shapesOrGeometries1 and shapesOrGeometries2 that belong to the specified relation. .
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
function LabelPoints( shapesOrGeometries : Object, callback : Function, WKID : String ) |
Parameters
- shapesOrGeometries
- Type: Object
The array of geometries to compute label point locations. This can be either an array of VEShapes or a JSON-formatted object containing geometries.
- callback
- Type: Function
Function that will handle response. The callback function must take one argument, which will be a MeasureSet instance.
- WKID
- Type: String
Well known ID of the spatial reference. Required if both of the inputs are JSON geometries. Ignored if one of the inputs is an array of VEShapes. Both inputs must be in the same spatial reference. Defaults to 4326, the spatial reference used by Virtual Earth.
Remarks
Use this method to return label point locations of input geometries.
The operation will return a Locations object which contains a Location array.
