com.esri.arcgis.geometry
Class IMultiPatchProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IGeometryProxy
          extended by com.esri.arcgis.geometry.IMultiPatchProxy
All Implemented Interfaces:
IGeometry, IMultiPatch, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IMultiPatch2Proxy

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

Description: 'Provides access to members that identify a MultiPatch and permit controlled access to its parts.' 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 IMultiPatchProxy
extends IGeometryProxy
implements IMultiPatch, 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.IMultiPatch
IID, IIDf3c041c8_ae4d_11d2_9c93_00c04fb17838
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Constructor Summary
  IMultiPatchProxy()
          Deprecated. For internal use only
  IMultiPatchProxy(java.lang.Object obj)
          Deprecated.  
protected IMultiPatchProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMultiPatchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMultiPatchProxy(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.  
 IRing findBeginningRing(IRing followingRing)
          Deprecated. Returns the beginning ring of the ring group containing the specified following ring.
 int getBeginningRingCount(int ringTypesDesired)
          Deprecated. The number of beginning rings, counting only those of the desired types.
 int getFollowingRingCount(IRing beginningRing)
          Deprecated. The number of following rings in the ring group that starts with the specified beginning ring.
 int getRingType(IRing queryRing, boolean[] isBeginningRing)
          Deprecated. Gets the esriMultiPatchRingType of the input Ring and returns a boolean indicating if that ring is a beginning ring.
 IGeometry getXYFootprint()
          Deprecated. A reference to a cached copy of the multipatch's footprint in the x-y plane.
 void invalXYFootprint()
          Deprecated. Notifies the multipatch that its cached footprint has been modified by an outside agent.
 void putRingType(IRing queryRing, int ringType)
          Deprecated. Defines the type of the input Ring.
 void queryBeginningRings(int ringTypesDesired, int numBeginningRingsRequested, IRing[] beginningRings)
          Deprecated. Populates an array with references to all beginning rings of the specified types.
 void queryFollowingRings(IRing beginningRing, int numFollowingRingsRequested, IRing[] followingRings)
          Deprecated. Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.geometry.IGeometryProxy
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 
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.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMultiPatchProxy

public IMultiPatchProxy(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

IMultiPatchProxy

public IMultiPatchProxy()
Deprecated. 
For internal use only


IMultiPatchProxy

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

IMultiPatchProxy

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

IMultiPatchProxy

protected IMultiPatchProxy(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 IGeometryProxy
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 IGeometryProxy
Throws:
java.io.IOException

findBeginningRing

public IRing findBeginningRing(IRing followingRing)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns the beginning ring of the ring group containing the specified following ring.

Specified by:
findBeginningRing in interface IMultiPatch
Parameters:
followingRing - A reference to a com.esri.arcgis.geometry.IRing (in)
Returns:
A reference to a com.esri.arcgis.geometry.IRing
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBeginningRingCount

public int getBeginningRingCount(int ringTypesDesired)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The number of beginning rings, counting only those of the desired types.

Specified by:
getBeginningRingCount in interface IMultiPatch
Parameters:
ringTypesDesired - The ringTypesDesired (in)
Returns:
The beginningRingCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryBeginningRings

public void queryBeginningRings(int ringTypesDesired,
                                int numBeginningRingsRequested,
                                IRing[] beginningRings)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Populates an array with references to all beginning rings of the specified types. This method is intended for internal use only.

Specified by:
queryBeginningRings in interface IMultiPatch
Parameters:
ringTypesDesired - The ringTypesDesired (in)
numBeginningRingsRequested - The numBeginningRingsRequested (in)
beginningRings - A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFollowingRingCount

public int getFollowingRingCount(IRing beginningRing)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The number of following rings in the ring group that starts with the specified beginning ring.

Specified by:
getFollowingRingCount in interface IMultiPatch
Parameters:
beginningRing - A reference to a com.esri.arcgis.geometry.IRing (in)
Returns:
The followingRingCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryFollowingRings

public void queryFollowingRings(IRing beginningRing,
                                int numFollowingRingsRequested,
                                IRing[] followingRings)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring. This method is intended for internal use only.

Specified by:
queryFollowingRings in interface IMultiPatch
Parameters:
beginningRing - A reference to a com.esri.arcgis.geometry.IRing (in)
numFollowingRingsRequested - The numFollowingRingsRequested (in)
followingRings - A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRingType

public int getRingType(IRing queryRing,
                       boolean[] isBeginningRing)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Gets the esriMultiPatchRingType of the input Ring and returns a boolean indicating if that ring is a beginning ring.

Specified by:
getRingType in interface IMultiPatch
Parameters:
queryRing - A reference to a com.esri.arcgis.geometry.IRing (in)
isBeginningRing - The isBeginningRing (in/out: use single element array)
Returns:
A com.esri.arcgis.geometry.esriMultiPatchRingType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putRingType

public void putRingType(IRing queryRing,
                        int ringType)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Defines the type of the input Ring.

Specified by:
putRingType in interface IMultiPatch
Parameters:
queryRing - A reference to a com.esri.arcgis.geometry.IRing (in)
ringType - A com.esri.arcgis.geometry.esriMultiPatchRingType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXYFootprint

public IGeometry getXYFootprint()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
A reference to a cached copy of the multipatch's footprint in the x-y plane. If the footprint is modified, InvalXYFootprint should be called.

Specified by:
getXYFootprint in interface IMultiPatch
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalXYFootprint

public void invalXYFootprint()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Notifies the multipatch that its cached footprint has been modified by an outside agent. The footprint will be recalculated the next time it is requested.

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