|
|||||||||
| 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.display.ITemplateProxy
Description: 'Provides access to members that control the template.' 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 ITemplateProxy
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.display.ITemplate |
|---|
IID, IID7914e5f4_c892_11d0_8bb6_080009ee4e41 |
| Constructor Summary | |
|---|---|
|
ITemplateProxy()
Deprecated. For internal use only |
|
ITemplateProxy(java.lang.Object obj)
Deprecated. |
protected |
ITemplateProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITemplateProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITemplateProxy(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. |
void |
addPatternElement(double mark,
double gap)
Deprecated. Adds a pattern element. |
void |
clearPatternElements()
Deprecated. Clears all pattern elements. |
void |
deletePatternElement(int index)
Deprecated. Removes the pattern element at the given index. |
IGeometry |
getGeometry()
Deprecated. The pattern geometry. |
double |
getInterval()
Deprecated. The interval. |
void |
getPatternElement(int index,
double[] mark,
double[] gap)
Deprecated. Gets pattern element properties for a given index. |
int |
getPatternElementCount()
Deprecated. The number of pattern elements. |
void |
movePatternElement(int fromIndex,
int toIndex)
Deprecated. Moves a pattern element. |
void |
queryNextLine(IGeometry pGeometry)
Deprecated. Queries for the next line in the pattern. |
void |
queryNextPoint(IPoint pPoint,
double[] pAngle)
Deprecated. Queries for the next point in the pattern. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
reset()
Deprecated. Resets the enumerator. |
void |
setGeometryByRef(IGeometry ppGeometry)
Deprecated. The pattern geometry. |
void |
setInterval(double interval)
Deprecated. The interval. |
void |
setup(int hDC,
ITransformation transformation,
ILineSymbol lineSym)
Deprecated. Set up items needed by template. |
| 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 ITemplateProxy(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 ITemplateProxy()
public ITemplateProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITemplateProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITemplateProxy(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 void setup(int hDC,
ITransformation transformation,
ILineSymbol lineSym)
throws java.io.IOException,
AutomationException
setup in interface ITemplatehDC - The hDC (A COM typedef) (in)transformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)lineSym - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPatternElementCount()
throws java.io.IOException,
AutomationException
getPatternElementCount in interface ITemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPatternElement(int index,
double[] mark,
double[] gap)
throws java.io.IOException,
AutomationException
getPatternElement in interface ITemplateindex - The index (in)mark - The mark (out: use single element array)gap - The gap (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addPatternElement(double mark,
double gap)
throws java.io.IOException,
AutomationException
addPatternElement in interface ITemplatemark - The mark (in)gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deletePatternElement(int index)
throws java.io.IOException,
AutomationException
deletePatternElement in interface ITemplateindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void movePatternElement(int fromIndex,
int toIndex)
throws java.io.IOException,
AutomationException
movePatternElement in interface ITemplatefromIndex - The fromIndex (in)toIndex - The toIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearPatternElements()
throws java.io.IOException,
AutomationException
clearPatternElements in interface ITemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInterval()
throws java.io.IOException,
AutomationException
getInterval in interface ITemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInterval(double interval)
throws java.io.IOException,
AutomationException
setInterval in interface ITemplateinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getGeometry()
throws java.io.IOException,
AutomationException
getGeometry in interface ITemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryByRef(IGeometry ppGeometry)
throws java.io.IOException,
AutomationException
setGeometryByRef in interface ITemplateppGeometry - 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 void queryNextPoint(IPoint pPoint,
double[] pAngle)
throws java.io.IOException,
AutomationException
queryNextPoint in interface ITemplatepPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)pAngle - The pAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryNextLine(IGeometry pGeometry)
throws java.io.IOException,
AutomationException
queryNextLine in interface ITemplatepGeometry - 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 void reset()
throws java.io.IOException,
AutomationException
reset in interface ITemplatejava.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 | ||||||||