com.esri.arcgis.geometry
Interface IEnvelope3D

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Envelope, IEnvelope3DProxy

public interface IEnvelope3D
extends java.io.Serializable

COM Interface 'IEnvelope3D'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2eaa6edb_3e14_49f6_a2d4_0f17ad91f4ae
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void intersect3D(IEnvelope inEnvelope)
          Adjusts to include only the volume also included by inEnvelope.
 void union3D(IEnvelope inEnvelope)
          Adjusts to encapsulate inEnvelope.
 

Field Detail

IID2eaa6edb_3e14_49f6_a2d4_0f17ad91f4ae

static final int IID2eaa6edb_3e14_49f6_a2d4_0f17ad91f4ae
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

intersect3D

void intersect3D(IEnvelope inEnvelope)
                 throws java.io.IOException,
                        AutomationException
Adjusts to include only the volume also included by inEnvelope.

Parameters:
inEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

union3D

void union3D(IEnvelope inEnvelope)
             throws java.io.IOException,
                    AutomationException
Adjusts to encapsulate inEnvelope.

Parameters:
inEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.