|
|||||||||
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.IBasicMapProxy
Description: 'Provides access to members that control the basic 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 IBasicMapProxy
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.IBasicMap |
---|
IID, IIDb9d60c9e_121e_11d4_ab6c_0008c73fd50c |
Constructor Summary | |
---|---|
|
IBasicMapProxy()
Deprecated. For internal use only |
|
IBasicMapProxy(java.lang.Object obj)
Deprecated. |
protected |
IBasicMapProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IBasicMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IBasicMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addLayer(ILayer pLayer)
Deprecated. Adds a layer to the map. |
void |
addLayers(IEnumLayer pLayers,
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 |
clearLayers()
Deprecated. Removes all layers from the map. |
void |
clearSelection()
Deprecated. Clears the map selection. |
void |
deleteLayer(ILayer pLayer)
Deprecated. Deletes a layer from the map. |
ILayer |
getActiveGraphicsLayer()
Deprecated. The active graphics layer. |
IGraphicsLayer |
getBasicGraphicsLayer()
Deprecated. The basic graphics layer. |
java.lang.String |
getDescription()
Deprecated. Description of the map. |
ISelection |
getFeatureSelection()
Deprecated. The map's feature selection. |
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. |
java.lang.String |
getName()
Deprecated. Name of the map. |
int |
getSelectionCount()
Deprecated. Number of selected features in the map. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the map. |
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 |
setActiveGraphicsLayerByRef(ILayer ppGraphicsLayer)
Deprecated. The active graphics layer. |
void |
setAreaOfInterest(IEnvelope rhs1)
Deprecated. Area of interest for the map. |
void |
setDescription(java.lang.String pDescr)
Deprecated. Description of the map. |
void |
setFeatureSelectionByRef(ISelection ppSelection)
Deprecated. The map's feature selection. |
void |
setName(java.lang.String pName)
Deprecated. Name of the map. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
Deprecated. The spatial reference of the map. |
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 IBasicMapProxy(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 IBasicMapProxy()
public IBasicMapProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBasicMapProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBasicMapProxy(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 IBasicMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String pName) throws java.io.IOException, AutomationException
setName
in interface IBasicMap
pName
- The pName (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 IBasicMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String pDescr) throws java.io.IOException, AutomationException
setDescription
in interface IBasicMap
pDescr
- The pDescr (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 IBasicMap
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 IBasicMap
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 IBasicMap
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 IBasicMap
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 ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IBasicMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IBasicMap
ppSpatialRef
- 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 void addLayer(ILayer pLayer) throws java.io.IOException, AutomationException
addLayer
in interface IBasicMap
pLayer
- 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 pLayers, boolean autoArrange) throws java.io.IOException, AutomationException
addLayers
in interface IBasicMap
pLayers
- 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 pLayer) throws java.io.IOException, AutomationException
deleteLayer
in interface IBasicMap
pLayer
- 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 clearLayers() throws java.io.IOException, AutomationException
clearLayers
in interface IBasicMap
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 IBasicMap
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 IBasicMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveGraphicsLayerByRef(ILayer ppGraphicsLayer) throws java.io.IOException, AutomationException
setActiveGraphicsLayerByRef
in interface IBasicMap
ppGraphicsLayer
- 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 int getSelectionCount() throws java.io.IOException, AutomationException
getSelectionCount
in interface IBasicMap
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 IBasicMap
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 IBasicMap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureSelectionByRef(ISelection ppSelection) throws java.io.IOException, AutomationException
setFeatureSelectionByRef
in interface IBasicMap
ppSelection
- 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 IBasicMap
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |