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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDf3c041c8_ae4d_11d2_9c93_00c04fb17838
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
public static final java.lang.Class targetClass
public boolean noncastable
public IMultiPatchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMultiPatchProxy()
public IMultiPatchProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMultiPatchProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMultiPatchProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IGeometryProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IGeometryProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IRing findBeginningRing(IRing followingRing) throws java.io.IOException, AutomationException
findBeginningRing
in interface IMultiPatch
followingRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBeginningRingCount(int ringTypesDesired) throws java.io.IOException, AutomationException
getBeginningRingCount
in interface IMultiPatch
ringTypesDesired
- The ringTypesDesired (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryBeginningRings(int ringTypesDesired, int numBeginningRingsRequested, IRing[] beginningRings) throws java.io.IOException, AutomationException
queryBeginningRings
in interface IMultiPatch
ringTypesDesired
- The ringTypesDesired (in)numBeginningRingsRequested
- The numBeginningRingsRequested (in)beginningRings
- A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getFollowingRingCount(IRing beginningRing) throws java.io.IOException, AutomationException
getFollowingRingCount
in interface IMultiPatch
beginningRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryFollowingRings(IRing beginningRing, int numFollowingRingsRequested, IRing[] followingRings) throws java.io.IOException, AutomationException
queryFollowingRings
in interface IMultiPatch
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRingType(IRing queryRing, boolean[] isBeginningRing) throws java.io.IOException, AutomationException
getRingType
in interface IMultiPatch
queryRing
- A reference to a com.esri.arcgis.geometry.IRing (in)isBeginningRing
- The isBeginningRing (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putRingType(IRing queryRing, int ringType) throws java.io.IOException, AutomationException
putRingType
in interface IMultiPatch
queryRing
- A reference to a com.esri.arcgis.geometry.IRing (in)ringType
- A com.esri.arcgis.geometry.esriMultiPatchRingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getXYFootprint() throws java.io.IOException, AutomationException
getXYFootprint
in interface IMultiPatch
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void invalXYFootprint() throws java.io.IOException, AutomationException
invalXYFootprint
in interface IMultiPatch
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.