com.esri.arcgis.display
Class ITemplateProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.ITemplateProxy
All Implemented Interfaces:
ITemplate, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITemplate'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements ITemplate, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemplateProxy

public ITemplateProxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITemplateProxy

public ITemplateProxy()
Deprecated. 
For internal use only


ITemplateProxy

public ITemplateProxy(java.lang.Object obj)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemplateProxy

protected ITemplateProxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemplateProxy

protected ITemplateProxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setup

public void setup(int hDC,
                  ITransformation transformation,
                  ILineSymbol lineSym)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Set up items needed by template.

Specified by:
setup in interface ITemplate
Parameters:
hDC - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPatternElementCount

public int getPatternElementCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The number of pattern elements.

Specified by:
getPatternElementCount in interface ITemplate
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPatternElement

public void getPatternElement(int index,
                              double[] mark,
                              double[] gap)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Gets pattern element properties for a given index.

Specified by:
getPatternElement in interface ITemplate
Parameters:
index - The index (in)
mark - The mark (out: use single element array)
gap - The gap (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPatternElement

public void addPatternElement(double mark,
                              double gap)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Adds a pattern element.

Specified by:
addPatternElement in interface ITemplate
Parameters:
mark - The mark (in)
gap - The gap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deletePatternElement

public void deletePatternElement(int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Removes the pattern element at the given index.

Specified by:
deletePatternElement in interface ITemplate
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

movePatternElement

public void movePatternElement(int fromIndex,
                               int toIndex)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Moves a pattern element.

Specified by:
movePatternElement in interface ITemplate
Parameters:
fromIndex - The fromIndex (in)
toIndex - The toIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearPatternElements

public void clearPatternElements()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Clears all pattern elements.

Specified by:
clearPatternElements in interface ITemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterval

public double getInterval()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The interval.

Specified by:
getInterval in interface ITemplate
Returns:
The interval
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInterval

public void setInterval(double interval)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The interval.

Specified by:
setInterval in interface ITemplate
Parameters:
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometry

public IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The pattern geometry.

Specified by:
getGeometry in interface ITemplate
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryByRef

public void setGeometryByRef(IGeometry ppGeometry)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The pattern geometry.

Specified by:
setGeometryByRef in interface ITemplate
Parameters:
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNextPoint

public void queryNextPoint(IPoint pPoint,
                           double[] pAngle)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Queries for the next point in the pattern.

Specified by:
queryNextPoint in interface ITemplate
Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
pAngle - The pAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNextLine

public void queryNextLine(IGeometry pGeometry)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Queries for the next line in the pattern.

Specified by:
queryNextLine in interface ITemplate
Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the enumerator.

Specified by:
reset in interface ITemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.