Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Create File GeoDatabase Without Using Arcgis License
WhatsApp
Yogesh Sharma
10y
16.1
k
0
1
25
Blog
The File Geodatabase API provides a non-ArcObjects based library where we can work with File Geodatabases. The File Geodatabase API will be C++ based.
There are so many task that we can do using Geodatabase API.
Create, Open and Delete file geodatabases.
Process
In Visual studio application project take framework 4.0 and create application.
Download GeodatabaseAPI and add reference that dll and then create application.
Following are tha sample code for create,open and delete geodatabase.
private
void
Form1_Load(
object
sender, EventArgs e)
{
Geodatabase.Create(
"C:\\temp\\a.gdb"
);
Geodatabase gdb= Geodatabase.Open(@
"D:\Test\Mapping\Data.gdb"
);
Geodatabase.Delete(@
"D:\Test\Mapping\Data.gdb"
);
}
Create
Open and Delete File Geodatabase Without using ArcGis License.
Up Next
Read Shape Files Using ArcObject
Ebook Download
View all
Printing in C# Made Easy
Read by 22.3k people
Download Now!
Learn
View all
Membership not found