|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IMapDescriptorProxy
Description: 'Provides access to the available properties of a map descriptor object.' 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 IMapDescriptorProxy
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 |
| Constructor Summary | |
|---|---|
|
IMapDescriptorProxy()
Deprecated. For internal use only |
|
IMapDescriptorProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapDescriptorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapDescriptorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapDescriptorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addMapSurround(IMapSurround surround,
int xPixelOrigin,
int yPixelOrigin,
int anchorPoint)
Deprecated. Call this multiple times to place surrounds on the surface of the map. |
void |
addPixelGraphic(IElement graphic)
Deprecated. Call this multiple times to place graphics in pixel space on the map above Custom Graphics and Map Surrounds. |
void |
clearMapSurrounds()
Deprecated. Remove all surrounds from the map. |
void |
clearPixelGraphics()
Deprecated. Remove all pixel graphics from the map. |
double |
getAngle()
Deprecated. The angle/rotation of the map in degrees, measured anti-clockwise. |
IColor |
getBackgroundColor()
Deprecated. The background color of the map. |
IArray |
getCustomGraphics()
Deprecated. Custom graphics of the map. |
IEnvelope |
getExtent()
Deprecated. The current extent of the map. |
IEnvelope |
getFullExtent()
Deprecated. The full extent of the map. |
IGeometryCollection |
getLabelBarriers()
Deprecated. The barriers used for labeling. |
java.lang.Object |
getLayerOrder()
Deprecated. The layer order for the map. |
IArray |
getLayers()
Deprecated. The layer descriptors of the map. |
IPoint |
getMapCenter()
Deprecated. The center of the map. |
double |
getMapScale()
Deprecated. The scale of the map. |
java.lang.String |
getName()
Deprecated. The name of the map. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the map. |
IColor |
getTransparentColor()
Deprecated. The color used for transparency (100 %). |
boolean |
isKeepAspectRatio()
Deprecated. Indicates whether of not to maintain the aspect ratio. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAngle(double angleDegrees)
Deprecated. The angle/rotation of the map in degrees, measured anti-clockwise. |
void |
setBackgroundColor(IColor color)
Deprecated. The background color of the map. |
void |
setCustomGraphics(IArray elements)
Deprecated. Custom graphics of the map. |
void |
setExtent(IEnvelope extent)
Deprecated. The current extent of the map. |
void |
setFullExtent(IEnvelope extent)
Deprecated. The full extent of the map. |
void |
setKeepAspectRatio(boolean keep)
Deprecated. Indicates whether of not to maintain the aspect ratio. |
void |
setLabelBarriers(IGeometryCollection barriers)
Deprecated. The barriers used for labeling. |
void |
setLayerOrder(java.lang.Object layerIds)
Deprecated. The layer order for the map. |
void |
setLayers(IArray layerDescriptors)
Deprecated. The layer descriptors of the map. |
void |
setMapCenter(IPoint center)
Deprecated. The center of the map. |
void |
setMapScale(double mapScale)
Deprecated. The scale of the map. |
void |
setName(java.lang.String name)
Deprecated. The name of the map. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
Deprecated. The spatial reference of the map. |
void |
setTransparentColor(IColor color)
Deprecated. The color used for transparency (100 %). |
| 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 IMapDescriptorProxy(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.IOExceptionpublic IMapDescriptorProxy()
public IMapDescriptorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMapDescriptorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMapDescriptorProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IMapDescriptorjava.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 IMapDescriptorname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getFullExtent()
throws java.io.IOException,
AutomationException
getFullExtent in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullExtent(IEnvelope extent)
throws java.io.IOException,
AutomationException
setFullExtent in interface IMapDescriptorextent - 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 IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtent(IEnvelope extent)
throws java.io.IOException,
AutomationException
setExtent in interface IMapDescriptorextent - 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 ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference spatialReference)
throws java.io.IOException,
AutomationException
setSpatialReferenceByRef in interface IMapDescriptorspatialReference - 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 getAngle()
throws java.io.IOException,
AutomationException
getAngle in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngle(double angleDegrees)
throws java.io.IOException,
AutomationException
setAngle in interface IMapDescriptorangleDegrees - The angleDegrees (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getLayers()
throws java.io.IOException,
AutomationException
getLayers in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayers(IArray layerDescriptors)
throws java.io.IOException,
AutomationException
setLayers in interface IMapDescriptorlayerDescriptors - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getLayerOrder()
throws java.io.IOException,
AutomationException
getLayerOrder in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerOrder(java.lang.Object layerIds)
throws java.io.IOException,
AutomationException
setLayerOrder in interface IMapDescriptorlayerIds - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getCustomGraphics()
throws java.io.IOException,
AutomationException
getCustomGraphics in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomGraphics(IArray elements)
throws java.io.IOException,
AutomationException
setCustomGraphics in interface IMapDescriptorelements - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometryCollection getLabelBarriers()
throws java.io.IOException,
AutomationException
getLabelBarriers in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelBarriers(IGeometryCollection barriers)
throws java.io.IOException,
AutomationException
setLabelBarriers in interface IMapDescriptorbarriers - A reference to a com.esri.arcgis.geometry.IGeometryCollection (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 IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapScale(double mapScale)
throws java.io.IOException,
AutomationException
setMapScale in interface IMapDescriptormapScale - The mapScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getMapCenter()
throws java.io.IOException,
AutomationException
getMapCenter in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapCenter(IPoint center)
throws java.io.IOException,
AutomationException
setMapCenter in interface IMapDescriptorcenter - 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 boolean isKeepAspectRatio()
throws java.io.IOException,
AutomationException
isKeepAspectRatio in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeepAspectRatio(boolean keep)
throws java.io.IOException,
AutomationException
setKeepAspectRatio in interface IMapDescriptorkeep - The keep (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
getBackgroundColor in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColor(IColor color)
throws java.io.IOException,
AutomationException
setBackgroundColor in interface IMapDescriptorcolor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getTransparentColor()
throws java.io.IOException,
AutomationException
getTransparentColor in interface IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparentColor(IColor color)
throws java.io.IOException,
AutomationException
setTransparentColor in interface IMapDescriptorcolor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addMapSurround(IMapSurround surround,
int xPixelOrigin,
int yPixelOrigin,
int anchorPoint)
throws java.io.IOException,
AutomationException
addMapSurround in interface IMapDescriptorsurround - A reference to a com.esri.arcgis.carto.IMapSurround (in)xPixelOrigin - The xPixelOrigin (in)yPixelOrigin - The yPixelOrigin (in)anchorPoint - A com.esri.arcgis.carto.esriAnchorPointEnum constant (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 IMapDescriptorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addPixelGraphic(IElement graphic)
throws java.io.IOException,
AutomationException
addPixelGraphic in interface IMapDescriptorgraphic - A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearPixelGraphics()
throws java.io.IOException,
AutomationException
clearPixelGraphics in interface IMapDescriptorjava.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 | ||||||||