public interface IZ2 extends IZ, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID473b374d_0f02_461a_b60e_070045c6110b |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfe5d57ef_3052_11d4_9f5e_00c04f6bdf0d
IIDefeeb8b4_dc23_11d2_9f2e_00c04f6bdf0d
Modifier and Type | Method and Description |
---|---|
void |
setNonSimpleZs(double zLevel)
Replaces undefined (nonsimple) Z values with the specified constant value.
|
calculateNonSimpleZs, interpolateFromSurface, interpolateZsBetween, isZVertical, setConstantZ
getZMax, getZMin, multiplyZs, offsetZs
static final int IID473b374d_0f02_461a_b60e_070045c6110b
static final int xxDummy
static final java.lang.String IID
void setNonSimpleZs(double zLevel) throws java.io.IOException, AutomationException
zLevel
- The zLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.