WMS:Feature Objects to Geodatabase: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
A geodatabase is a geographic database used to store GIS information, such as features and rasters. In addition to storing data, a geodatabase allows you to set up relationships between data and create rules to validate data. Geodatabases are used in ArcGIS products.
A geodatabase is a geographic database used to store GIS information, such as features and rasters. In addition to storing data, a geodatabase allows setting up relationships between data and create rules to validate data. Geodatabases are used in ArcGIS products.


In order to create a geodatabase from WMS, you must first switch to the GIS module and [[WMS:Introduction to ArcObjects#Enabling ArcObjects|enable ArcObjects]]. WMS uses the feature objects stored in each coverage to build the geodatabase.
In order to create a geodatabase from WMS, first switch to the GIS module and [[WMS:Introduction to ArcObjects#Enabling ArcObjects|enable ArcObjects]]. WMS uses the feature objects stored in each coverage to build the geodatabase.


Set up and build your feature objects you wish to add to the geodatabase and define a coordinate system for your project. Vector data are stored in feature datasets and feature classes in the geodatabase which require a common spatial reference. The spatial reference in the geodatabase is defined from the current coordinate system in WMS.
Set up and build feature objects to add to the geodatabase and define a coordinate system for the project. Vector data are stored in feature datasets and feature classes in the geodatabase which require a common spatial reference. The spatial reference in the geodatabase is defined from the current coordinate system in WMS.


Once your data and spatial reference are defined, select '''Feature Objects -> Geodatabase''' from the '''Mapping''' menu in the GIS module. At this point, you will be prompted whether you wish to specify which coverage attributes will be mapped to the geodatabase. You have the option to specify which WMS coverage attributes to map over, or to let WMS map all of the appropriate attributes for you.
Once the data and spatial reference are defined, select '''Feature Objects → Geodatabase''' from the ''Mapping'' menu in the GIS module. At this point, a prompt will ask whether to specify which coverage attributes will be mapped to the geodatabase. An option exists to specify which WMS coverage attributes to map over, or to let WMS map all of the appropriate attributes.


If you choose to map the WMS coverage attributes yourself, you will be prompted for each feature class created in the new geodatabase, which can take a while. If you choose to let WMS map the attributes, you will not be prompted and WMS will build the geodatabase automatically.
If choosing to map the WMS coverage attributes manually, a prompt will ask for each feature class created in the new geodatabase, which can take a while. If choosing to let WMS map the attributes, no prompt will appear and WMS will build the geodatabase automatically.


[[Image:GIS FeatureToGeodatabase.png|thumb|none|left|400 px|''Feature Objects to Geodatabase Mapping'' dialog]]


[[Image:WMSImage274.png]]
Once WMS has finished building the geodatabase, view the results in ArcCatalog® or ArcMap®. WMS will have created a new geodatabase with a single feature dataset, with feature classes for the points, lines, and polygons of each WMS coverage.
 
 
Once WMS has finished building the geodatabase, you can view the results in ArcCatalog or ArcMap. WMS will have created a new geodatabase with a single feature dataset, with feature classes for the points, lines, and polygons of each WMS coverage.
 


[[Image:WMSGeodatabase001.png]]
[[Image:WMSGeodatabase001.png]]
Line 20: Line 17:


==Related Topics==
==Related Topics==
* [[WMS:Enabling ArcObjects|Enabling ArcObjects]]
* [[WMS:Introduction to ArcObjects#Enabling ArcObjects|Enabling ArcObjects]]
* [[Coordinate Systems|Coordinate Systems]]
* [[Coordinate Systems|Coordinate Systems]]
* [[WMS:Feature Objects to ArcHydro Geodatabase|Feature Objects to ArcHydro Geodatabase]]
* [[WMS:Feature Objects to ArcHydro Geodatabase|Feature Objects to ArcHydro Geodatabase]]
Line 26: Line 23:


{{WMSMain}}
{{WMSMain}}
[[Category:WMS GIS|F]]
[[Category:WMS Feature Objects|Geodatabase]]
[[Category:WMS GIS Dialogs]]

Latest revision as of 15:33, 31 January 2017

A geodatabase is a geographic database used to store GIS information, such as features and rasters. In addition to storing data, a geodatabase allows setting up relationships between data and create rules to validate data. Geodatabases are used in ArcGIS products.

In order to create a geodatabase from WMS, first switch to the GIS module and enable ArcObjects. WMS uses the feature objects stored in each coverage to build the geodatabase.

Set up and build feature objects to add to the geodatabase and define a coordinate system for the project. Vector data are stored in feature datasets and feature classes in the geodatabase which require a common spatial reference. The spatial reference in the geodatabase is defined from the current coordinate system in WMS.

Once the data and spatial reference are defined, select Feature Objects → Geodatabase from the Mapping menu in the GIS module. At this point, a prompt will ask whether to specify which coverage attributes will be mapped to the geodatabase. An option exists to specify which WMS coverage attributes to map over, or to let WMS map all of the appropriate attributes.

If choosing to map the WMS coverage attributes manually, a prompt will ask for each feature class created in the new geodatabase, which can take a while. If choosing to let WMS map the attributes, no prompt will appear and WMS will build the geodatabase automatically.

Feature Objects to Geodatabase Mapping dialog

Once WMS has finished building the geodatabase, view the results in ArcCatalog® or ArcMap®. WMS will have created a new geodatabase with a single feature dataset, with feature classes for the points, lines, and polygons of each WMS coverage.

WMSGeodatabase001.png


Related Topics