public interface IEnvelope4
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf5c13cdc_b6e7_4760_962e_19357623c896 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDf5c13cdc_b6e7_4760_962e_19357623c896
static final int xxDummy
static final java.lang.String IID
void queryWKSCoordsZ(_WKSEnvelopeZ[] e) throws java.io.IOException, AutomationException
e
- A Structure: com.esri.arcgis.system._WKSEnvelopeZ (A com.esri.arcgis.system._WKSEnvelopeZ COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putWKSCoordsZ(_WKSEnvelopeZ e) throws java.io.IOException, AutomationException
e
- A Structure: com.esri.arcgis.system._WKSEnvelopeZ (A com.esri.arcgis.system._WKSEnvelopeZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.