|
|||||||||
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.geoprocessing.IGPXYDomainProxy
Description: 'Provides access to the properties/methods of a geoprocessing xy domain 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 IGPXYDomainProxy
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.geoprocessing.IGPXYDomain |
---|
IID, IIDda17857c_b50a_47ef_bd28_0fd2b88ba7c8 |
Constructor Summary | |
---|---|
|
IGPXYDomainProxy()
Deprecated. For internal use only |
|
IGPXYDomainProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPXYDomainProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPXYDomainProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPXYDomainProxy(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 |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Deprecated. Get the xy domain extent. |
IEnvelope |
getExtent()
Deprecated. Get the extent of the xy domain. |
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Deprecated. Get the false origin and units. |
ISpatialReference |
getSpatialReference()
Deprecated. Get the spatial reference of the xy domain. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Deprecated. Set the xy domain extent. |
void |
setDomainFromExtent(IEnvelope pExtent)
Deprecated. Set the xy domain from an extent. |
void |
setDomainFromSpatialReference(ISpatialReference pSpRef)
Deprecated. Set the xy domain from a spatial reference. |
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Deprecated. Set the false origin and units. |
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 IGPXYDomainProxy(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 IGPXYDomainProxy()
public IGPXYDomainProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPXYDomainProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPXYDomainProxy(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 void setDomain(double xMin, double xMax, double yMin, double yMax) throws java.io.IOException, AutomationException
setDomain
in interface IGPXYDomain
xMin
- The xMin (in)xMax
- The xMax (in)yMin
- The yMin (in)yMax
- The yMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getDomain(double[] xMin, double[] xMax, double[] yMin, double[] yMax) throws java.io.IOException, AutomationException
getDomain
in interface IGPXYDomain
xMin
- The xMin (out: use single element array)xMax
- The xMax (out: use single element array)yMin
- The yMin (out: use single element array)yMax
- The yMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws java.io.IOException, AutomationException
setFalseOriginAndUnits
in interface IGPXYDomain
falseX
- The falseX (in)falseY
- The falseY (in)xyUnits
- The xyUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFalseOriginAndUnits(double[] falseX, double[] falseY, double[] xyUnits) throws java.io.IOException, AutomationException
getFalseOriginAndUnits
in interface IGPXYDomain
falseX
- The falseX (out: use single element array)falseY
- The falseY (out: use single element array)xyUnits
- The xyUnits (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomainFromSpatialReference(ISpatialReference pSpRef) throws java.io.IOException, AutomationException
setDomainFromSpatialReference
in interface IGPXYDomain
pSpRef
- 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 setDomainFromExtent(IEnvelope pExtent) throws java.io.IOException, AutomationException
setDomainFromExtent
in interface IGPXYDomain
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 IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IGPXYDomain
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 IGPXYDomain
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 |