Open Geodatabase

2493
4
Jump to solution
02-24-2016 09:57 AM
PeterBennett
New Contributor

Hello All,

In ArcGIS SDK for NET I can open a Geodatabase file, created in ArcGis for Desktop (ArcMap).

Is it possible to load/open a Geodatabase using ArcGIS API for Javascript?

Please advice

Best Regards

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Peter,

    No a web client based API like JS has limited or no file system access. The JS API needs RESTfull access to layers and data through ArcGIS Server or some web service that provides similar access to the GDB.

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Peter,

    No a web client based API like JS has limited or no file system access. The JS API needs RESTfull access to layers and data through ArcGIS Server or some web service that provides similar access to the GDB.

0 Kudos
PeterBennett
New Contributor

Thank you Robert, I begin to understand...
Is it possible to share it to ArcGis Online and open from there?

Best Regards

0 Kudos
PeterBennett
New Contributor

Thank you Robert, I begin to understand...
Is it possible to share it to ArcGis Online and open from there?

Best Regards

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Peter,


   You can add a particular feature class from the GDB as a FeatureLayer service.

0 Kudos