"ArcGIS Runtime SDK for Android Development note"-Data creation:. Geodatabase creation, summary of missing content during creation

Source: Internet
Author: User

1. Preface

The ArcGIS Runtiem content tool, which is provided by the ArcGIS desktop, often share data loss issues when exporting. geodatabase files, such as data in a datasheet with more than 4w. But when exported to Geodatabase, sometimes you will find that only 1w more data, data loss, then where is this data? Why was it lost? Before also did not delve into such a problem, is not very clear the exact point of the problem where, is simply know the current viewable area to cover all maps, you can export all the data, presumably guessing is the problem of the visible area. Today, for this piece of careful study, do a simple summary.

2. Problem study export in ArcMap. Vector data in geodatabase format in general there are two ways: (there seems to be a Python script generated specifically not researched)
    • method One : Use file--Share as->arcgis Runtime content Export

    • mode two : Use the toolboxes, Data Management Tools->package, Create Runtime Content in the Toolbox

What is the difference between these two ways?

Mode one: The export range is implicitly considered the current viewable area. Mode two: The export range defaults to full-scale, can be selected according to the extent range.

For the way one author has done the following tests:

The map document (. mxd) is saved by enlarging the map to Figure 2, as shown in the full extent 1 above. Then open the file--Share as->arcgis Runtime content tool, in the pop-up window, the ArcGIS Runtime Content tab sets the path to the files storage, Feature and tabular In the Data tab, set the Export all options (export all) option. After the export is complete, we get a file with a suffix of. Geodatabase. The file can be exported to filegdb using the copy Runtime geodatabase to file Geodatabase tool in the toolbox, and the results are overlaid with the original results by 3. This also explains why we use the way a data export often has a missing data situation. The reason is that the current viewable area is limited.


for mode two, the setup process is simple to follow the instructions, and one of the parameters to be aware of is the extent range parameter, which specifies the range to select or crop the feature.

    • default--Default-The range is set based on the maximum range of all participating layers. This is the default setting.
    • Union of inputs--Input-the maximum range of all inputs.
    • Insersection of input--Input-the minimum range that all inputs share.
    • As Specified below--as specified below-Specifies the minimum and maximum range values.
    • The same as display--is the same as the display-the range equals the data frame or visible display range.

3. Summary of issues

mode one : Use the file-and Share as->arcgis Runtime content to export features within the current viewable area.

method Two : Use the toolboxes, Data Management Tools->package, Create Runtime content in the toolbox to export all features by default, Specifically, you can have more Extent range attribute control.

"ArcGIS Runtime SDK for Android Development note"-Data creation:. Geodatabase creation, summary of missing content during creation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.