|
|||||||||
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.ILabelCacheProxy
Description: 'Provides access to members that control a label cache.' 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 ILabelCacheProxy
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.carto.ILabelCache |
---|
IID, IIDed758af4_ff98_4c14_bba4_e7580433afd6 |
Constructor Summary | |
---|---|
|
ILabelCacheProxy()
Deprecated. For internal use only |
|
ILabelCacheProxy(java.lang.Object obj)
Deprecated. |
protected |
ILabelCacheProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILabelCacheProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILabelCacheProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addClass(int classID,
ILabelEngineLayerProperties pLayerProps)
Deprecated. Add a class to the label cache. |
void |
addLabel(IPlacedObject3 placedObject,
IPoint anchorPoint,
IEnvelope pEnvelope)
Deprecated. Add a label to the label cache. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
empty()
Deprecated. Empty label cache. |
int |
getClassCount()
Deprecated. Number of classes in the cache. |
void |
getDisplaySettings(double[] scale,
double[] dataframeRotation)
Deprecated. Settings of the display transformation when cache was created. |
void |
getPlacedLabel(int index,
int[] classID,
java.lang.String[] label,
IGeometry[] geom,
double[] angle,
IPoint[] anchorPoint,
IEnvelope[] mbr)
Deprecated. Retrieve a placed label from the label cache. |
int |
getPlacedLabelCount()
Deprecated. Number of placed labels stored the cache. |
void |
getUnplacedLabel(int index,
int[] classID,
java.lang.String[] label,
IGeometry[] geom,
double[] angle,
IPoint[] anchorPoint,
IEnvelope[] mbr)
Deprecated. Retrieve an unplaced label from the label cache. |
int |
getUnplacedLabelCount()
Deprecated. Number of unplaced labels stored the cache. |
void |
init(IMap map)
Deprecated. Initialize label cache. |
void |
putDisplaySettings(double scale,
double dataframeRotation)
Deprecated. Settings of the display transformation when cache was created. |
void |
queryClass(int index,
int[] classID,
java.lang.String[] className,
IFeatureLayer[] featureLayer,
ITextSymbol[] textSymbol)
Deprecated. Retrieve a class from the label cache. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
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 ILabelCacheProxy(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 ILabelCacheProxy()
public ILabelCacheProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILabelCacheProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILabelCacheProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void init(IMap map) throws java.io.IOException, AutomationException
init
in interface ILabelCache
map
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws java.io.IOException, AutomationException
empty
in interface ILabelCache
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addClass(int classID, ILabelEngineLayerProperties pLayerProps) throws java.io.IOException, AutomationException
addClass
in interface ILabelCache
classID
- The classID (in)pLayerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws java.io.IOException, AutomationException
getClassCount
in interface ILabelCache
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryClass(int index, int[] classID, java.lang.String[] className, IFeatureLayer[] featureLayer, ITextSymbol[] textSymbol) throws java.io.IOException, AutomationException
queryClass
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)className
- The className (out: use single element array)featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)textSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLabel(IPlacedObject3 placedObject, IPoint anchorPoint, IEnvelope pEnvelope) throws java.io.IOException, AutomationException
addLabel
in interface ILabelCache
placedObject
- A reference to a com.esri.arcgis.carto.IPlacedObject3 (in)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPlacedLabelCount() throws java.io.IOException, AutomationException
getPlacedLabelCount
in interface ILabelCache
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPlacedLabel(int index, int[] classID, java.lang.String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr) throws java.io.IOException, AutomationException
getPlacedLabel
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)label
- The label (out: use single element array)geom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)angle
- The angle (out: use single element array)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)mbr
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUnplacedLabelCount() throws java.io.IOException, AutomationException
getUnplacedLabelCount
in interface ILabelCache
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getUnplacedLabel(int index, int[] classID, java.lang.String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr) throws java.io.IOException, AutomationException
getUnplacedLabel
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)label
- The label (out: use single element array)geom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)angle
- The angle (out: use single element array)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)mbr
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putDisplaySettings(double scale, double dataframeRotation) throws java.io.IOException, AutomationException
putDisplaySettings
in interface ILabelCache
scale
- The scale (in)dataframeRotation
- The dataframeRotation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getDisplaySettings(double[] scale, double[] dataframeRotation) throws java.io.IOException, AutomationException
getDisplaySettings
in interface ILabelCache
scale
- The scale (out: use single element array)dataframeRotation
- The dataframeRotation (in)
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 |