Preparing search index...
The search index is not available @vhb-map/core
Class UploadShapefileService
Defined in libs/core/src/upload-shapefile/upload-shapefile.service.ts:41
Methods
Private
_get Sharing Url
_get Sharing Url( portalUrl: undefined | null | string ) : string
Parameters
portalUrl: undefined | null | string
Returns string
Defined in libs/core/src/upload-shapefile/upload-shapefile.service.ts:135
generate Features
generate Features( config: IGenerateFeaturesConfig ) : Promise < RequestResponse >
Returns Promise < RequestResponse >
Defined in libs/core/src/upload-shapefile/upload-shapefile.service.ts:50
Private
validate Shape Types
validate Shape Types( response: RequestResponse , allowShapeTypes: UploadShapefileShapeTypes ) : boolean
Parameters
response: RequestResponse
Returns boolean
Defined in libs/core/src/upload-shapefile/upload-shapefile.service.ts:108
validate Zip
validate Zip( filename: string ) : boolean
Returns boolean
Defined in libs/core/src/upload-shapefile/upload-shapefile.service.ts:100
An Angular Service that's provided in the root of your application. The service can be used to make an HTTP request to the ArcGIS REST API, where the API will convert a shapefile to Esri Graphics.