com.esri.arcgis.geometry
Interface IEnvelope4

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

public interface IEnvelope4
extends java.io.Serializable

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

Description: 'Provides further 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 IIDf5c13cdc_b6e7_4760_962e_19357623c896
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void putWKSCoordsZ(_WKSEnvelopeZ e)
          Copies e's 3D dimensions into this envelope.
 void queryWKSCoordsZ(_WKSEnvelopeZ[] e)
          Defines the specified 3D wksenvelope to be the current extent of this geometry in 3 dimension.
 

Field Detail

IIDf5c13cdc_b6e7_4760_962e_19357623c896

static final int IIDf5c13cdc_b6e7_4760_962e_19357623c896
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

queryWKSCoordsZ

void queryWKSCoordsZ(_WKSEnvelopeZ[] e)
                     throws java.io.IOException,
                            AutomationException
Defines the specified 3D wksenvelope to be the current extent of this geometry in 3 dimension.

Parameters:
e - A Structure: com.esri.arcgis.system._WKSEnvelopeZ (A com.esri.arcgis.system._WKSEnvelopeZ COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putWKSCoordsZ

void putWKSCoordsZ(_WKSEnvelopeZ e)
                   throws java.io.IOException,
                          AutomationException
Copies e's 3D dimensions into this envelope.

Parameters:
e - A Structure: com.esri.arcgis.system._WKSEnvelopeZ (A com.esri.arcgis.system._WKSEnvelopeZ COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.