NextGIS Frontend
Preparing search index...
@nextgis/ngw-uploader-input
default
Class default
Hierarchy (
View Summary
)
default
default
Index
Constructors
constructor
Properties
connector
emitter
input
Options
is
Loaded
login
Dialog
options
Methods
_
initialize
create
Group
create
Input
create
Raster
create
Resource
create
Style
create
Vector
create
Wms
create
Wms
Connected
Layer
create
Wms
Connection
file
Upload
get
Resource
upload
Raster
upload
Vector
Constructors
constructor
new
default
(
options
:
NgwUploadInputOptions
)
:
default
Parameters
options
:
NgwUploadInputOptions
Returns
default
Properties
connector
connector
:
default
emitter
emitter
:
EventEmitter
<
DefaultEventMap
>
= ...
input
Options
inputOptions
:
UploadInputOptions
= ...
is
Loaded
isLoaded
:
boolean
= false
login
Dialog
loginDialog
:
boolean
= false
options
options
:
NgwUploadOptions
= ...
Methods
Protected
_
initialize
_initialize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
create
Group
createGroup
(
nameOrOptions
:
string
|
ResourceCreateOptions
,
opt
?:
ResourceCreateOptions
,
)
:
Promise
<
CreatedResource
>
Parameters
nameOrOptions
:
string
|
ResourceCreateOptions
opt
:
ResourceCreateOptions
= {}
Returns
Promise
<
CreatedResource
>
create
Input
createInput
(
opt
?:
UploadInputOptions
)
:
HTMLElement
Parameters
opt
:
UploadInputOptions
= {}
Returns
HTMLElement
create
Raster
createRaster
(
options
:
CreateRasterOptions
)
:
Promise
<
CreatedResource
>
Parameters
options
:
CreateRasterOptions
Returns
Promise
<
CreatedResource
>
create
Resource
createResource
(
meta
:
FileMeta
,
name
:
string
,
options
:
RasterUploadOptions
,
)
:
undefined
|
Promise
<
CreatedResource
>
Parameters
meta
:
FileMeta
name
:
string
options
:
RasterUploadOptions
Returns
undefined
|
Promise
<
CreatedResource
>
Deprecated
use
createRaster
instead
create
Style
createStyle
(
opt
:
CreateStyleOptions
,
name
?:
string
|
number
,
)
:
Promise
<
CreatedResource
>
Parameters
opt
:
CreateStyleOptions
Optional
name
:
string
|
number
Returns
Promise
<
CreatedResource
>
create
Vector
createVector
(
options
:
CreateRasterOptions
)
:
Promise
<
CreatedResource
>
Parameters
options
:
CreateRasterOptions
Returns
Promise
<
CreatedResource
>
create
Wms
createWms
(
opt
:
CreateWmsOptions
,
name
?:
string
,
)
:
undefined
|
Promise
<
CreatedResource
>
Parameters
opt
:
CreateWmsOptions
Optional
name
:
string
Returns
undefined
|
Promise
<
CreatedResource
>
create
Wms
Connected
Layer
createWmsConnectedLayer
(
opt
:
CreateWmsConnectedLayerOptions
,
name
?:
string
,
)
:
undefined
|
Promise
<
CreatedResource
>
Parameters
opt
:
CreateWmsConnectedLayerOptions
Optional
name
:
string
Returns
undefined
|
Promise
<
CreatedResource
>
create
Wms
Connection
createWmsConnection
(
opt
:
CreateWmsConnectionOptions
,
name
?:
string
,
)
:
undefined
|
Promise
<
CreatedResource
>
Parameters
opt
:
CreateWmsConnectionOptions
Optional
name
:
string
Returns
undefined
|
Promise
<
CreatedResource
>
file
Upload
fileUpload
(
file
:
FileType
,
options
?:
FileUploadOptions
)
:
Promise
<
FileMeta
>
Parameters
file
:
FileType
options
:
FileUploadOptions
= {}
Returns
Promise
<
FileMeta
>
get
Resource
getResource
(
id
:
number
,
requestOptions
?:
GetRequestOptions
<
any
,
"json"
,
false
>
,
)
:
undefined
|
Promise
<
undefined
|
CompositeRead
>
Parameters
id
:
number
Optional
requestOptions
:
GetRequestOptions
<
any
,
"json"
,
false
>
Returns
undefined
|
Promise
<
undefined
|
CompositeRead
>
upload
Raster
uploadRaster
<
F
extends
FileType
=
FileType
>
(
file
:
F
,
options
:
RasterUploadOptions
,
)
:
Promise
<
CreatedResource
>
Type Parameters
F
extends
FileType
=
FileType
Parameters
file
:
F
options
:
RasterUploadOptions
Returns
Promise
<
CreatedResource
>
upload
Vector
uploadVector
<
F
extends
FileType
=
FileType
>
(
file
:
F
,
options
:
VectorUploadOptions
,
)
:
Promise
<
CreatedResource
>
Type Parameters
F
extends
FileType
=
FileType
Parameters
file
:
F
options
:
VectorUploadOptions
Returns
Promise
<
CreatedResource
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
connector
emitter
input
Options
is
Loaded
login
Dialog
options
Methods
_
initialize
create
Group
create
Input
create
Raster
create
Resource
create
Style
create
Vector
create
Wms
create
Wms
Connected
Layer
create
Wms
Connection
file
Upload
get
Resource
upload
Raster
upload
Vector
NextGIS Frontend
Loading...
Deprecated