public interface IZ extends IZCollection, java.io.Serializable
Description: 'Provides access to 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 |
IIDfe5d57ef_3052_11d4_9f5e_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDefeeb8b4_dc23_11d2_9f2e_00c04f6bdf0d
Modifier and Type | Method and Description |
---|---|
void |
calculateNonSimpleZs()
Calculates the non-simple Z values by extrapolation/interpolation for polylines and interpolation for polygons.
|
void |
interpolateFromSurface(IFunctionalSurface interpolationSurface)
Use the specified functional surface to generate Z values for the vertices of this object.
|
void |
interpolateZsBetween(int startPart,
int startPoint,
int endPart,
int endPoint)
Generate Z values by linear interpolation for all vertices in the range [start+1, end-1].
|
boolean |
isZVertical()
Indicates if at least two consecutive vertices of this polyline or polygon have the same x and y values, but distinct z values.
|
void |
setConstantZ(double zLevel)
Sets Z coordinates at all vertices to zLevel.
|
getZMax, getZMin, multiplyZs, offsetZs
static final int IIDfe5d57ef_3052_11d4_9f5e_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
boolean isZVertical() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void interpolateFromSurface(IFunctionalSurface interpolationSurface) throws java.io.IOException, AutomationException
interpolationSurface
- A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void interpolateZsBetween(int startPart, int startPoint, int endPart, int endPoint) throws java.io.IOException, AutomationException
startPart
- The startPart (in)startPoint
- The startPoint (in)endPart
- The endPart (in)endPoint
- The endPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void calculateNonSimpleZs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConstantZ(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.