com.esri.arcgis.geometry
Interface IMultiPatch2

All Superinterfaces:
IGeometry, IMultiPatch, java.io.Serializable
All Known Implementing Classes:
IMultiPatch2Proxy

public interface IMultiPatch2
extends IMultiPatch, java.io.Serializable

COM Interface 'IMultiPatch2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that permit controlled access to MultiPatch 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID292b91df_0e21_4489_9f14_ce2c96e9a777
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IMultiPatch
IIDf3c041c8_ae4d_11d2_9c93_00c04fb17838
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 void setXYFootprintByRef(IGeometry rhs1)
          A reference to a cached copy of the multipatch's footprint in the x-y plane.
 
Methods inherited from interface com.esri.arcgis.geometry.IMultiPatch
findBeginningRing, getBeginningRingCount, getFollowingRingCount, getRingType, getXYFootprint, invalXYFootprint, putRingType, queryBeginningRings, queryFollowingRings
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

IID292b91df_0e21_4489_9f14_ce2c96e9a777

static final int IID292b91df_0e21_4489_9f14_ce2c96e9a777
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setXYFootprintByRef

void setXYFootprintByRef(IGeometry rhs1)
                         throws java.io.IOException,
                                AutomationException
A reference to a cached copy of the multipatch's footprint in the x-y plane.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.