Description: 'OLE Automation compatibility interface for IEnvelope.' 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 IEnvelopeGENProxy extends com.esri.arcgis.interop.Dispatch implements IEnvelopeGEN, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDad6492fa_8902_4d83_acd1_418f476b306f| Modifier | Constructor and Description |
|---|---|
|
IEnvelopeGENProxy()
Deprecated.
For internal use only
|
|
IEnvelopeGENProxy(java.lang.Object obj)
Deprecated.
|
protected |
IEnvelopeGENProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IEnvelopeGENProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IEnvelopeGENProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
centerAt(IPoint p)
Deprecated.
Moves this envelope so it is centered at p.
|
void |
defineFromPoints(IPoint[] points)
Deprecated.
Defines the envelope to cover all the points.
|
void |
defineFromWKSPoints(_WKSPoint[] wksPoints)
Deprecated.
Defines the envelope to cover all the points.
|
void |
expand(double dx,
double dy,
boolean asRatio)
Deprecated.
Moves the X and Y coordinates of the sides toward or away from each other.
|
void |
expandM(double dm,
boolean asRatio)
Deprecated.
Moves the measure of the sides toward or away from each other.
|
void |
expandZ(double dz,
boolean asRatio)
Deprecated.
Moves the Z attribute of the sides toward or away from each other.
|
double |
getDepth()
Deprecated.
The depth of the envelope.
|
double |
getHeight()
Deprecated.
The height of the envelope.
|
IPoint |
getLowerLeft()
Deprecated.
The lower left corner.
|
IPoint |
getLowerRight()
Deprecated.
The lower right corner.
|
double |
getMMax()
Deprecated.
The maximum measure value in the area of the envelope.
|
double |
getMMin()
Deprecated.
The minimum measure value in the area of the envelope.
|
IPoint |
getUpperLeft()
Deprecated.
The upper left corner.
|
IPoint |
getUpperRight()
Deprecated.
The upper right corner.
|
double |
getWidth()
Deprecated.
The width of the envelope.
|
double |
getXMax()
Deprecated.
The position of the right side.
|
double |
getXMin()
Deprecated.
The position of the left side.
|
double |
getYMax()
Deprecated.
The position of the top.
|
double |
getYMin()
Deprecated.
The position of the bottom.
|
double |
getZMax()
Deprecated.
The maximum Z value in the area of the envelope.
|
double |
getZMin()
Deprecated.
The minimum Z value in the area of the envelope.
|
void |
intersect(IEnvelope inEnvelope)
Deprecated.
Adjusts to include only the area also included by inEnvelope.
|
void |
offset(double x,
double y)
Deprecated.
Moves the sides x units horizontally and y units vertically.
|
void |
offsetM(double m)
Deprecated.
Moves the sides m units.
|
void |
offsetZ(double z)
Deprecated.
Moves the sides z units.
|
void |
putCoords(double xMin,
double yMin,
double xMax,
double yMax)
Deprecated.
Constructs an envelope from the coordinate values of lower, left and upper, right corners.
|
void |
queryCoords(double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax)
Deprecated.
Returns the coordinates of lower, left and upper, right corners.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDepth(double depth)
Deprecated.
The depth of the envelope.
|
void |
setHeight(double height)
Deprecated.
The height of the envelope.
|
void |
setLowerLeft(IPoint lowerLeft)
Deprecated.
The lower left corner.
|
void |
setLowerRight(IPoint lowerRight)
Deprecated.
The lower right corner.
|
void |
setMMax(double mMax)
Deprecated.
The maximum measure value in the area of the envelope.
|
void |
setMMin(double mMin)
Deprecated.
The minimum measure value in the area of the envelope.
|
void |
setUpperLeft(IPoint upperLeft)
Deprecated.
The upper left corner.
|
void |
setUpperRight(IPoint upperRight)
Deprecated.
The upper right corner.
|
void |
setWidth(double width)
Deprecated.
The width of the envelope.
|
void |
setXMax(double xMax)
Deprecated.
The position of the right side.
|
void |
setXMin(double xMin)
Deprecated.
The position of the left side.
|
void |
setYMax(double yMax)
Deprecated.
The position of the top.
|
void |
setYMin(double yMin)
Deprecated.
The position of the bottom.
|
void |
setZMax(double zMax)
Deprecated.
The maximum Z value in the area of the envelope.
|
void |
setZMin(double zMin)
Deprecated.
The minimum Z value in the area of the envelope.
|
void |
union(IEnvelope inEnvelope)
Deprecated.
Adjusts to overlap inEnvelope.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IEnvelopeGENProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IEnvelopeGENProxy()
public IEnvelopeGENProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IEnvelopeGENProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IEnvelopeGENProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void defineFromWKSPoints(_WKSPoint[] wksPoints) throws java.io.IOException, AutomationException
defineFromWKSPoints in interface IEnvelopeGENwksPoints - A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void defineFromPoints(IPoint[] points) throws java.io.IOException, AutomationException
defineFromPoints in interface IEnvelopeGENpoints - A reference to a com.esri.arcgis.geometry.IPoint array (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWidth(double width)
throws java.io.IOException,
AutomationException
setWidth in interface IEnvelopeGENwidth - The width (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDepth(double depth)
throws java.io.IOException,
AutomationException
setDepth in interface IEnvelopeGENdepth - The depth (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getDepth()
throws java.io.IOException,
AutomationException
getDepth in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHeight(double height)
throws java.io.IOException,
AutomationException
setHeight in interface IEnvelopeGENheight - The height (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint getLowerLeft() throws java.io.IOException, AutomationException
getLowerLeft in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLowerLeft(IPoint lowerLeft) throws java.io.IOException, AutomationException
setLowerLeft in interface IEnvelopeGENlowerLeft - 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 IPoint getUpperLeft() throws java.io.IOException, AutomationException
getUpperLeft in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUpperLeft(IPoint upperLeft) throws java.io.IOException, AutomationException
setUpperLeft in interface IEnvelopeGENupperLeft - 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 IPoint getUpperRight() throws java.io.IOException, AutomationException
getUpperRight in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUpperRight(IPoint upperRight) throws java.io.IOException, AutomationException
setUpperRight in interface IEnvelopeGENupperRight - 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 IPoint getLowerRight() throws java.io.IOException, AutomationException
getLowerRight in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLowerRight(IPoint lowerRight) throws java.io.IOException, AutomationException
setLowerRight in interface IEnvelopeGENlowerRight - 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 double getXMin()
throws java.io.IOException,
AutomationException
getXMin in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setXMin(double xMin)
throws java.io.IOException,
AutomationException
setXMin in interface IEnvelopeGENxMin - The xMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getYMin()
throws java.io.IOException,
AutomationException
getYMin in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setYMin(double yMin)
throws java.io.IOException,
AutomationException
setYMin in interface IEnvelopeGENyMin - The yMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getXMax()
throws java.io.IOException,
AutomationException
getXMax in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setXMax(double xMax)
throws java.io.IOException,
AutomationException
setXMax in interface IEnvelopeGENxMax - The xMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getYMax()
throws java.io.IOException,
AutomationException
getYMax in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setYMax(double yMax)
throws java.io.IOException,
AutomationException
setYMax in interface IEnvelopeGENyMax - The yMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMMin()
throws java.io.IOException,
AutomationException
getMMin in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMMin(double mMin)
throws java.io.IOException,
AutomationException
setMMin in interface IEnvelopeGENmMin - The mMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMMax()
throws java.io.IOException,
AutomationException
getMMax in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMMax(double mMax)
throws java.io.IOException,
AutomationException
setMMax in interface IEnvelopeGENmMax - The mMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getZMin()
throws java.io.IOException,
AutomationException
getZMin in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setZMin(double zMin)
throws java.io.IOException,
AutomationException
setZMin in interface IEnvelopeGENzMin - The zMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getZMax()
throws java.io.IOException,
AutomationException
getZMax in interface IEnvelopeGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setZMax(double zMax)
throws java.io.IOException,
AutomationException
setZMax in interface IEnvelopeGENzMax - The zMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void union(IEnvelope inEnvelope) throws java.io.IOException, AutomationException
union in interface IEnvelopeGENinEnvelope - 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 intersect(IEnvelope inEnvelope) throws java.io.IOException, AutomationException
intersect in interface IEnvelopeGENinEnvelope - 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 offset(double x,
double y)
throws java.io.IOException,
AutomationException
offset in interface IEnvelopeGENx - The x (in)y - The y (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void offsetZ(double z)
throws java.io.IOException,
AutomationException
offsetZ in interface IEnvelopeGENz - The z (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void offsetM(double m)
throws java.io.IOException,
AutomationException
offsetM in interface IEnvelopeGENm - The m (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void expand(double dx,
double dy,
boolean asRatio)
throws java.io.IOException,
AutomationException
expand in interface IEnvelopeGENdx - The dx (in)dy - The dy (in)asRatio - The asRatio (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void expandZ(double dz,
boolean asRatio)
throws java.io.IOException,
AutomationException
expandZ in interface IEnvelopeGENdz - The dz (in)asRatio - The asRatio (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void expandM(double dm,
boolean asRatio)
throws java.io.IOException,
AutomationException
expandM in interface IEnvelopeGENdm - The dm (in)asRatio - The asRatio (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoords(double xMin,
double yMin,
double xMax,
double yMax)
throws java.io.IOException,
AutomationException
putCoords in interface IEnvelopeGENxMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryCoords(double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax)
throws java.io.IOException,
AutomationException
queryCoords in interface IEnvelopeGENxMin - The xMin (out: use single element array)yMin - The yMin (out: use single element array)xMax - The xMax (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 centerAt(IPoint p) throws java.io.IOException, AutomationException
centerAt in interface IEnvelopeGENp - 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.