public interface IEnvelope3D
extends java.io.Serializable
Description: 'Provides access to methods on 3D envelopes.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2eaa6edb_3e14_49f6_a2d4_0f17ad91f4ae |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
intersect3D(IEnvelope inEnvelope)
Adjusts to include only the volume also included by inEnvelope.
|
void |
union3D(IEnvelope inEnvelope)
Adjusts to encapsulate inEnvelope.
|
static final int IID2eaa6edb_3e14_49f6_a2d4_0f17ad91f4ae
static final int xxDummy
static final java.lang.String IID
void intersect3D(IEnvelope inEnvelope) throws java.io.IOException, AutomationException
inEnvelope
- 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.void union3D(IEnvelope inEnvelope) throws java.io.IOException, AutomationException
inEnvelope
- 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.