|
|||||||||
| 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.display.IMapContextProxy
Description: 'Provides access to the context in which geometric effects and marker placements work.' 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 IMapContextProxy
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.display.IMapContext |
|---|
IID, IIDa7be1534_8847_4a3b_ba08_4d4a94405427 |
| Constructor Summary | |
|---|---|
|
IMapContextProxy()
Deprecated. For internal use only |
|
IMapContextProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapContextProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapContextProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapContextProxy(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. |
IGeometry |
fromGeographyToMap(IGeometry ingeom)
Deprecated. Converts geographic geometry to map context geometry. |
IGeometry |
fromMapToGeography(IGeometry ingeom)
Deprecated. Converts map context geometry to geographic geometry. |
double |
fromPoints(double ptDist)
Deprecated. Converts a distance expressed in points into a geographic distance. |
double |
getReferenceScale()
Deprecated. The reference scale of the map. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the map. |
void |
init(ISpatialReference mapProj,
double mapRefScale,
IEnvelope mapExtent)
Deprecated. Initializes the map context. |
void |
initFromDisplay(IDisplayTransformation displayTransform)
Deprecated. Initializes the map context using a display transformation. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
double |
toPoints(double mapDist)
Deprecated. Converts a geographic distance into a distance expressed in points. |
| 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 IMapContextProxy(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 IMapContextProxy()
public IMapContextProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMapContextProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMapContextProxy(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 void initFromDisplay(IDisplayTransformation displayTransform)
throws java.io.IOException,
AutomationException
initFromDisplay in interface IMapContextdisplayTransform - A reference to a com.esri.arcgis.display.IDisplayTransformation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void init(ISpatialReference mapProj,
double mapRefScale,
IEnvelope mapExtent)
throws java.io.IOException,
AutomationException
init in interface IMapContextmapProj - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)mapRefScale - The mapRefScale (in)mapExtent - 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 IGeometry fromGeographyToMap(IGeometry ingeom)
throws java.io.IOException,
AutomationException
fromGeographyToMap in interface IMapContextingeom - 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 IGeometry fromMapToGeography(IGeometry ingeom)
throws java.io.IOException,
AutomationException
fromMapToGeography in interface IMapContextingeom - 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 double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IMapContextjava.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 IMapContextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double fromPoints(double ptDist)
throws java.io.IOException,
AutomationException
fromPoints in interface IMapContextptDist - The ptDist (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double toPoints(double mapDist)
throws java.io.IOException,
AutomationException
toPoints in interface IMapContextmapDist - The mapDist (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 | ||||||||