com.esri.arcgis.geometry
Interface IEnvelope4

All Superinterfaces:
Serializable
All Known Implementing Classes:
Envelope

public interface IEnvelope4
extends Serializable

Provides further access to methods on 3D envelopes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

queryWKSCoordsZ

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

putWKSCoordsZ

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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