com.esri.arcgis.geometry
Interface IZ2

All Superinterfaces:
IZ, IZCollection, java.io.Serializable
All Known Implementing Classes:
IZ2Proxy, Polygon, Polyline

public interface IZ2
extends IZ, java.io.Serializable

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

Description: 'Provides access to additional members that identify geometric objects that can have 3D coordinates and defines operations on such objects.' 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 IID473b374d_0f02_461a_b60e_070045c6110b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IZ
IIDfe5d57ef_3052_11d4_9f5e_00c04f6bdf0d
 
Fields inherited from interface com.esri.arcgis.geometry.IZCollection
IIDefeeb8b4_dc23_11d2_9f2e_00c04f6bdf0d
 
Method Summary
 void setNonSimpleZs(double zLevel)
          Replaces undefined (nonsimple) Z values with the specified constant value.
 
Methods inherited from interface com.esri.arcgis.geometry.IZ
calculateNonSimpleZs, interpolateFromSurface, interpolateZsBetween, isZVertical, setConstantZ
 
Methods inherited from interface com.esri.arcgis.geometry.IZCollection
getZMax, getZMin, multiplyZs, offsetZs
 

Field Detail

IID473b374d_0f02_461a_b60e_070045c6110b

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

setNonSimpleZs

void setNonSimpleZs(double zLevel)
                    throws java.io.IOException,
                           AutomationException
Replaces undefined (nonsimple) Z values with the specified constant value.

Parameters:
zLevel - The zLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.