com.esri.arcgis.geometry
Class IZProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IZCollectionProxy
          extended by com.esri.arcgis.geometry.IZProxy
All Implemented Interfaces:
IZ, IZCollection, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IZ2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IZ'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =

public class IZProxy
extends IZCollectionProxy
implements IZ, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geometry.IZ
IID, IIDfe5d57ef_3052_11d4_9f5e_00c04f6bdf0d
 
Fields inherited from interface com.esri.arcgis.geometry.IZCollection
IIDefeeb8b4_dc23_11d2_9f2e_00c04f6bdf0d
 
Constructor Summary
  IZProxy()
          Deprecated. For internal use only
  IZProxy(java.lang.Object obj)
          Deprecated.  
protected IZProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IZProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IZProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void calculateNonSimpleZs()
          Deprecated. Calculates the non-simple Z values by extrapolation/interpolation for polylines and interpolation for polygons.
 void interpolateFromSurface(IFunctionalSurface interpolationSurface)
          Deprecated. 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)
          Deprecated. Generate Z values by linear interpolation for all vertices in the range [start+1, end-1].
 boolean isZVertical()
          Deprecated. Indicates if at least two consecutive vertices of this polyline or polygon have the same x and y values, but distinct z values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setConstantZ(double zLevel)
          Deprecated. Sets Z coordinates at all vertices to zLevel.
 
Methods inherited from class com.esri.arcgis.geometry.IZCollectionProxy
getZMax, getZMin, multiplyZs, offsetZs
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geometry.IZCollection
getZMax, getZMin, multiplyZs, offsetZs
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IZProxy

public IZProxy(java.lang.String CLSID,
               java.lang.String host,
               com.esri.arcgis.interop.AuthInfo authInfo)
        throws java.net.UnknownHostException,
               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IZProxy

public IZProxy()
Deprecated. 
For internal use only


IZProxy

public IZProxy(java.lang.Object obj)
        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IZProxy

protected IZProxy(java.lang.Object obj,
                  java.lang.String iid)
           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IZProxy

protected IZProxy(java.lang.String CLSID,
                  java.lang.String iid,
                  java.lang.String host,
                  com.esri.arcgis.interop.AuthInfo authInfo)
           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IZCollectionProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IZCollectionProxy
Throws:
java.io.IOException

isZVertical

public boolean isZVertical()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if at least two consecutive vertices of this polyline or polygon have the same x and y values, but distinct z values.

Specified by:
isZVertical in interface IZ
Returns:
The zVertical
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateFromSurface

public void interpolateFromSurface(IFunctionalSurface interpolationSurface)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Use the specified functional surface to generate Z values for the vertices of this object.

Specified by:
interpolateFromSurface in interface IZ
Parameters:
interpolationSurface - A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateZsBetween

public void interpolateZsBetween(int startPart,
                                 int startPoint,
                                 int endPart,
                                 int endPoint)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Generate Z values by linear interpolation for all vertices in the range [start+1, end-1].

Specified by:
interpolateZsBetween in interface IZ
Parameters:
startPart - The startPart (in)
startPoint - The startPoint (in)
endPart - The endPart (in)
endPoint - The endPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

calculateNonSimpleZs

public void calculateNonSimpleZs()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Calculates the non-simple Z values by extrapolation/interpolation for polylines and interpolation for polygons.

Specified by:
calculateNonSimpleZs in interface IZ
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConstantZ

public void setConstantZ(double zLevel)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets Z coordinates at all vertices to zLevel.

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