com.esri.arcgis.geometry
Interface IZ2

All Superinterfaces:
IZ, IZCollection, Serializable
All Known Implementing Classes:
Polygon, Polyline

public interface IZ2
extends IZ, Serializable

Provides access to additional members that identify geometric objects that can have 3D coordinates and defines operations on such objects.

Description

This interface is new at ArcGIS 9.3. It supersedes IZ.

Product Availability

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


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
 

Method Detail

setNonSimpleZs

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

Product Availability

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

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