|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemplate
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7914e5f4_c892_11d0_8bb6_080009ee4e41
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addPatternElement(double mark,
double gap)
Adds a pattern element. |
void |
clearPatternElements()
Clears all pattern elements. |
void |
deletePatternElement(int index)
Removes the pattern element at the given index. |
IGeometry |
getGeometry()
The pattern geometry. |
double |
getInterval()
The interval. |
void |
getPatternElement(int index,
double[] mark,
double[] gap)
Gets pattern element properties for a given index. |
int |
getPatternElementCount()
The number of pattern elements. |
void |
movePatternElement(int fromIndex,
int toIndex)
Moves a pattern element. |
void |
queryNextLine(IGeometry pGeometry)
Queries for the next line in the pattern. |
void |
queryNextPoint(IPoint pPoint,
double[] pAngle)
Queries for the next point in the pattern. |
void |
reset()
Resets the enumerator. |
void |
setGeometryByRef(IGeometry ppGeometry)
The pattern geometry. |
void |
setInterval(double interval)
The interval. |
void |
setup(int hDC,
ITransformation transformation,
ILineSymbol lineSym)
Set up items needed by template. |
| Field Detail |
|---|
static final int IID7914e5f4_c892_11d0_8bb6_080009ee4e41
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setup(int hDC,
ITransformation transformation,
ILineSymbol lineSym)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPatternElementCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPatternElement(int index,
double[] mark,
double[] gap)
throws java.io.IOException,
AutomationException
index - 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.
void addPatternElement(double mark,
double gap)
throws java.io.IOException,
AutomationException
mark - The mark (in)gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deletePatternElement(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void movePatternElement(int fromIndex,
int toIndex)
throws java.io.IOException,
AutomationException
fromIndex - The fromIndex (in)toIndex - The toIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearPatternElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getInterval()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInterval(double interval)
throws java.io.IOException,
AutomationException
interval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeometryByRef(IGeometry ppGeometry)
throws java.io.IOException,
AutomationException
ppGeometry - 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.
void queryNextPoint(IPoint pPoint,
double[] pAngle)
throws java.io.IOException,
AutomationException
pPoint - 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.
void queryNextLine(IGeometry pGeometry)
throws java.io.IOException,
AutomationException
pGeometry - 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.
void reset()
throws java.io.IOException,
AutomationException
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 | ||||||||