|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.IGeometryProxy com.esri.arcgis.geometry.IMultiPatchProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IGeometryProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IGeometryProxy
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |