|
Address { |
Address contains a definition of the address or intersection. |
|
city: string |
city contains the city of the address. |
|
country: string |
country contains the two-letter country code of the address. It is optional. |
|
houseNumber: string |
houseNumber contains the house number of the address. House number can also be defined within the street field instead of houseNumber field. |
|
intersection: string |
intersection contains the street intersection of the address. |
|
state_prov: string |
state_prov contains the state or province of the address. |
|
street: string |
street contains the street name of the address and can include the house number (optional). |
|
zone: string |
zone contains the ZIP Code or postal code of the address. |
|
} |
|
|
Example (Java) |
Address definition for the address to be located Address myAddress = new Address(); Address definition for the intersection to be located Address myAddress = new Address(); |
|
Example (VB.NET) |
Address definition for the address to be located Dim myAddress As New Address() Address definition for the intersection to be located Dim myAddress As New Address() |
|
Example (C#.NET) |
Address definition for the address to be located Address myAddress = new Address(); Address definition for the intersection to be located Address myAddress = new Address(); |
|
AddressFinderOptions { |
AddressFinderOptions contains parameters for using Address Finder Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by Address Finder. It is required. See Data sources and credits for a list of possible values. |
|
} |
|
|
Example (Java) |
AddressFinderOptions myAddressFinderOptions = new AddressFinderOptions(); |
|
Example (VB.NET) |
Dim myAddressFinderOptions As New AddressFinderOptions() myAddressFinderOptions.dataSource = "GDT.Streets.US" |
|
Example (C#.NET) |
AddressFinderOptions myAddressFinderOptions
= new AddressFinderOptions(); |
|
AddressManagerInfo { |
AddressManagerOptions contains geocoding results. |
|
numCandidateMatches: integer |
numCandidateMatches contains the number of addresses that returned multiple matches. |
|
numSuccessful: integer |
numSuccessful contains the number of successful geocodes. |
|
numUnsuccessful: integer |
numUnsuccessful contains the number of unsuccessful geocodes. |
|
results: LocationInfo[] |
results contains the results of the address geocodes. |
|
} |
|
|
Example (Java) |
IAddressManager
myAddressManager = AddressManagerHelper.bind(); For token, see getToken. For myAddressManagerOptions, see AddressManagerOptions. For myAddress, see Address. |
|
Example (VB.NET) |
Dim myAddressManager
As New AddressManager() For token, see getToken. For myAddressManagerOptions, see AddressManagerOptions. For myAddress, see Address. |
|
Example (C#.NET) |
AddressManager myAddressManager
= new AddressManager(); For token, see getToken. For myAddressManagerOptions, see AddressManagerOptions. For myAddress, see Address. |
|
AddressManagerOptions { |
AddressManagerOptions contains parameters for using Address Manager Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by Address Manager. It is required. See Data sources and credits for a list of possible values. |
|
} |
|
|
Example (Java) |
AddressManagerOptions
myAddressManagerOptions = new AddressManagerOptions(); |
|
Example (VB.NET) |
Dim myAddressManagerOptions As New AddressManagerOptions() myAddressManagerOptions.dataSource = "TA.Address.US" |
|
Example (C#.NET) |
AddressManagerOptions
myAddressManagerOptions = new AddressManagerOptions(); |
|
CircleDescription { |
CircleDescription contains information about the circles in the map image. |
|
boundaryColor: string |
boundaryColor contains the color of the circle. Color style is defined as an R,G,B string with each value between 0 and 255 (for example, "255,0,0" is red). |
|
center: Point |
center contains the center of the circle. |
|
radius: double |
radius contains the radius of the circle. |
|
radiusUnits: string |
radiusUnits contains the units of the circle's radius. Possible values are "miles", "km", or "decimal_degrees". Default value is "miles". |
|
} |
|
|
Example (Java) |
Point myCirclePoint = new Point(); CircleDescription myCircleDescription
= new CircleDescription(); |
|
Example (VB.NET) |
Dim myCirclepoint As New Point() Dim mycircleDescription
As New CircleDescription() mycircleDescription.center = myCirclepoint |
|
Example (C#.NET) |
Point myCirclePoint = new Point(); CircleDescription
myCircleDescription = new CircleDescription(); |
|
CoordinateSystem { |
CoordinateSystem contains the coordinate system being used. Default value is projection "4326". |
|
datumTransformation: string |
datumTransformation contains the conversion of the data between two geographic coordinate systems. See Coordinate Systems for possible values. Invalid values are ignored by Utility Web Service. |
|
projection:string |
projection contains the projection of the data. See Coordinate Systems for possible values. Invalid values are ignored by Utility Web Service. |
|
} |
|
|
Example (Java) |
CoordinateSystem
myCoordinateSystem = new CoordinateSystem(); |
|
Example (VB.NET) |
Dim myCoordinateSystem
As New CoordinateSystem() |
|
Example (C#.NET) |
myCoordinateSystem
= new CoordinateSystem() |
|
DataSource { |
DataSource contains the name of the data source used by the ArcWeb Service. |
|
desc:string |
desc contains a description of the data source. |
|
name:string |
name contains the name of the data source. |
|
shortDesc: string |
shortDesc contains a short description of the data source. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind(); |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
DataSourceInfo { |
DataSourceInfo contains usage information about a data source. |
|
dataSource: string |
dataSource contains the name of the data source. |
|
stats: UsageStats |
stats contains usage information about a data source. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind() ; |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
Envelope { |
Envelope contains a rectangular feature that can be used as a map extent or as a bounding box of a feature. If it is used as a bounding box, it contains the maximum and minimum x,y coordinate of the feature. |
|
coordinateSystem:CoordinateSystem |
coordinateSystem contains the coordinate system of the envelope. Default value is projection "4326". |
|
maxx: double |
maxx contains the maximum x coordinate of the extent. |
|
maxy: double |
maxy contains the maximum y coordinate of the extent. |
|
minx: double |
minx contains the minimum x coordinate of the extent. |
|
miny: double |
miny contains the minimum y coordinate of the extent. |
|
} |
|
|
Example (Java) |
Envelope myEnvelope = new Envelope(); |
|
Example (VB.NET) |
Dim myEnvelope As New Envelope() |
|
Example (C#.NET) |
myEnvelope = new Envelope(); |
|
FieldDesc { |
FieldDesc contains the complete description of the field including field name, a short description of the field, field length, field precision, and field data type. By default, all the field values in RowData are returned as strings. FieldDesc contains information that is needed to convert the string value back to its original type. For example, the value of fieldName for Distance is returned as "12.3". To convert this value to its actual type, use the values of FieldDesc's fieldLength (4), fieldType (Float), and fieldPrecision (1). |
|
fieldLength: integer |
fieldLength contains the actual length of the field. For example, "14.7" has a fieldLength of "4". The value of the length varies based on the fieldType and fieldPrecision. |
|
fieldName: string |
fieldName contains the name of the field. |
|
fieldPrecision: integer |
fieldPrecision contains the number of digits after the decimal place. It is used with fieldType "float". The value of integer and string fieldTypes is "0". |
|
fieldShortDesc: string |
fieldShortDesc contains a short description of the field. Value is limited to 256 characters. |
|
fieldType: string |
fieldType contains the data type of the field. Possible values are "integer", "float", or "string". Report Web Service can also use "count", "pct", "ratio", or "dollar". Note: These last four values are only valid with Report Web Service. |
|
} |
|
|
Example (Java) |
FieldDesc in Proximity IProximity myProximity = ProximityHelper.bind(); FieldDesc in Query IQuery myQuery = QueryHelper.bind(); FieldDesc in Report IReport myReport = ReportHelper.bind(); FieldDesc[] myFieldDesc = myReport.getAvailableFieldNames(myReportOptions); For myQueryOptions, see QueryOptions. For myReportOptions, see ReportOptions. |
|
Example (VB.NET) |
FieldDesc in Proximity Dim myProximity As New Proximity() Console.WriteLine("Field Name of first fieldDesc : "
& myFieldDesc(0).fieldName) FieldDesc in Query Dim myQuery As New Query() FieldDesc in Report Dim myReport As New Report() For myQueryOptions, see QueryOptions. For myReportOptions, see ReportOptions. |
|
Example (C#.NET) |
FieldDesc in Proximity Proximity myProximity = new Proximity(); FieldDesc in Query Query myQuery = new Query(); FieldDesc in Report Report myReport = new Report(); For myQueryOptions, see QueryOptions. For myReportOptions, see ReportOptions. |
|
Geometry { |
Geometry contains information about the shape of a feature. The feature can be a polyline, polygon, or multipoint. |
|
coordinateSystem: CoordinateSystem |
coordinateSystem contains the coordinate system of the geometry. Default value is projection "4326". |
|
parts: integer[] |
parts contains the number and beginning point of a feature. If the Geometry is multipart, then each part in the array points to the beginning point of each feature. For example, a set of five points could represent one line (i.e., one parts) or multiple lines (i.e., multiple parts). |
|
points: SimplePoint[] |
points contains the points of the feature. |
|
type: integer |
type contains the type of geometry. Value can be "2" for polyline, or "3" for polygon. |
|
} |
|
|
Example (Java) |
Geometry myGeometry = new Geometry();
|
|
Example (VB.NET) |
Dim myGeometry As New Geometry() |
|
Example (C#.NET) |
myGeometry = new Geometry(); |
|
GeographyIdOptions { |
GeographyIdOptions contains parameters for finding IDs for a specific geography. |
|
keyword: string |
keyword contains a geography name or set of characters (e.g., "Redlands") with two or more characters. Note: The values are case sensitive. |
|
outputGeographyLevel: string |
outputGeographyLevel contains the geography level for the IDs. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip". It is required. |
|
geographyIdFilter: string |
geographyIdFilter contains a geographic filter for limiting the returned IDs. |
|
resultSetRange: ResultSetRange |
resultSetRange contains the range for the returned IDs. Default values are count "20" and startIndex "0". Maximum value for count is 1000. |
|
} |
|
|
Example (Java) |
GeographyIdOptions
myGeographyIdOptions = new GeographyIdOptions(); |
|
Example (VB.NET) |
Dim myGeographyIdOptions
As New GeographyIdOptions() |
|
Example (C#.NET) |
GeographyIdOptions
myGeographyIdOptions = new GeographyIdOptions(); |
|
Group { |
Group contains information about an ArcWeb Services group. |
|
desc: string |
desc contains a description of the ArcWeb Services group. |
|
name: string |
name contains the name of the ArcWeb Services group. |
|
services: Service[] |
services contains information about the ArcWeb Services within an ArcWeb Service group. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind(); |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
GroupInfo { |
GroupInfo contains usage statistics about an ArcWeb Services group. |
|
group: string |
group contains the name of the ArcWeb Services group. |
|
stats: UsageStats |
stats contains information about the ArcWeb Services group. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind(); |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
KeyValue { |
KeyValue contains a key-value pair. key contains a short identifier such as a type or code for retrieving a particular value and value contains a description of the key. Default value is 'null'. |
|
key: string |
key contains an identifier such as a type or code for retrieving a value. For example, in getCountryCodes, key contains the country code. Default value is 'null'. |
|
value: string |
value contains a description of the key value. For example, in getCountryCodes, value contains the name of the country. Default value is 'null' except for Report Web Service. For Report default values and character limits, see Report Web Service notes. |
|
} |
|
|
Example (Java) |
KeyValue myThematicData[] = new KeyValue[2]; KeyValue in Place Finder and Place Finder Sample int i; KeyValue myReportHeader[] = new KeyValue[2]; |
|
Example (VB.NET) |
Dim myThematicData(1) As KeyValue KeyValue for Place Finder and Place Finder Sample dim myKeyValues() as KeyValue Dim myReportHeader(1) as KeyValue |
|
Example (C#.NET) |
KeyValue myThematicData[] = new KeyValue[2]; KeyValue for Place Finder and Place Finder Sample int i; KeyValue myReportHeader[] = new KeyValue[2]; |
|
LabelDescription { |
LabelDescription contains parameters for labeling points, lines, and polygons on a map image. |
|
antialiasing: string |
antialiasing determines whether or not antialiasingused to make edges of labels and symbols smoother is active. Possible values are "true" or "false". Default value is "true". If fontStyle is not NULL, antialiasing is "false". |
|
font: string |
font contains the font of the label. The possible values are "Arial", "Bembo MT", "Book Antiqua", "Bookman Old Style", "Century Gothic", "Courier New", "Georgia", "Gill Sans MT", "Monotype Century Schoolbook", "Rockwell MT", "Symbol", "Tahoma", "Times New Roman", or "Verdana". Default value is "Arial". |
|
fontColor: string |
fontColor contains the color of the font. Color style is defined as an R,G,B string with each value between 0 and 255, for example, ("255,0,0") is red. Default value is "0,0,0" (black). |
|
fontSize: integer |
fontSize contains the size of the font. Default value is "11". A negative value places the label in a mirrored alignment from where it is expected. |
|
fontStyle: string |
fontStyle contains the style of the font. Possible values are "bold", "regular", "italic", "underline", "outline", or "bolditalic". Default value is "regular". If fontStyle is not NULL, antialiasing is "false". |
|
halignment: string |
halignment contains the horizontal alignment of the label. Possible values are "right", "left", or "center". Default value is "right". |
|
interval: integer |
interval contains the distance in pixels from the marker point. Default value is "8". Value must be a positive integer. |
|
outlineColor: string |
outlineColor contains the outline color of the label. Color style is defined as an R,G,B string with each value between 0 and 255, for example, ("255,0,0") is red. Default value is null. |
|
transparency: double |
transparency contains the transparency of the label text. It does not affect the text outline. Values can be between 0.1 (fully transparent) and 1.0 (fully opaque). Default is "1.0". If you set the value to "0", transparency defaults to "1.0". |
|
valignment: string |
valignment contains the vertical alignment of the label. Possible values are "top", "bottom", or "center". Default value is "top". |
|
} |
|
|
Example (Java) |
labelDescription.antialiasing = "false"; |
|
Example (VB.NET) |
Dim myLabelDescription As New LabelDescription() |
|
Example (C#.NET) |
LabelDescription myLabelDescription = new LabelDescription(); |
|
Layer { |
Layer contains the visibility of a map layer. |
|
layerName: string |
layerName contains the layer name for which you set the visibility. |
|
visibility: string |
visibility contains the visibility of the layer. Possible values are "on", "off" , or "default". Default maintains the default behavior of the layer, for example, on at certain scales and off at certain scales. A map layer with a visibility value of "on" may not appear at all extents. To determine if the layer can be visible at a specific extent, use the method getLayerInfoForExtent. |
|
} |
|
|
Example (Java) |
IMapImage myMapImage = MapImageHelper.bind(); |
|
Example (VB.NET) |
Dim myLayers() As Layer |
|
Example (C#.NET) |
Layer[] myLayers = myMapImage.getLayerInfo("GDT.Streets.US"); |
|
LineDescription { |
LineDescription contains information about lines in the map image. |
|
color: string |
color contains the color of the line. Color style is defined as an R,G,B string with each value between 0 and 255 (for example, "255,0,0" is red). Default is "(0,0,0)". |
|
geometry: Geometry |
geometry contains the geometry of the line. |
|
thickness: integer |
thickness contains the thickness, in pixels, of the line. Default is "1". |
|
transparency: double |
transparency contains the transparency of the line. Values can be between 0.1 (fully transparent) and 1.0 (fully opaque). Default is "1.0". If you set the value to "0", transparency defaults to "1.0". If you set the value above "1.0", you receive an error message. |
|
} |
|
|
Example (Java) |
LineDescription myLineDescription
= new LineDescription(); For myGeometry, see Geometry |
|
Example (VB.NET) |
Dim myLineDescription
As New LineDescription() myLineDescription.color = "0,0,0" For myGeometry, see Geometry |
|
Example (C#.NET) |
LineDescription
myLineDescription = new LineDescription(); For myGeometry, see Geometry |
|
Location { |
Location contains the complete description of a place that matches the search criteria. |
|
description1: string |
description1 contains the long description of the place (e.g., Redlands, California, United States). |
|
description2: string |
description2 contains the short description of the place (e.g., Redlands). Not used in Address Finder. |
|
locationExtent: Envelope |
locationExtent contains the bounding extent of the place. Not used in Address Finder. |
|
matchType: string |
matchType contains the type of match for the address location. See Match codes for more information. Not used in Place Finder or Place Finder Sample. |
|
point: Point |
point contains the x,y coordinate and the coordinate system of the place. |
|
score: double |
score contains a number from 1 to 20 in the form X.X indicating the likelihood of a match to the place, with 1 being the most likely and 20 being the least likely. For convenience, the returned records are sorted by score. Not used in Address Finder (score returned as 0.0) |
|
type: string |
type contains a letter indicating the type of place. See Place type codes for more information. Not used in Address Finder. |
|
} |
|
|
Example (Java) |
Location myLocation = myLocationInfo.candidates[0]; For myLocationInfo, see findPlace or findAddress |
|
Example (VB.NET) |
Dim myLocation As New Location 'Envelope is only returned for Place Finder or Place Finder Sample Web Services Dim myEnvelope As New Envelope() For myLocationInfo, see findPlace or findAddress |
|
Example (C#.NET) |
Location myLocation = myLocationInfo.candidates[0]; //Envelope is only returned for Place Finder and Place Finder Sample Web Services. Envelope myEnvelope = myLocation.locationExtent; For myLocationInfo, see findPlace or findAddress |
|
LocationInfo { |
LocationInfo contains the result of the location query. |
|
candidates: Location[] |
candidates contains the list of found places that match the input criteria. |
|
errorCode contains an error code in the case of NOMATCH. Error codes are returned for United States addresses only. See Error messages for more information. Not used in Place Finder or Place Finder Sample. | |
|
hasMore: boolean |
hasMore determines whether there are more records available to be requested in a location query result. It is set to "true" if count in PlaceFinderOptions is less than the total number of records. |
|
matchType: string |
matchType contains the type of candidate match. The possible values are "CANDIDATES", "ERROR", "EXACT", "NOMATCH". |
|
} |
|
|
Example (Java) |
LocationInfo in Place Finder IPlaceFinder myPlaceFinder = PlaceFinderHelper.bind(); LocationInfo in Place Finder Sample IPlaceFinderSample myPlaceFinderSample = PlaceFinderSampleHelper.bind(); LocationInfo in Address Finder IAddressFinder myAddressFinder = AddressFinderHelper.bind(); LocationInfo in Address Manager IAddressManager myAddressManager = AddressManagerHelper.bind(); For myPlaceFinderOptions, see PlaceFinderOptions For myAddressManagerOptions, see AddressManagerOptions |
|
Example (VB.NET) |
LocationInfo in Place Finder Dim myPlaceFinder As New PlaceFinder() LocationInfo in Place Finder Sample Dim myPlaceFinderSample As
New PlaceFinderSample() LocationInfo in Address Finder Dim myAddressFinder As New AddressFinder() LocationInfo in Address Manager Dim myAddressManager As New AddressManager() For myPlaceFinderOptions, see PlaceFinderOptions For myAddressManagerOptions, see AddressManagerOptions |
|
Example (C#.NET) |
LocationInfo in Place Finder PlaceFinder myPlaceFinder
= new PlaceFinder(); LocationInfo in Place Finder Sample PlaceFinderSample myPlaceFinderSample
= new PlaceFinderSample(); LocationInfo in Address Finder AddressFinder myAddressFinder = new AddressFinder(); LocationInfo in Address Manager AddressManager myAddressManager = new AddressManager(); For myPlaceFinderOptions, see PlaceFinderOptions |
|
MapImageInfo { |
MapImageInfo contains information about the URL, the legend URL, and the Envelope of the map image. |
|
legendUrl: string |
legendUrl contains the output URL of the legend. |
|
mapExtent: Envelope |
mapExtent contains the envelope of the output map image. |
|
mapUrl: string |
mapUrl contains the output URL of the map image. |
|
} |
|
|
Example (Java) |
IMapImage myMapImage = MapImageHelper.bind(); System.out.println("Map URL : " + myMapImageInfo.mapUrl); Envelope myEnvelope = myMapImageInfo.mapExtent; For token, see getToken |
|
Example (VB.NET) |
Dim myMapImage As New MapImage() For token, see getToken |
|
Example (C#.NET) |
MapImage myMapImage = new MapImage(); For token, see getToken |
|
MapImageOptions { |
MapImageOptions contains parameters for using map image. |
|
backgroundColor: string |
backgroundColor contains the background color of the map image. Color style is defined as an R,G,B string with each value between 0 and 255 (for example, "255,0,0" is red). Default value is "255,255,255" (white). |
|
circles: CircleDescription[] |
circles contains the circles to include on the map image. |
|
dataSource: string |
dataSource contains the name of the data source used by Map Image and Route Finder. It is required. See Data sources and credits for a list of possible values. |
|
displayLayers: Layer[] |
displayLayers contains the map layers that are visible. The default visible layers on the map image are displayed if displayLayers is not set. Use getLayerInfoForExtent method to see which layers are visible by default for a certain extent. |
|
drawScaleBar: boolean |
drawScaleBar determines whether a scale bar is drawn on the map image. The length of the scale bar is 25% of the map image width. Default value is "false". |
|
lines: LineDescription[] |
lines contains the lines to include on the map image. |
|
mapImageFormat: string |
mapImageFormat contains the image format of the map. The value can be "jpg", "png", "gif", or "png8". Default value is "png8". |
|
mapImageSize: MapImageSize |
mapImageSize contains the height and width, in pixels, of the map image. |
|
markers: MarkerDescription[] |
markers contains the markers to include on the map image. |
|
outputCoordSys: CoordinateSystem |
outputCoordSys contains the coordinate system of the map image. See Coordinate Systems for possible values. |
|
polygons: PolygonDescription[] |
polygons contains the polygons to include on the map. |
|
returnLegend: boolean |
returnLegend determines whether or not a legend is included with the map image. Default value is "false". |
|
scaleBarPixelLocation: PixelCoord |
scaleBarPixelLocation contains the location of the scale bar on the map image. Default value is (0,13). The length of the scale bar is 25% of the map image width. Note: small x and y values may be obscured by the copyright text. |
|
} |
|
|
Example (Java) |
MarkerDescription myMarkerDescriptionArray[]
= new MarkerDescription[1]; For myMarkerDescription, see MarkerDescription |
|
Example (VB.NET) |
Dim myMarkerDescriptionArray(0)
As MarkerDescription For myMarkerDescription, see MarkerDescription |
|
Example (C#.NET) |
MarkerDescription[]
myMarkerDescriptionArray = new MarkerDescription[1]; For myMarkerDescription, see MarkerDescription |
|
MarkerDescription { |
MarkerDescription contains information about the markers in the map image. |
|
color contains the color of the marker. Color style is defined as an R,G,B string with each value between 0 and 255, (for example, "255,0,0" is red). Used in ESRI.Simple.Icons (i.e., not used in ESRI.Raster.Icons or User.Defined.Icons). Default value is "0,0,0" (black). | |
|
iconDataSource contains the name of the icon data source to used by Map Image and Route Finder. Valid values are "ESRI.Simple.Icons", "ESRI.Raster.Icons", or "User.Defined.Icons". ESRI.Simple.Icons include circle, cross, square, star, and triangle. See ESRI.Raster.Icons for a table of available raster and simple icons. Use getMarkerNames or getMyMarkerNames methods for the most complete list of icons for each iconDataSource. Note: You can use "null" value if you wish to add a label without a marker. | |
|
label: string |
label contains a label for the marker, for example "MyStore". |
|
labelDescription: LabelDescription |
labelDescription contains the properties of the marker label such as font and font color. You can add a label without an icon by defining the iconDataSource value as "null". |
|
location: Point |
location contains the location of the marker in coordinates. |
|
name: string |
name contains the name of the marker. The possible values for ESRI.Simple.Icons are, "circle", "cross", "square", "star", and "triangle". See ESRI.Raster.Icons for a table of available raster icon names. |
|
} |
|
|
Example (Java) |
Point myPoint = new Point(); MarkerDescription myMarkerDescription
= new MarkerDescription(); |
|
Example (VB.NET) |
Dim mypoint As New Point() Dim myMarkerDescription
As New MarkerDescription() |
|
Example (C#.NET) |
Point myPoint = new Point(); MarkerDescription
myMarkerDescription = new MarkerDescription(); |
|
PlaceFinderOptions { |
PlaceFinderOptions contains parameters for using Place Finder and Place Finder Sample Web Services. |
|
count contains the number of records that are returned in the results. Counting begins at 0, so to get the first record through the sixth record, set count to "6" and startIndex to "0". Default returns the first 20 records. | |
|
dataSource: string |
dataSource contains the name of the data source used by Place Finder and Place Finder Sample. It is required. See Data sources and credits for a list of possible values. |
|
filterCountry contains the country, dependency, or area of special sovereignty to search. See Country codes for a list of possible values. The default value is "null", which means no country or territory restrictions. | |
|
filterEnvelope: Envelope |
filterEnvelope contains the geographic area to search. The default value is null, which means no area restrictions. |
|
filterType: string |
filterType contains the types of places to search. See ID codes for a list of valid place types. To choose multiple filters, separate with commas and no spaces (e.g., "A,B,C"). Default value is null which returns all types. |
|
searchType: string |
searchType contains the type of search to perform. Possible values are "startsWith" or "exactMatch". The default value is "startsWith". |
|
startIndex contains the first record number to be returned. Counting begins at 0, so to get the first record through the sixth record, set count to "6" and startIndex to "0". | |
|
} |
|
|
Example (Java) |
PlaceFinderOptions
myPlaceFinderOptions = new PlaceFinderOptions(); For myEnvelope, see Envelope |
|
Example (VB.NET) |
Dim myPlaceFinderOptions
As New PlaceFinderOptions() For myEnvelope, see Envelope |
|
Example (C#.NET) |
PlaceFinderOptions
myPlaceFinderOptions = new PlaceFinderOptions(); For myEnvelope, see Envelope |
|
Poi { |
Poi contains the values for each field in a POI record. |
|
city: string |
city contains the city name of the address. |
|
country: string |
country contains the country name of the address. |
|
desc: string[] |
desc contains a description of the address. You can have up to 20 desc fields for each POI record. Each desc field can have a maximum of 256 characters. |
|
id: string |
id contains the unique ID of the address. |
|
matchType: string |
matchType contains the type of match for the address. See Match codes for more information. |
|
placeName: string |
placeName contains the name of the address. Unique names are recommended but not required. You can have a maximum of 128 characters. |
|
point: Point |
point contains the x,y coordinate and the coordinate system of the address. |
|
state: string |
state contains the state or province name. |
|
street1: string |
street1 contains the first line of the street address. |
|
street2: string |
street2 contains the second line of the street address. |
|
type: string |
type contains the type of address. For example, your address file might contain a list of schools, in which case, type would be "School". You can have a maximum of 128 characters. |
|
zip: string |
zip contains the ZIP Code or postal code of the address. |
|
} |
|
|
Example (Java) |
Poi myPoi = new Poi(); |
|
Example (VB.NET) |
Dim myPoi As New Poi() |
|
Example (C#.NET) |
Poi myPoi = new Poi(); |
|
PoiManagerOptions { |
PoiManagerOptions contains parameters for using POI Manager Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by POI Manager. It is required. See Data sources and credits for a list of possible values. |
|
} |
|
|
Example (Java) |
PoiManagerOptions myPoiManagerOptions = new PoiManagerOptions();
|
|
Example (VB.NET) |
Dim myPoiManagerOptions As New PoiManagerOptions() |
|
Example (C#.NET) |
PoiManagerOptions myPoiManagerOptions = new PoiManagerOptions(); |
|
Point { |
Point contains the x,y coordinate of the point. |
|
coordinateSystem: CoordinateSystem |
coordinateSystem contains the coordinate system of the point. Default value is projection "4326". |
|
x: double |
x contains the x coordinate of the point. |
|
y: double |
y contains the y coordinate of the point. |
|
} |
|
|
Example (Java) |
Point myPoint = new Point() |
|
Example (VB.NET) |
Dim myPoint As New Point() |
|
Example (C#.NET) |
myPoint = new Point(); |
|
PoiResultSet { |
PoiResultSet contains a list of POI records that match a query. |
|
pois: Poi[] |
pois contains an array of POI records. |
|
totalCount: long |
totalCount contains the total number of POI records that meet the given QueryParams constraints. For example, if 50 records match and the count was specified to be 20, the totalCount is 50 even though only 20 POI records are actually returned to the client. The remaining 30 records can be retrieved in future requests. |
|
} |
|
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind(); |
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() |
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
PolygonDescription { |
PolygonDescription contains information about polygons in the map image. |
|
boundaryColor: string |
boundaryColor contains the color of the polygon outline. Color style is defined as an R,G,B string with each value between 0 and 255 (for example, "255,0,0" is red). The default is "0,0,0" (black). |
|
fillColor: string |
fillColor contains the color of the polygon fill. Color style is defined as an R,G,B string with each value between 0-255, for example ("255,0,0" is red). The default is "0,255,0" (green). |
|
fillType: string |
fillType contains the type of pattern of the polygon fill. Values can be "bdiagonal", "cross", "diagcross", "fdiagonal", "horizontal", "solid", and "vertical". The default is "solid". |
|
geometry: Geometry |
geometry contains the geometry of the polygon. |
|
transparency: double |
transparency contains the transparency of the polygon. Values can be between 0.0 (fully transparent) and 1.0 (fully opaque). The default is "0.0". If you set the value above "1.0", you receive an error message. |
|
} |
|
|
Example (Java) |
Point myPoint3 = new Point(); Point myPolyPoints[]= new Point[3]; int[] myPolyParts = new int[1]; Geometry myPolyGeometry = new Geometry(); |
|
Example (VB.NET) |
Dim myPoint3 As New Point() |
|
Example (C#.NET) |
Point myPoint3 = new Point(); |
|
ProximityOptions { |
ProximityOptions contains parameters for using Proximity Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by Proximity. It is required. See Data sources and credits for a list of possible values. |
|
resultRange: ResultSetRange |
resultRange contains the desired start and end index of data to be returned. Record indexes are 0 based. For example, if count = "10", and startIndex="0", records 0-9 are returned. If startIndex < 0 , then default for startIndex in resultRange is set to 0. The default value for count is "20". |
|
returnFieldsList: string[] |
returnFieldsList contains the field names that are returned in output. List the field names in the order you would like them displayed. Use getAvailableFieldNames method to see possible fields for data source. By default, all the fields associated with a given data source are returned. Longitude, Latitude, and Distance are always returned. |
|
units: string |
units contains the units used to measure distance from a point. Possible values are "miles" or "km". The default value is "miles". |
| whereClause contains the SQL where clause to be used in the query based on the available fields. The following operators work in a where clause: =, >, >=, <, <=, <>, AND, OR, LIKE, BETWEEN, IN, NOT IN. The following are not valid: ORDER BY and DISTINCT. invalid where clauses are ignored. For more information on where clauses, see Proximity Notes. | |
|
} |
|
|
Example (Java) |
string myFieldsList[] = new string[2]; For myResultSetRange, see ResultSetRange |
|
Example (VB.NET) |
Dim myFieldlist(2) As String For myResultSetRange, see ResultSetRange |
|
Example (C#.NET) |
string [] myFieldsList = new string[2]; For myResultSetRange, see ResultSetRange |
|
QueryOptions { |
QueryOptions contains parameters for the Query Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by Query. It is required. See Data sources and credits for a list of possible values. |
|
geographyLevel: string |
geographyLevel contains the geographic level at which the data is returned. Valid values for Census.Population.US are "state", "tract", "blockgroup" or "block". Valid values for ESRI.Demographics_1.US and ESRI.Demographics_2.US are "state", "county", "zip", "tract" or "blockgroup". Valid values for ESRI.Thematic.US are "state", "county", "zip", or "blockgroup". The default value is "state". Note: geographyLevel is not applicable to FEMA.Flood.US, GDT.PopulatedPlaces.CA, GDT.PopulatedPlaces.US, GDT.PostalCodes.CA, or GDT.ZipCodes.US data sources. |
|
returnFieldsList: string[] |
returnFieldsList contains the field names that are returned in output. Use getAvailableFieldNames method to see possible fields for data source. By default, all the fields associated with a given data source are returned. |
|
} |
|
|
Example (Java) |
string myFieldsList[] = new string[1]; |
|
Example (VB.NET) |
Dim myFieldsList(0) As String myFieldsList(0) = "ZONE" |
|
Example (C#.NET) |
string [] myFieldsList = new string[1]; myFieldsList[0] =
"ZONE"; |
|
QueryParams { |
QueryParams contains the search criteria for finding POI records. A null value means that there is no constraint on that parameter. Searches are not case sensitive. |
|
city: string |
city contains the city name by which to constrain the LIKE search. |
|
count contains the number of records that are returned in the results. | |
|
keyword: string[] |
keyword contains the list of strings (e.g., Descriptions or Addresses) in the POI fields by which to constrain the LIKE search. Multiple keywords use the OR operator. |
|
placeName: string |
placeName contains the title of the POI records by which to constrain the LIKE search. |
|
startIndex: integer |
startIndex contains the number of records to skip in the query. The first record is always 0, so, for example, to get records 11-15, set startIndex to "10". |
|
state: string |
state contains the state name by which to constrain the EXACT search. |
|
status: string |
status contains the type of geocode matches by which to constrain the search. Possible values are "successful" or "unsuccessful". |
|
type: string |
type contains the type of record by which to constrain the EXACT search. For example, your POI records might contain a list of schools, in which case, type would be "School". |
|
zip: string |
zip contains the ZIP Code by which to constrain the EXACT search. |
|
} |
|
|
Example (Java) |
QueryParams myQueryParams = new QueryParams(); |
|
Example (VB.NET) |
Dim myQueryParams As New QueryParams() |
|
Example (C#.NET) |
QueryParams[] myQueryParams = new QueryParams(); |
|
ReportInfo { |
ReportInfo contains information about the data source, the format, and the URL of the report. |
|
dataSource: string |
dataSource contains the name of the data source used by Report. |
|
reportFormat: string |
reportFormat contains the format of the report. Possible values are "excel", "pdf", or "xml". Default value is "pdf". |
|
reportUrl: string |
reportUrl contains the output URL of the report. |
|
} |
|
|
Example (Java) |
IReport myReport = ReportHelper.bind(); For token, see getToken |
|
Example (VB.NET) |
Dim myReport As New Report()
For token, see getToken |
|
Example (C#.NET) |
Report myReport = new Report(); For token, see getToken |
|
ReportOptions { |
ReportOptions contains parameters for using Report. |
|
dataSource: string |
dataSource contains the name of the data source used by Report. It is required. See Data sources and credits for a list of possible values. Note: You are charged for each data source you use in an array (with method getSiteReports). |
|
reportFormat: string |
reportFormat contains the format of the report. Possible values are "excel", "pdf", or "xml". Default value is "pdf". |
|
reportHeader: KeyValue[] |
reportHeader contains the key/value pairs for the header of a report. Default value is "null". Use method getReportHeaderKeys to see a list of key names and value descriptions for reportHeader. |
|
} |
|
|
Example (Java) |
ReportOptions myReportOptions
= new ReportOptions(); For myKeyValues, see KeyValue |
|
Example (VB.NET) |
Dim myReportOptions As
New ReportOptions() For myKeyValues, see KeyValue |
|
Example (C#.NET) |
ReportOptions myReportOptions
= new ReportOptions(); For myKeyValues, see KeyValue |
|
ResultSet { |
ResultSet contains data from the ArcWeb Service. |
|
fields: FieldDesc[] |
fields contains an array of fields. |
|
rows: RowData[] |
row contains an array of row data. |
|
totalCount:integer |
totalCount contains the total number of rows that meet the given whereClause and radius constraints. For example, if 50 records match the findNearest or findWithin method and the count was specified to be 20, the totalCount is 50 even though only 20 records are actually returned to the client. The remaining 30 rows can be retrieved in future requests. In the case of pointQuery, the total count is always "1". |
|
} |
|
|
Example (Java) |
IQuery myQuery = QueryHelper.bind(); ResultSet in Proximity IProximity myProximity = ProximityHelper.bind(); ResultSet in Report IReport myReport = ReportHelper.bind(); For myPoint, see Point. |
|
Example (VB.NET) |
Dim myQuery As New Query() ResultSet in Proximity Dim myProximity As New Proximity() ResultSet in Report Dim myReport As New Report() For myPoint, see Point |
|
Example (C#.NET) |
Query myQuery = new Query(); ResultSet in Proximity Proximity myProximity = new Proximity(); ResultSet in Report Report myReport = new Report(); For myPoint, see Point. For myGeographyIdOptions, see GeographyOptions. |
|
RouteDisplayOptions { |
RouteDisplayOptions contains parameters for how the route is displayed on the map if a map is requested in RouteFinderOptions. |
|
color: string |
color contains the color of the route line. Color style is defined as an R,G,B string with each value between 0 and 255, for example, ("255,0,0") is red. Default value is "255,0,0" (red). |
|
thickness: integer |
thickness contains the thickness, in pixels, of the route line. The values can be greater than or equal to "1". Default value is "7". |
|
transparency: double |
transparency contains the transparency of the route line. Values can be between 0.1 (fully transparent) and 1.0 (fully opaque). The default is "0.5". If you set the value to "0", transparency defaults to "0.5". If you set the value above "1.0", you receive an error message. |
|
} |
|
|
Example (Java) |
RouteDisplayOptions
myRouteDisplayOptions = new RouteDisplayOptions(); |
|
Example (VB.NET) |
Dim myRouteDisplayOptions
As New RouteDisplayOptions() |
|
Example (C#.NET) |
RouteDisplayOptions myRouteDisplayOptions
= new RouteDisplayOptions(); |
|
RouteFinderOptions { |
RouteFinderOptions contains parameters for using Route Finder Web Service. |
|
dataSource: string |
dataSource contains the name of the data source used by Route Finder. It is required. See Data sources and credits for a list of possible values. |
|
language: string |
language contains the language used in the route description. Possible values are: "danish", "dutch", "english", "french", "german", "italian", "norwegian", "portugese", "spanish", or "swedish". The default value is "english". |
|
mapImageOptions: MapImageOptions |
mapImageOptions contains the properties of the map image. |
|
returnDirections determines whether or not a description of the route is returned. The default value is "false". If returnDirections, returnGeometry, and returnMap are "false", only RouteInfo.totalDescription is returned. | |
|
returnGeometry determines whether or not the geometry of the route is returned. The default value is "false". If returnDirections, returnGeometry, and returnMap are "false", only RouteInfo.totalDescription is returned. | |
|
returnMap determines whether or not an image of the route is returned. The default value is "true". Note: You are charged two credits for the findRoute method call when returnMap is "true" —one for the route and one for the map. If returnDirections, returnGeometry, and returnMap are "false", only RouteInfo.totalDescription is returned. | |
|
routeDisplayOptions: RouteDisplayOptions |
routeDisplayOptions contains parameters for how the route is displayed on a map. For routeDisplayOptions to take effect, returnMap must be set to "true". |
|
routeOptions: RouteOptions |
routeOptions contains the properties of the route. |
|
units: string |
units contains the units of the route. The possible values are "km" or "miles". The default value is "miles". |
|
} |
|
|
Example (Java) |
RouteFinderOptions
myRouteFinderOptions = new RouteFinderOptions(); For myRouteOptions, see RouteOptions |
|
Example (VB.NET) |
Dim myRouteFinderOptions
As New RouteFinderOptions() For myRouteOptions, see RouteOptions |
|
Example (C#.NET) |
RouteFinderOptions myRouteFinderOptions = new RouteFinderOptions(); For myRouteOptions, see RouteOptions |
|
RouteInfo { |
RouteInfo contains information about the route. |
|
mapImageInfo: MapImageInfo |
mapImageInfo contains the URL, legend (if requested), and Envelope of the map image of the route if RouteFinderOptions.returnMap is set to "true". |
|
routePath: Geometry |
routePath contains the geometry of the route if RouteFinderOptions.returnGeometry is set to "true". |
|
segDescriptions: SegDescription[] |
segDescriptions contains an array of descriptions about each segment of the route if RouteFinderOptions.returnDirections is set to "true". |
|
totalDescription: SegDescription |
totalDescription contains the total route time and distance. |
|
} |
|
|
Example (Java) |
IRouteFinder myRouteFinder = RouteFinderHelper.bind(); For myRouteStop, see RouteStop |
|
Example (VB.NET) |
Dim myRouteFinder As New RouteFinder() For myRouteStop, see RouteStop |
|
Example (C#.NET) |
RouteFinder myRouteFinder = new RouteFinder; For myRouteStop, see RouteStop |
|
RouteOptions { |
RouteOptions contains the properties of the route. |
|
filterExtent: Envelope |
filterExtent contains the extent for the returned map. It is useful if only part of the route needs to be displayed in a map. Driving directions for the entire route are returned if RouteFinderOptions.returnDirections is set to "true". |
|
hwyPref: integer |
hwyPref contains the preference for using highways. Highway preference is defined with a value between "1" and "100". The value of "1" means to avoid highways if possible, and the value of "100" means to use highways as much as possible. Default value is "80". If you set the value to "0", hwyPref defaults to "80". hwyPref is not used with routeType "shortest". |
|
precision sets the minimum distance between points on a route in decimal degrees (i.e., it sets the shape generalization of the route). Useful for minimizing the response time. The default value is "0.0", which means no generalization. The larger the value, the more generalized the shape (and the faster the response time). If a map image is requested, precision is ignored and the route is generalized to the resolution of the map. | |
|
returnEnvelopes: boolean |
returnEnvelopes contains an envelope of all segments used in the route. Default is "false". |
|
routeType: string |
routeType contains the route searching criteria for using either the quickest or shortest route. Quickest returns a route based on the shortest time to travel between stops. Shortest returns a route based on the shortest distance to travel between stops. The valid content words are "quickest" and "shortest". Default value is "quickest". When using "shortest", hwyPref is not used. |
|
} |
|
|
Example (Java) |
Envelope myEnvelope = new Envelope(); |
|
Example (VB.NET) |
Dim myEnvelope As New Envelope() |
|
Example (C#.NET) |
Envelope myEnvelope = new Envelope(); |
|
RouteStop { |
RouteStop contains a routing stop. |
|
description: string |
description contains the name of the stop. This name appears in the driving directions and is used to refer to the specific route stop. |
|
point: Point |
point contains the x,y coordinate and the coordinate system of the stop. The output is projection "4326" regardless of what you set in point. |
|
} |
|
|
Example (Java) |
RouteStop[] myRouteStop = new
RouteStop[2]; |
|
Example (VB.NET) |
Dim myRouteStop(1) As RouteStop 'Defining Route Start 'Defining Route Stop |
|
Example (C#.NET) |
RouteStop[] myRouteStop
= new RouteStop[2]; |
|
RowData { |
RowData contains a single row of data. |
|
fieldValues: string[] |
fieldValues contains values for each of the fields in fieldDesc array. |
|
} |
|
|
Example (Java) |
myFieldDesc = myResultSet.fields; For myFieldDesc and myRowData, see ResultSet |
|
Example (VB.NET) |
myFieldDesc = myResultSet.fields For myFieldDesc and myRowData, see ResultSet |
|
Example (C#.NET) |
myFieldDesc = myResultSet.fields; For myFieldDesc and myRowData, see ResultSet |
|
SegDescription { |
SegDescription contains segment descriptions of the route. Each segment can have multiple lines of description. If a description is not set, it is null. |
|
description1: string |
description1 contains the first line describing a segment of the route, for example, "Turn left on W Redlands Blvd 0.25572 miles". |
|
description2: string |
description2 contains the second line describing additional information about a segment of the route, for example, "Drive 0.3 mile(s) ~ < 1 minute 0.191281 miles". |
|
description3: string |
description3 contains the third line describing additional information about a segment of the route, for example, "Arrive Stop 0.200231 miles". |
|
distance: double |
distance contains the estimated distance of the route segment. |
|
distanceUnits: string |
distanceUnits contains the units used to measure route distance. The possible values are "miles" or "km". |
|
segmentExtent: Envelope |
segmentExtent contains the envelope of the route segment. |
|
time: double |
time contains the estimated time in minutes of the route segment. |
|
} |
|
|
Example (Java) |
IRouteFinder myRouteFinder = RouteFinderHelper.bind(); For myRouteOptions, see RouteOptions |
|
Example (VB.NET) |
Dim myRouteFinder As New RouteFinder() For myRouteOptions, see RouteOptions |
|
Example (C#.NET) |
RouteFinder myRouteFinder = new RouteFinder(); For myRouteOptions, see RouteOptions |
|
Service { |
Service contains information about an ArcWeb Service. |
|
accessUrl: string |
accessUrl contains the URL for accessing the ArcWeb Service. |
|
desc: string |
desc contains the description of the ArcWeb Service. |
|
name: string |
name contains the name of the ArcWeb Service. |
|
type: string |
type contains the type of serviceRestricted or Publicof the ArcWeb Service. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind() ; |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
ServiceDataSourceInfo { |
ServiceDataSourceInfo contains information the usage of an ArcWeb Service with a specific data source. |
|
dataSource: string |
dataSource contains the name of the data source. |
|
service: string |
service contains the name of the ArcWeb Service. |
|
stats: UsageStats |
stats contains information about the ArcWeb Service and the data source. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind(); |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
ServiceInfo { |
ServiceInfo contains usage information about an ArcWeb Service. |
|
service: string |
service contains the name of the ArcWeb Service. |
|
stats: UsageStats |
stats contains information about the ArcWeb Service. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind(); |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
SimplePoint { |
SimplePoint contains the x,y coordinate of the point. |
|
x: double |
x contains the x coordinate of the point. |
|
y: double |
y contains the y coordinate of the point. |
|
} |
|
|
Example (Java) |
SimplePoint mySimplePoint = new SimplePoint(); |
|
Example (VB.NET) |
Dim mySimplePoint As New SimplePoint() |
|
Example (C#.NET) |
SimplePoint mySimplePoint = new SimplePoint(); |
|
Site { |
Site contains the area of the report. |
|
calcType: string |
calcType contains the type of rings. Valid values are "solid" or "hollow". Default value is "solid". Note: Only used with method getSiteReports. |
|
polygons: Geometry[] |
polygons contains the areas of the report. Note: Site can contain polygons or ringRadii but not both. |
|
ringRadii: double[] |
ringRadii contains the radii of the rings. Note: Site can contain ringRadii or polygons but not both. |
|
ringUnits: string |
RingUnits contains the units of the ring's radius. Possible values are "miles" or "km". The default value is "miles". |
|
siteLocation: Point |
siteLocation contains the x,y coordinates of the site. It is used to define either the center of the rings or a reference point for the polygons (it does not define the geometry of the polygons). |
|
siteName: sting |
siteName contains a label for the map. |
|
} |
|
|
Example (Java) |
Site mySite = new Site(); For myPoint, see Point |
|
Example (VB.NET) |
Dim mySite As New Site() For myPoint, see Point |
|
Example (C#.NET) |
Site mySite = new Site(); For myPoint, see Point |
|
StandardGeography { |
StandardGeography contains the standard geography of the site area for the report. |
|
geographyIds: string[] |
geographyIds contains the geographic ID for the site. Use method getGeographyIds to get valid values. Default value is "null". |
|
geographyLevel: string |
geographyLevel contains the geographic level at which the data is returned. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip". Default value is "null". |
|
} |
|
|
Example (Java) |
StandardGeography
myStandardGeography[] = new StandardGeography[2]; |
|
Example (VB.NET) |
Dim myStandardGeography(1)
As StandardGeography |
|
Example (C#.NET) |
StandardGeography[]
myStandardGeography = new StandardGeography[2]; |
|
ThematicOptions { |
ThematicOptions contains the parameters for a thematic map. |
|
classColors: string[] |
classColors contains the color to use for each class break. Color style is defined as an R,G,B string with each value between 0 and 255, for example, ("255,0,0") is red. Use either colorPalette or classColors but not both. Default value is null. |
|
classificationMethod: string |
classificationMethod contains information about how the data classes are divided. Possible values are "equalInterval" or "quantile". Default value is "equalInterval". Equal interval divides the number of classes into equal intervals, regardless of how many members each class contains. Quantile divides the number of classes so each class contains the same number of members, regardless of the interval range. classificationMethod is ignored if you use codeColorValues. |
|
classLabels: string[] |
classLabels contains labels for each class in the legend. The order of the classLabels values needs to match up with the order of the legend. |
|
codeColorValues: KeyValue[] |
codeColorValues contains the key/value pair for number and color. This parameter is used to "color-code" data such as ZIP Codes. Default value is null. It is necessary to define codeColorValues if you use your own data and define your own classifications and their color values. For more information, see thematic option #3 in Map Image notes. Otherwise, Map Image Web Service assumes the value in the thematicData parameter is related to data (and not key/value) and calculates breaks based on the content. For more information, see thematic option #2 in Map Image notes. The order of codeColorValues values determines the order of the legend. |
|
colorPalette: string |
colorPalette contains a color ramp for the class breaks. Use either colorPalette or classColors but not both. Possible values are "blue", "coldToHot", "green", "grey", "orange", or "red". Default value is "red". colorPalette is ignored if you use codeColorValues. |
|
geographyLevel: string |
geographyLevel contains the geographic level in which the map displays. Use getThematicGeographiesForExtent method to see the possible geography levels for a given data source. Default value is the most detailed geography level for the given extent. |
|
numberOfClasses: integer |
numberOfClasses contains the number of classes into which the data is classified. Default value is "2". numberOfClasses is ignored if you use codeColorValues. |
|
showOnlyThematicInLegend: boolean |
showOnlyThematicInLegend determines whether or not only the thematic layers are shown in the legend. Default value is "false" (i.e., all layers appear in the legend). |
|
} |
|
|
Example (Java) |
ThematicOptions myThematicOptions
= new ThematicOptions(); |
|
Example (VB.NET) |
Dim myThematicOptions As
New ThematicOptions() |
|
Example (C#.NET) |
myThematicOptions = new
ThematicOptions(); |
|
UsageStats { |
UsageStats contains information about the number of credits used in an ArcWeb Services account. |
|
dailyAve: long |
dailyAve contains the average credit usage over a 30-day period beginning with the first day a credit was used. See Account Info notes for more information. |
|
pastDay: long |
pastDay contains the number of credits used in the past 24 hours that the data source, service, and/or ArcWeb Services group. |
|
pastMonth: long |
pastMonth contains the number of credits used in the past 30 days that the data source, service, and/or ArcWeb Services group has been accessed. |
|
pastWeek: long |
pastWeek contains the number of credits used in the past seven days that the data source, service, and/or ArcWeb Services group has been accessed. |
|
pastYear: long |
pastYear contains the number of credits used in the past 365 days that the data source, service, and/or ArcWeb Services group has been accessed. |
|
percent: integer |
percent contains the percentage of credits that the data source, service, and/or ArcWeb Services group has used as the data source, service, or group when a request has been made. |
|
usage: long |
usage contains the number of credits the data source, service, or ArcWeb Services group has been used since the user account was activated. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind() ; |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |
|
UserInfo { |
UserInfo contains information about a user's ArcWeb Services account. |
|
dataSources: DataSource[] |
dataSources contains information about the data sources being used. |
|
groups: Group[] |
groups contains information about the ArcWeb Services group being used. |
|
individualServices: Service[] |
individualServices contains information about the ArcWeb Services being used. |
|
poiAvail: integer |
poiAvail contains the number of POI records that can be uploaded before the limit of 100,000 is reached. |
|
} |
|
|
Example (Java) |
IAccountInfo myAccountInfo = AccountInfoHelper.bind() ; |
|
Example (VB.NET) |
Dim myAccountInfo As New AccountInfo() |
|
Example (C#.NET) |
AccountInfo myAccountInfo = new AccountInfo(); |