|
|||||||||
| 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.IPlacedObjectProxy
public class IPlacedObjectProxy
Provides access to members work with symbols that are placed as labels.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IPlacedObjectProxy()
|
|
IPlacedObjectProxy(Object obj)
|
protected |
IPlacedObjectProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
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. |
int |
getFeatureId()
FeatureID associated with the placed object. |
String |
getLabel()
Labeling string for the placed object. |
int |
getObjectType()
Type of the placed object. |
int |
getPlacementCode()
Code that indicates success/failure of placement. |
String |
getPlacementMessage()
Placement result message. |
void |
removeListener(String iidStr,
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(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(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 boolean noncastable
| Constructor Detail |
|---|
public IPlacedObjectProxy()
public IPlacedObjectProxy(Object obj)
throws IOException
IOException
protected IPlacedObjectProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getObjectType()
throws IOException,
AutomationException
getObjectType in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectType(int type)
throws IOException,
AutomationException
setObjectType in interface IPlacedObjecttype - A com.esri.arcgis.carto.esriPlacedObjectType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFeatureId()
throws IOException,
AutomationException
getFeatureId in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeatureId(int featureId)
throws IOException,
AutomationException
setFeatureId in interface IPlacedObjectfeatureId - The featureId (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getControlShape()
throws IOException,
AutomationException
getControlShape in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setControlShape(IGeometry shape)
throws IOException,
AutomationException
setControlShape in interface IPlacedObjectshape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLabel()
throws IOException,
AutomationException
getLabel in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(String label)
throws IOException,
AutomationException
setLabel in interface IPlacedObjectlabel - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClassIndex()
throws IOException,
AutomationException
getClassIndex in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassIndex(int index)
throws IOException,
AutomationException
setClassIndex in interface IPlacedObjectindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPlacementCode()
throws IOException,
AutomationException
getPlacementCode in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlacementCode(int placementCode)
throws IOException,
AutomationException
setPlacementCode in interface IPlacedObjectplacementCode - A com.esri.arcgis.carto.esriPlacementCode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPlacementMessage()
throws IOException,
AutomationException
getPlacementMessage in interface IPlacedObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlacementMessage(String message)
throws IOException,
AutomationException
setPlacementMessage in interface IPlacedObjectmessage - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngle()
throws IOException,
AutomationException
getAngle in interface IPlacedObjectIOException - 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 | ||||||||