Result returned by the Convert GP task.

interface ConvertResult {
    bbox: unknown;
    createdFeatureClasses: string;
    displayServiceUrl: string;
    lyrxJson: unknown;
    outCrs?: string;
    workspaceId: string;
}

Properties

bbox: unknown

The bounding box of the result.

createdFeatureClasses: string

The names of the created feature classes.

displayServiceUrl: string

The Map Service URL used for displaying the dynamic workspace.

lyrxJson: unknown

The layer document JSON.

outCrs?: string

The output coordinate reference system.

workspaceId: string

The ID of the workspace containing the converted data.