Data Manager is also available through the ArcWeb site (Build tab). The ArcWeb site allows you to upload DBF and shape (SHP) files containing your data.
addFeatures(dataFileName:string, features:Feature[], rollbackOnError:boolean,token:string):FeatureIDInfo[]
createDataFile(dataFile:DataFile, token:string):void
deleteDataFile(dataFileName:string, token:string):void
deleteFeatures(dataFileName:string, featureIDs:string[], token:string):void
findFeatures(dataFileName:string, featureSearchOptions:FeatureSearchOptions, token:string):FeatureResultSet
geocodeFeatures(dataFileName:string, featureIDs:string[], geocodeOptions:GeocodeOptions, token:string):GeocodeInfo[]
getAvailableDataFileAttributes(token:string):Attributedesc[]
getDataFilesInfo(dataFileNames:string[], token:string):DataFileInfo[]
getUniqueValues(dataFileName:string, fieldName:string, resultSetRange:ResultSetRange, token:string):StringSet
getVersion:string
renameField(dataFileName:string, oldFieldName:string, newFieldName:string, token:string):void
updateDataFile(dataFileName:string, dataFile:DataFile, token:string):void
updateFeatures(dataFileName:string, featureUpdateOptions:FeatureUpdateOptions, featureIDs:string[], token:string):void
addFeatures |
Adds features to an existing data file. First use the method createDataFileto create an empty data file, then use this method to add data to that file. |
|||||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||||||||
|
Input |
|
|||||||||||||||
|
Output |
||||||||||||||||
|
Code examples |
|
createDataFile |
Creates an empty data file. Use the method addFeaturesto add data to the file. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||
|
Input |
|
|||||||||
|
Output |
void |
|||||||||
|
Code examples |
|
deleteDataFile |
Deletes an empty data file. First use method deleteFeaturesto empty a data file you want to delete. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||
|
Input |
|
|||||||||
|
Output |
void |
|||||||||
|
Code examples |
|
deleteFeatures |
Deletes features from a data file. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
void |
||||||||||||
|
Code examples |
|
findFeatures |
Returns features from a specified data file that meet the given search criteria. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
|||||||||||||
|
Code examples |
|
geocodeFeatures |
Geocodes addresses or place names in a data file. Data file features should contain x,y locations when used in a spatial query or map image data source. First use the method addFeatures to add features to a data file, then use the method geocodeFeatures to geocode these features. |
|||||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||||||||
|
Input |
|
|||||||||||||||
|
Output |
||||||||||||||||
|
Code examples |
|
getAvailableDataFileAttributes |
Returns the available metadata attribute names for data files. |
||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
||||||
|
Input |
|
||||||
|
Output |
|||||||
|
Code examples |
|
getDataFilesInfo |
Returns information about specified data files. |
|||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||
|
Input |
|
|||||||||
|
Output |
||||||||||
|
Code examples |
|
getUniqueValues |
Returns a unique value for each specified data file attribute. |
|||||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||||||||
|
Input |
|
|||||||||||||||
|
Output |
||||||||||||||||
|
Code examples |
|
getVersion |
Returns the version number of Data Manager Web Service. |
||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
||||
|
Output |
string |
||||
|
Code examples |
|
renameField |
Renames a field in a data file. |
|||||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||||||||
|
Input |
|
|||||||||||||||
|
Output |
void |
|||||||||||||||
|
Code examples |
|
updateDataFile |
Updates a data file. You cannot change the geometry type of an existing data file. If you want change the geometry type, delete the file and create a new one. |
||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
||||||||||||
|
Input |
|
||||||||||||
|
Output |
void |
||||||||||||
|
Code examples |
|
updateFeatures |
Updates features in a data file. |
|||||||||||||||
|
Endpoint URL |
http://www.arcwebservices.com/services/v2006_1/DataManager |
|||||||||||||||
|
Input |
|
|||||||||||||||
|
Output |
void |
|||||||||||||||
|
Code examples |
|
Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.