|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IPlacedObject2Proxy
public class IPlacedObject2Proxy
Internal use class Proxy for COM Interface 'IPlacedObject2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members work with symbols that are placed as labels.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.carto.IPlacedObject2 |
|---|
IID, IIDbddfa62b_1810_4e9c_85c3_2c2b50ea70b6 |
| Constructor Summary | |
|---|---|
|
IPlacedObject2Proxy()
For internal use only |
|
IPlacedObject2Proxy(java.lang.Object obj)
|
protected |
IPlacedObject2Proxy(java.lang.Object obj,
java.lang.String iid)
|
|
IPlacedObject2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IPlacedObject2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
double |
getAngle()
Angle for the placed object. |
int |
getClassIndex()
Class index of the placed object. |
IGeometry |
getControlShape()
Control shape of the placed object. |
_WKSPoint |
getControlShapeEndPoint()
The end point of the control shape. |
int |
getFeatureId()
FeatureID associated with the placed object. |
java.lang.String |
getLabel()
Labeling string for the placed object. |
double |
getLabelHeight()
Height of the label. |
double |
getLabelWidth()
Width of the label. |
int |
getObjectType()
Type of the placed object. |
int |
getPlacementCode()
Code that indicates success/failure of placement. |
java.lang.String |
getPlacementMessage()
Placement result message. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setClassIndex(int index)
Class index of the placed object. |
void |
setControlShape(IGeometry shape)
Control shape of the placed object. |
void |
setFeatureId(int featureId)
FeatureID associated with the placed object. |
void |
setLabel(java.lang.String label)
Labeling string for the placed object. |
void |
setObjectType(int type)
Type of the placed object. |
void |
setPlacementCode(int placementCode)
Code that indicates success/failure of placement. |
void |
setPlacementMessage(java.lang.String message)
Placement result message. |
| 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 |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IPlacedObject2Proxy(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.IOExceptionpublic IPlacedObject2Proxy()
public IPlacedObject2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IPlacedObject2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IPlacedObject2Proxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getObjectType()
throws java.io.IOException,
AutomationException
getObjectType in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectType(int type)
throws java.io.IOException,
AutomationException
setObjectType in interface IPlacedObject2type - A com.esri.arcgis.carto.esriPlacedObjectType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFeatureId()
throws java.io.IOException,
AutomationException
getFeatureId in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeatureId(int featureId)
throws java.io.IOException,
AutomationException
setFeatureId in interface IPlacedObject2featureId - The featureId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getControlShape()
throws java.io.IOException,
AutomationException
getControlShape in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setControlShape(IGeometry shape)
throws java.io.IOException,
AutomationException
setControlShape in interface IPlacedObject2shape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLabel()
throws java.io.IOException,
AutomationException
getLabel in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(java.lang.String label)
throws java.io.IOException,
AutomationException
setLabel in interface IPlacedObject2label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClassIndex()
throws java.io.IOException,
AutomationException
getClassIndex in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassIndex(int index)
throws java.io.IOException,
AutomationException
setClassIndex in interface IPlacedObject2index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPlacementCode()
throws java.io.IOException,
AutomationException
getPlacementCode in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlacementCode(int placementCode)
throws java.io.IOException,
AutomationException
setPlacementCode in interface IPlacedObject2placementCode - A com.esri.arcgis.carto.esriPlacementCode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPlacementMessage()
throws java.io.IOException,
AutomationException
getPlacementMessage in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlacementMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
setPlacementMessage in interface IPlacedObject2message - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngle()
throws java.io.IOException,
AutomationException
getAngle in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public _WKSPoint getControlShapeEndPoint()
throws java.io.IOException,
AutomationException
getControlShapeEndPoint in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLabelWidth()
throws java.io.IOException,
AutomationException
getLabelWidth in interface IPlacedObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLabelHeight()
throws java.io.IOException,
AutomationException
getLabelHeight in interface IPlacedObject2java.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 | ||||||||