|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESRIException | |
---|---|
com.sas.graphics.map | |
com.sas.servlet.tbeans.olapgraphics.html | Provides classes for generating different OLAP chart objects. |
Uses of ESRIException in com.sas.graphics.map |
---|
Methods in com.sas.graphics.map that throw ESRIException | |
---|---|
double |
ESRIMap.calculateDistance(int startx,
int starty,
int endx,
int endy)
Returns the distance (in map coordinates) between two points (in screen coordinates) |
java.lang.String |
ESRIMap.chooseField(java.lang.Object[] data,
java.lang.String layerName,
java.lang.String[] fieldNames,
int numToCheck)
Selects a field, from those provided, that best matches the provided data. |
java.lang.String |
ESRIConnection.chooseField(java.lang.Object[] data,
java.lang.String layerName,
java.lang.String[] fieldNames,
int numToCheck)
Selects a field, from those provided, that best matches the provided data. |
void |
ESRIMap.classify(com.sas.graphics.components.CategorizationModel cm,
java.lang.String layerName,
java.lang.String fieldName,
java.lang.String[] descriptorList,
java.lang.Double[] valueList,
java.lang.Boolean[] exceptionList)
Classifies the map based on the desired classification type and the number of desired breaks. |
void |
ESRIMap.clearAllSubsets()
Clears any subsets that have been applied to the map. |
void |
ESRIMap.clearSelections()
Clears any selections that have been set on the map. |
void |
ESRIMap.clearSubset(java.lang.String layerName)
Clears any subset that's been set on a specific layer. |
void |
ESRIMap.connect()
Establish the connection to ArcGIS Server. |
void |
ESRIMap.disconnect()
Release Context and remove all the connection between Client and ArcGIS Server. |
java.util.HashMap |
ESRIMap.getDefaultLayerVisibilities()
Gets a list of the layers available on the map service, and a value indicating their default visibility. |
java.lang.String[] |
ESRIMap.getFieldNames(java.lang.String layerName)
Returns an array of field names available on the specified layer of the map service. |
java.lang.Object[] |
ESRIMap.getFieldValues(java.lang.String layerName,
java.lang.String fieldName,
int numValues)
Returns an array of values from the map service, based on the layerName and fieldName provided. |
java.lang.Object[] |
ESRIConnection.getFieldValues(java.lang.String layerName,
java.lang.String fieldName,
int numValues)
Returns a list of values from the map service, based on the layerName and fieldName provided. |
byte[] |
ESRIMap.getImageMimeData()
Returns the generated map image as MIME Data. |
java.lang.String |
ESRIMap.getImageURL()
When using this method the map image is stored on the ArcGIS server, and a URL is passed back to use as a link to the image. |
java.lang.String[] |
ESRIMap.getLayerNames()
Returns a list of all layer names on the map service. |
java.util.HashMap |
ESRIMap.getLayerVisibilities()
Gets a list of the layers available on the map service, and a value indicating their visibility. |
java.util.HashMap |
ESRIConnection.getLayerVisibilities(java.util.HashMap levelToLayerMap)
Gets a list of the layers available on the map service, and a value indicating their visibility. |
java.lang.String |
ESRIMap.getLayerVisibility(java.lang.String layerName)
Returns whether the specified layer is visible Possible values are: ESRIConnection.ESRI_LAYER_ALWAYSOFF - The indicated layer is never drawn. |
void |
ESRIMap.getMap()
Loads the map with the default map and image descriptions. |
void |
ESRIMap.getMap(java.lang.String strMapDesc,
java.lang.String strImageDesc)
Loads the map based on the passed in mapDescription and imageDescription. |
double[] |
ESRIMap.getMapExtents()
Returns the currently used map extents. |
java.lang.String[] |
ESRIMap.getMapServiceNames()
Returns a list of ESRI Map Service names that are available on the map server. |
java.lang.String[] |
ESRIConnection.getMapServiceNames()
Returns a list of ESRI Map Service names that are available on the map server. |
java.lang.String[] |
ESRIMap.getSelectList(java.util.Map layerToFieldMap)
Returns a list of selected regions. |
java.lang.String[] |
ESRIMap.identify(int x,
int y)
Identifies a map feature based on Mouse click selection. |
java.lang.String[] |
ESRIMap.identify(int x,
int y,
java.lang.String[] fieldIds)
Identifies a map feature based on Mouse click selection. |
boolean |
ESRIMap.isValidLayer(java.lang.String layerName)
Checks to see if layerName is a valid layer on the map service. |
boolean |
ESRIMap.isValidLayerAndField(java.lang.String layerName,
java.lang.String fieldName)
This is a convenience method that will check to see if the passed in layer name is valid, and if so, whether fieldName is a valid field on that layer. |
void |
ESRIMap.pan(int startx,
int starty,
int endx,
int endy)
Pans the current map extent. |
int |
ESRIMap.rectangularSelect(int startx,
int starty,
int endx,
int endy,
boolean controlPressed,
java.lang.String classifiedLayer)
Uses a rectangle to select regions and add their feature IDs to the selection list. |
int |
ESRIMap.select(int x,
int y,
boolean controlPressed,
java.lang.String classifiedLayer)
Selects a map region and adds its feature ID to the selection list |
int |
ESRIMap.selectByField(java.lang.String[] values,
boolean controlPressed,
java.lang.String classifiedLayer,
java.lang.String fieldName)
This method will search through the features on the passed in classifiedLayer, and select those features in which the fieldName is equal to one of the passed in values. |
java.lang.String[] |
ESRIMap.selectLayerAndField(int x,
int y,
java.util.Map layerToFieldMap)
Utility routine to retrieve the map layer and field value based on mouse click location. |
void |
ESRIMap.setDefaultMapColor(java.awt.Color c)
Set the default map color for the map regions that aren't "classified" by value. |
void |
ESRIMap.setDefaultOutlineColor(java.awt.Color c)
Set the default outline map color. |
void |
ESRIMap.setLayerVisibilities(java.util.HashMap map)
Sets the visibilities of the layers using the passed-in HashMap. |
void |
ESRIMap.setLayerVisibility(java.lang.String layerName,
java.lang.String visible)
Changes the visibility of the passed-in layer. |
void |
ESRIMap.setMapExtents(double xmin,
double xmax,
double ymin,
double ymax)
Sets the map extents that should be used for this map. |
void |
ESRIMap.setMissingColor(java.awt.Color c)
Set the missing region color for the map regions that are "classified" by a missing value. |
void |
ESRIMap.setSelectionColor(java.awt.Color c)
Set the selection color for the map regions. |
void |
ESRIMap.subset(java.lang.String layerName,
java.lang.String fieldName,
java.lang.String[] values)
Subsets the map based on the features described by the fieldName and values parameters. |
double[] |
ESRIMap.testData(java.lang.Object[] data,
java.lang.String layerName,
java.lang.String fieldName)
This method checks to see how much of the passed-in data matches the data that is found on the ESRI map service. |
double[] |
ESRIConnection.testData(java.lang.Object[] data,
java.lang.String layerName,
java.lang.String fieldName)
This method checks to see how much of the passed-in data matches the data that is found on the ESRI map service. |
void |
ESRIMap.undoClassification(java.lang.String layerName)
Undoes any classification that has been done on the specified layer. |
double[] |
ESRIMap.zoomFeatures(java.lang.String layerName,
java.lang.String fieldName,
java.lang.String[] values)
Zooms to the minimum extents that surround the features described by the fieldName and values parameters. |
void |
ESRIMap.zoomFullExtent()
Zooms the extent of the current map to the full extent of that map, which is the default extent on that map service. |
void |
ESRIMap.zoomIn(int x,
int y,
double factor)
Zooms and centers the extent of the current map to the specified pixelX, pixelY, and factor arguments. |
void |
ESRIMap.zoomOut(int x,
int y,
double factor)
Zooms out and centers the extent of the current to the specified pixelX, pixelY, and factor arguments. |
void |
ESRIMap.zoomTo(int startx,
int starty,
int endx,
int endy)
Zooms the map to the provided rectangle, defined in pixel coordinates pixelX, pixelY, and factor arguments. |
void |
ESRIMap.zoomTo(long startx,
long starty,
long endx,
long endy)
Zooms the map to the provided rectangle, defined in map coordinates. |
Uses of ESRIException in com.sas.servlet.tbeans.olapgraphics.html |
---|
Methods in com.sas.servlet.tbeans.olapgraphics.html that throw ESRIException | |
---|---|
void |
OLAPESRIMapChart.printResultSet(OLAPDataSetInterface newModel)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |