ArcWeb services v2006 methods list

Click a highlighted method or object name in the method list to see a detailed description. See the object model for an object model diagram of the services.

Account Info

Data Manager

Route Finder

Address Finder

Map Image

Spatial Query

Address Manager

Place Finder

Utility

Authentication

Place Finder Sample

Wireless Location

Content Finder

Report

 

Account Info

getServices(accountInfoOptions:AccountInfoOptions, token:string):ServiceSummary[]

getUsage(accountInfoOptions:AccountInfoOptions, datetimeRange:DateTimeRange, token:string):AccountSummary

getVersion:string

Address Finder

findAddressByPoint(point:Point, addressFinderOptions:AddressFinderOptions, token:string):Address

findLocationByAddress(address:Address, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

findLocationByIP(ipAddress:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

findLocationByPhoneNumber(phoneNumber:string, addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo

getInfo(dataSources:string[], token:string):AddressFinderInfo[]

getVersion:string

Address Manager

findAddressesByPoint(points:Point[], addressFinderOptions:AddressFinderOptions, token:string):AddressInfo[]

findLocationsByAddress(addresses:Address[], addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

findLocationsByIP(ipAddresses:string[], addressfinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

findLocationsByPhoneNumber(phoneNumbers:string[], addressFinderOptions:AddressFinderOptions, token:string):GeocodeInfo[]

getInfo(dataSources:string[], token:string):AddressFinderInfo[]

getVersion:string

Authentication

getCustomExpirationToken(username:string, password:string, expiration:integer):string

getToken(username:string, password:string):string

getVersion:string

validateToken(token:string):integer

Content Finder

getAvailableAttributes(contentType:string, token:string):AttributeDesc[]

getAvailableServices(token:string):string[]

getDependentContent(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord[]

getRecord(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord

getSubContent(contentFinderRecordID:ContentFinderRecordID, token:string):ContentFinderRecord[]

getUniqueValues(contentType:string, attributeName:string, token:string):string[]

getVersion:string

searchRecords(contentFinderSearchOptions:ContentFinderSearchOptions, token:string):ContentFinderResultSet

Data Manager

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

Map Image

convertMapCoordsToPixelCoords(mapArea:MapArea, mapSize:MapImageSize, mapCoords:Point[], token:string):PixelCoord[]

convertPixelCoordsToMapCoords(mapArea:MapArea, mapSize:MapImageSize, mapClickPoints:PixelCoord[], token:string):Point[]

getBestMap(mapImageOptions:MapImageOptions, bufferPercent:double, token:string):MapImageInfo

getBestMapArea(mapImageOptions:MapImageOptions, bufferPercent:double, token:string):MapArea

getCustomThematicMap(mapArea:MapArea, mapImageOptions:MapImageOptions, thematicData:ThematicData, thematicOptions:ThematicOptions, thematicColors:ThematicColors, token:string):MapImageInfo

getESRIThematicMap(mapArea:MapArea, mapImageOptions:MapImageOptions, thematicField:string, thematicOptions:ThematicOptions, thematicColors:ThematicColors, token:string):MapImageInfo

getFusedMapImage(mapFusionOptions:MapFusionOptions[], outputImageFormat:string, token:string):string

getMaps(mapAreas:MapArea[], mapImageOptions:MapImageOptions[], token:string):MapImageInfo[]

getMarkerNames(iconDataSource:string, token:string):string[]

getSavedMap(savedMapID:string, token:string):MapImageInfo

getThematicFields(thematicDataSource:string, token:string): string[]

getValueMap(mapArea:MapArea, mapImageOptions:MapImageOptions, thematicData:ThematicData, codeColorValues:KeyValue[], thematicOptions:ThematicOptions, token:string):MapImageInfo

getVersion:string

saveMap(mapArea:mapArea, mapImageOptions:MapImageOptions, token:string):string

Place Finder

findPlace(placeName:string, placeFinderOptions:PlaceFinderOptions, token:string):GeocodeInfo

getInfo(dataSources:string[], token:string):PlaceFinderInfo[]

getVersion:string

Place Finder Sample

findPlace(placeName:string, placeFinderOptions:PlaceFinderOptions):GeocodeInfo

getInfo():PlaceFinderInfo

getVersion:string

Report

createPDFDocument(templateName:string, data:KeyValue[], token:string):string

getAvailableTemplateNames(token:string):string[]

getCustomSiteReport(site:Site, reportOptions:ReportOptions, variables:CustomReportVariables[], token:string):ReportInfo

getCustomStandardGeographyReport(standardGeographies:StandardGeography[], reportOptions:ReportOptions, variables:CustomReportVariables[], token:string):ReportInfo

getCustomVariables(variableDataSource:string, token:string):CustomVariableInfo[]

getDatabases(token:string):string[]

getGeographyIDs(geographyIDOptions:GeographyIDOptions, token:string):ResultSet

getReportHeaderKeys(methodName:string, token:string):KeyValue[]

getSiteReports(site:Site, reportOptions:ReportOptions[], combineReports:boolean, token:string):ReportInfo[]

getStandardGeographyReport(standardGeographies:StandardGeography[], reportOptions:ReportOptions, token:string):ReportInfo

getTables(database:string, token:string):string[]

getThematicMapReport(sites:Site[], reportOptions:ReportOptions, thematicReportOptions:ThematicReportOptions, thematicVariable:string, token:string):ReportInfo

getThematicVariables(database:string, table:string, token:string):ThematicVariableInfo[]

getVersion:string

searchThematicVariables(keyword: string, token: string):ThematicVariableInfo[]

Route Finder

findRoute(routeStops:RouteStop[], routeFinderOptions:RouteFinderOptions, token:string):RouteInfo

getLanguages(token:string):string[]

getVersion:string

Spatial Query

findFeaturesByExtent(extent:Envelope, spatialQueryOptions:SpatialQueryOptions, token:string):ResultSet

findFeaturesByGeometry(geometry:Geometry, spatialQueryOptions:SpatialQueryOptions, token:string):ResultSet

findFeaturesByPoint(point:Point, options:SpatialQueryOptions, token:string):ResultSet

getAvailableFieldNames(dataSource:string, token:string):SpatialQueryInfo[]

getVersion:string

Utility

convertCircleToGeometry(circle:Circle, numPoints:integer, token:string):Geometry

convertCircularArcToGeometry(arc:CircularArc, numPoints:integer, token:string):Geometry

convertEllipseToGeometry(ellipse:Ellipse, numPoints:integer, token:string):Geometry

getBestProjection(extent:Envelope, token:string):Envelope

getDataCollectionDate(dataSource:string, extent:Envelope, mapSize:MapImageSize, token:string):string

getDistance(location1:Point, location2:Point, numPoints:integer, returnGeometry:boolean, token:string, units:string):DistanceInfo

getDriveTime(dataSource:string, point:Point, interval:integer, units:string, token:string):Geometry

getSupportedProjections(type:string, token:string):KeyValue

getVersion:string

projectExtent(extent:Envelope, projectTo:CoordSys, token:string):Envelope

projectGeometry(geometry:Geometry, projectTo:CoordSys, token:string):Geometry

projectPoint(point:Point, projectTo:CoordSys, token:string):Point

Wireless Location

getDeviceLocation(devices:MobileDevice[], deviceLocationOptions:DeviceLocationOptions, token:string):DeviceLocationInfo[]

getDeviceStatus(devices:MobileDevice[], token:string):DeviceStatus[]

getDeviceStops(deviceStopsOptions:DeviceStopsOptions, token:string:DeviceStopInfo[]

getTripInfo(deviceTripOptions:DeviceTripOptions, token:string):DeviceTripInfo

getVersion:string

sendSMS(devices:MobileDevice[], message:string, token:string):string[]  


Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.

ArcWeb site | ArcWeb support | support.esri.com

Copyright © ESRI