|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapProxy
Description: 'Provides access to members that control the map.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IMapProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IMap |
---|
IID, IIDe6bdaa75_4d35_11d0_98be_00805f7ced21 |
Constructor Summary | |
---|---|
|
IMapProxy()
Deprecated. For internal use only |
|
IMapProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addLayer(ILayer layer)
Deprecated. Adds a layer to the map. |
void |
addLayers(IEnumLayer layers,
boolean autoArrange)
Deprecated. Adds multiple layers to the map, arranging them nicely if specified. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addMapSurround(IMapSurround mapSurround)
Deprecated. Adds a map surround to the map. |
void |
clearLayers()
Deprecated. Removes all layers from the map. |
void |
clearMapSurrounds()
Deprecated. Removes all map surrounds from the map. |
void |
clearSelection()
Deprecated. Clears the map selection. |
double |
computeDistance(IPoint p1,
IPoint p2)
Deprecated. Computes the distance between two points on the map and returns the result. |
IMapSurround |
createMapSurround(IUID cLSID,
IMapSurround optionalStyle)
Deprecated. Create and initialize a map surround. |
void |
delayDrawing(boolean delay)
Deprecated. Suspends drawing. |
void |
delayEvents(boolean delay)
Deprecated. Used to batch operations together to minimize notifications. |
void |
deleteLayer(ILayer layer)
Deprecated. Deletes a layer from the map. |
void |
deleteMapSurround(IMapSurround mapSurround)
Deprecated. Deletes a map surround from the map. |
ILayer |
getActiveGraphicsLayer()
Deprecated. The active graphics layer. |
IAnnotateMap |
getAnnotationEngine()
Deprecated. The annotation (label) engine the map will use. |
IBarrierCollection |
getBarriers(IEnvelope pExtent)
Deprecated. The list of barriers and their weight for labeling. |
IGraphicsLayer |
getBasicGraphicsLayer()
Deprecated. The basic graphics layer. |
IBorder |
getClipBorder()
Deprecated. An optional border drawn around ClipGeometry. |
IGeometry |
getClipGeometry()
Deprecated. A shape that layers in the map are clipped to. |
java.lang.String |
getDescription()
Deprecated. Description of the map. |
int |
getDistanceUnits()
Deprecated. The distance units for the map. |
ISelection |
getFeatureSelection()
Deprecated. The feature selection for the map. |
ILayer |
getLayer(int index)
Deprecated. The layer at the given index. |
int |
getLayerCount()
Deprecated. Number of layers in the map. |
IEnumLayer |
getLayers(IUID uid,
boolean recursive)
Deprecated. The layers in the map of the type specified in the uid. |
double |
getMapScale()
Deprecated. The scale of the map as a representative fraction. |
IMapSurround |
getMapSurround(int index)
Deprecated. The map surround at the given index. |
int |
getMapSurroundCount()
Deprecated. Number of map surrounds associated with the map. |
int |
getMapUnits()
Deprecated. The units for the map. |
java.lang.String |
getName()
Deprecated. Name of the map. |
void |
getPageSize(double[] widthInches,
double[] heightInches)
Deprecated. Gets the page size for the map. |
double |
getReferenceScale()
Deprecated. The reference scale of the map as a representative fraction. |
int |
getSelectionCount()
Deprecated. Number of selected features. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the map. |
boolean |
isExpanded()
Deprecated. Indicates if the Map is expanded. |
boolean |
isFramed()
Deprecated. Indicates if map is drawn in a frame rather than on the whole window. |
boolean |
isSpatialReferenceLocked()
Deprecated. Indicates whether the spatial reference is prevented from being changed. |
boolean |
isUseSymbolLevels()
Deprecated. Indicates if the Map draws using symbol levels. |
void |
moveLayer(ILayer layer,
int toIndex)
Deprecated. Moves a layer to another position. |
void |
recalcFullExtent()
Deprecated. Forces the full extent to be recalculated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
selectByShape(IGeometry shape,
ISelectionEnvironment env,
boolean justOne)
Deprecated. Selects features in the map given a shape and a selection environment (optional). |
void |
selectFeature(ILayer layer,
IFeature feature)
Deprecated. Selects a feature. |
void |
setActiveGraphicsLayerByRef(ILayer graphicsLayer)
Deprecated. The active graphics layer. |
void |
setAnnotationEngineByRef(IAnnotateMap annotateMap)
Deprecated. The annotation (label) engine the map will use. |
void |
setAreaOfInterest(IEnvelope rhs1)
Deprecated. Area of interest for the map. |
void |
setClipBorder(IBorder border)
Deprecated. An optional border drawn around ClipGeometry. |
void |
setClipGeometry(IGeometry clipGeometry)
Deprecated. A shape that layers in the map are clipped to. |
void |
setDescription(java.lang.String descr)
Deprecated. Description of the map. |
void |
setDistanceUnits(int unitsCode)
Deprecated. The distance units for the map. |
void |
setExpanded(boolean expanded)
Deprecated. Indicates if the Map is expanded. |
void |
setFeatureSelectionByRef(ISelection selection)
Deprecated. The feature selection for the map. |
void |
setIsFramed(boolean flag)
Deprecated. Indicates if map is drawn in a frame rather than on the whole window. |
void |
setMapScale(double scaleRF)
Deprecated. The scale of the map as a representative fraction. |
void |
setMapUnits(int unitsCode)
Deprecated. The units for the map. |
void |
setName(java.lang.String name)
Deprecated. Name of the map. |
void |
setPageSize(double widthInches,
double heightInches)
Deprecated. Sets the page size for the map (optional). |
void |
setReferenceScale(double scaleRF)
Deprecated. The reference scale of the map as a representative fraction. |
void |
setSpatialReferenceByRef(ISpatialReference spatialRef)
Deprecated. The spatial reference of the map. |
void |
setSpatialReferenceLocked(boolean locked)
Deprecated. Indicates whether the spatial reference is prevented from being changed. |
void |
setUseSymbolLevels(boolean flag)
Deprecated. Indicates if the Map draws using symbol levels. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapProxy()
public IMapProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IMap
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String descr) throws java.io.IOException, AutomationException
setDescription
in interface IMap
descr
- The descr (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaOfInterest(IEnvelope rhs1) throws java.io.IOException, AutomationException
setAreaOfInterest
in interface IMap
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerCount() throws java.io.IOException, AutomationException
getLayerCount
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer(int index) throws java.io.IOException, AutomationException
getLayer
in interface IMap
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumLayer getLayers(IUID uid, boolean recursive) throws java.io.IOException, AutomationException
getLayers
in interface IMap
uid
- A reference to a com.esri.arcgis.system.IUID (in, optional, pass 0 if not required)recursive
- The recursive (in, optional, pass true if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMapSurroundCount() throws java.io.IOException, AutomationException
getMapSurroundCount
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapSurround getMapSurround(int index) throws java.io.IOException, AutomationException
getMapSurround
in interface IMap
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMapUnits() throws java.io.IOException, AutomationException
getMapUnits
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapUnits(int unitsCode) throws java.io.IOException, AutomationException
setMapUnits
in interface IMap
unitsCode
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDistanceUnits() throws java.io.IOException, AutomationException
getDistanceUnits
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDistanceUnits(int unitsCode) throws java.io.IOException, AutomationException
setDistanceUnits
in interface IMap
unitsCode
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference spatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IMap
spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMapScale() throws java.io.IOException, AutomationException
getMapScale
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapScale(double scaleRF) throws java.io.IOException, AutomationException
setMapScale
in interface IMap
scaleRF
- The scaleRF (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getReferenceScale() throws java.io.IOException, AutomationException
getReferenceScale
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceScale(double scaleRF) throws java.io.IOException, AutomationException
setReferenceScale
in interface IMap
scaleRF
- The scaleRF (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFramed() throws java.io.IOException, AutomationException
isFramed
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsFramed(boolean flag) throws java.io.IOException, AutomationException
setIsFramed
in interface IMap
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getClipGeometry() throws java.io.IOException, AutomationException
getClipGeometry
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipGeometry(IGeometry clipGeometry) throws java.io.IOException, AutomationException
setClipGeometry
in interface IMap
clipGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayer(ILayer layer) throws java.io.IOException, AutomationException
addLayer
in interface IMap
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayers(IEnumLayer layers, boolean autoArrange) throws java.io.IOException, AutomationException
addLayers
in interface IMap
layers
- A reference to a com.esri.arcgis.carto.IEnumLayer (in)autoArrange
- The autoArrange (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteLayer(ILayer layer) throws java.io.IOException, AutomationException
deleteLayer
in interface IMap
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveLayer(ILayer layer, int toIndex) throws java.io.IOException, AutomationException
moveLayer
in interface IMap
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)toIndex
- The toIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearLayers() throws java.io.IOException, AutomationException
clearLayers
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapSurround createMapSurround(IUID cLSID, IMapSurround optionalStyle) throws java.io.IOException, AutomationException
createMapSurround
in interface IMap
cLSID
- A reference to a com.esri.arcgis.system.IUID (in)optionalStyle
- A reference to a com.esri.arcgis.carto.IMapSurround (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addMapSurround(IMapSurround mapSurround) throws java.io.IOException, AutomationException
addMapSurround
in interface IMap
mapSurround
- A reference to a com.esri.arcgis.carto.IMapSurround (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteMapSurround(IMapSurround mapSurround) throws java.io.IOException, AutomationException
deleteMapSurround
in interface IMap
mapSurround
- A reference to a com.esri.arcgis.carto.IMapSurround (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearMapSurrounds() throws java.io.IOException, AutomationException
clearMapSurrounds
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double computeDistance(IPoint p1, IPoint p2) throws java.io.IOException, AutomationException
computeDistance
in interface IMap
p1
- A reference to a com.esri.arcgis.geometry.IPoint (in)p2
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGraphicsLayer getBasicGraphicsLayer() throws java.io.IOException, AutomationException
getBasicGraphicsLayer
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getActiveGraphicsLayer() throws java.io.IOException, AutomationException
getActiveGraphicsLayer
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveGraphicsLayerByRef(ILayer graphicsLayer) throws java.io.IOException, AutomationException
setActiveGraphicsLayerByRef
in interface IMap
graphicsLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBorder getClipBorder() throws java.io.IOException, AutomationException
getClipBorder
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipBorder(IBorder border) throws java.io.IOException, AutomationException
setClipBorder
in interface IMap
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectFeature(ILayer layer, IFeature feature) throws java.io.IOException, AutomationException
selectFeature
in interface IMap
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSelectionCount() throws java.io.IOException, AutomationException
getSelectionCount
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearSelection() throws java.io.IOException, AutomationException
clearSelection
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelection getFeatureSelection() throws java.io.IOException, AutomationException
getFeatureSelection
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureSelectionByRef(ISelection selection) throws java.io.IOException, AutomationException
setFeatureSelectionByRef
in interface IMap
selection
- A reference to a com.esri.arcgis.carto.ISelection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectByShape(IGeometry shape, ISelectionEnvironment env, boolean justOne) throws java.io.IOException, AutomationException
selectByShape
in interface IMap
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)env
- A reference to a com.esri.arcgis.carto.ISelectionEnvironment (in)justOne
- The justOne (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delayEvents(boolean delay) throws java.io.IOException, AutomationException
delayEvents
in interface IMap
delay
- The delay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageSize(double widthInches, double heightInches) throws java.io.IOException, AutomationException
setPageSize
in interface IMap
widthInches
- The widthInches (in)heightInches
- The heightInches (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPageSize(double[] widthInches, double[] heightInches) throws java.io.IOException, AutomationException
getPageSize
in interface IMap
widthInches
- The widthInches (out: use single element array)heightInches
- The heightInches (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBarrierCollection getBarriers(IEnvelope pExtent) throws java.io.IOException, AutomationException
getBarriers
in interface IMap
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSymbolLevels(boolean flag) throws java.io.IOException, AutomationException
setUseSymbolLevels
in interface IMap
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSymbolLevels() throws java.io.IOException, AutomationException
isUseSymbolLevels
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpanded(boolean expanded) throws java.io.IOException, AutomationException
setExpanded
in interface IMap
expanded
- The expanded (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExpanded() throws java.io.IOException, AutomationException
isExpanded
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationEngineByRef(IAnnotateMap annotateMap) throws java.io.IOException, AutomationException
setAnnotationEngineByRef
in interface IMap
annotateMap
- A reference to a com.esri.arcgis.carto.IAnnotateMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAnnotateMap getAnnotationEngine() throws java.io.IOException, AutomationException
getAnnotationEngine
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void recalcFullExtent() throws java.io.IOException, AutomationException
recalcFullExtent
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delayDrawing(boolean delay) throws java.io.IOException, AutomationException
delayDrawing
in interface IMap
delay
- The delay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceLocked(boolean locked) throws java.io.IOException, AutomationException
setSpatialReferenceLocked
in interface IMap
locked
- The locked (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSpatialReferenceLocked() throws java.io.IOException, AutomationException
isSpatialReferenceLocked
in interface IMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |