Interface IGenerateFeaturesConfig

A configuration object that can be passed to the UploadShapefileService.generateFeatures method for fine-grained control over the function's execution parameters.

Hierarchy

  • IGenerateFeaturesConfig

Properties

allowShapeTypes: UploadShapefileShapeTypes

The shape types that are allowed by the function's caller

filename: string

The name of the file

form: HTMLFormElement

The HTMLFormElement that contains the uploaded file

portalUrl?: string

The URL of the Portal to be used for feature generation. The ${portalUrl}sharing/rest/content/features/generate REST API URL will be called.

view: MapView | SceneView

The map or scene view from the widget's VMC View Tree

Generated using TypeDoc