|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IHatchTemplateProxy
Description: 'Provides access to hatch template properties.' 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 IHatchTemplateProxy
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.location.IHatchTemplate |
---|
IID, IIDa6e400d1_a2ea_49f4_b520_485df0417025 |
Constructor Summary | |
---|---|
|
IHatchTemplateProxy()
Deprecated. For internal use only |
|
IHatchTemplateProxy(java.lang.Object obj)
Deprecated. |
protected |
IHatchTemplateProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IHatchTemplateProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IHatchTemplateProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addHatchDefinition(int multipleHatchInterval,
IHatchDefinition hatchDefinition)
Deprecated. Adds a hatch definition to the hatch class. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
convertToGraphics(IFeature feature,
IHatchInputValue interval,
IHatchInputValue fromMeasure,
IHatchInputValue toMeasure,
IHatchInputValue lateralOffset,
int measureUnits,
IDisplay display,
IGraphicsLayer pGraphicsLayer)
Deprecated. Converts hatches to graphics. |
void |
drawFeature(IFeature feature,
IHatchInputValue interval,
IHatchInputValue fromMeasure,
IHatchInputValue toMeasure,
IHatchInputValue lateralOffset,
int measureUnits,
IDisplay display,
ITrackCancel trackCancel)
Deprecated. Draws hatches on along a given feature. |
void |
drawGeometry(IGeometry geometry,
double interval,
java.lang.Object fromMeasure,
java.lang.Object toMeasure,
java.lang.Object lateralOffset,
int measureUnits,
IDisplay display,
ITrackCancel trackCancel)
Deprecated. Draws hatches along a given geometry. |
void |
drawPreview(IGeometry geometry,
double scaleFactor,
int selectedDef,
java.lang.Object fromMeasure,
java.lang.Object toMeasure,
java.lang.Object lateralOffset,
int measureUnits,
IDisplay display,
ITrackCancel trackCancel)
Deprecated. Draws a sample of hatching to a given display. |
double |
getDefaultHatchInterval()
Deprecated. The hatch interval. |
int |
getDisplayUnits()
Deprecated. The units to be used for displaying M values in hatch text. |
IHatchDefinition |
getEndHatchDefinition()
Deprecated. The hatch definition to be used on the ends of a feature. |
double |
getEndHatchDrawingTolerance()
Deprecated. The end hatch drawing tolerance. |
IEnumHatchDefinition |
getEnumHatchDefinitions()
Deprecated. The hatch definition enumeration. |
int |
getHatchDefinitionCount()
Deprecated. The number of hatch definitions. |
java.lang.String |
getName()
Deprecated. The descriptive name of a hatch class. |
int |
getUIDisplayUnits()
Deprecated. The user interface display units. |
boolean |
isConvertUnits()
Deprecated. Indicates whether to convert units for displaying Ms in hatch text. |
boolean |
isHatchByPart()
Deprecated. Indicates whether to hatch by part vs. |
boolean |
isStartAtIntervalMultiple()
Deprecated. Indicates whether to start at the interval multiple. |
void |
removeAll()
Deprecated. Removes all definitions from the hatch class. |
void |
removeHatchDefinition(int index)
Deprecated. Removes a hatch definition from the hatch class. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setConvertUnits(boolean convertUnits)
Deprecated. Indicates whether to convert units for displaying Ms in hatch text. |
void |
setDefaultHatchInterval(double pDefaultHatchInterval)
Deprecated. The hatch interval. |
void |
setDisplayUnits(int units)
Deprecated. The units to be used for displaying M values in hatch text. |
void |
setEndHatchDefinitionByRef(IHatchDefinition hatchDefinition)
Deprecated. The hatch definition to be used on the ends of a feature. |
void |
setEndHatchDrawingTolerance(double drawingTolerance)
Deprecated. The end hatch drawing tolerance. |
void |
setHatchByPart(boolean hatchByPart)
Deprecated. Indicates whether to hatch by part vs. |
void |
setName(java.lang.String name)
Deprecated. The descriptive name of a hatch class. |
void |
setStartAtIntervalMultiple(boolean startAtIntervalMultiple)
Deprecated. Indicates whether to start at the interval multiple. |
void |
setUIDisplayUnits(int units)
Deprecated. The user interface display units. |
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 IHatchTemplateProxy(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 IHatchTemplateProxy()
public IHatchTemplateProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHatchTemplateProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHatchTemplateProxy(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 java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IHatchTemplate
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDefaultHatchInterval() throws java.io.IOException, AutomationException
getDefaultHatchInterval
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultHatchInterval(double pDefaultHatchInterval) throws java.io.IOException, AutomationException
setDefaultHatchInterval
in interface IHatchTemplate
pDefaultHatchInterval
- The pDefaultHatchInterval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHatchDefinitionCount() throws java.io.IOException, AutomationException
getHatchDefinitionCount
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addHatchDefinition(int multipleHatchInterval, IHatchDefinition hatchDefinition) throws java.io.IOException, AutomationException
addHatchDefinition
in interface IHatchTemplate
multipleHatchInterval
- The multipleHatchInterval (in)hatchDefinition
- A reference to a com.esri.arcgis.location.IHatchDefinition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumHatchDefinition getEnumHatchDefinitions() throws java.io.IOException, AutomationException
getEnumHatchDefinitions
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeHatchDefinition(int index) throws java.io.IOException, AutomationException
removeHatchDefinition
in interface IHatchTemplate
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndHatchDefinitionByRef(IHatchDefinition hatchDefinition) throws java.io.IOException, AutomationException
setEndHatchDefinitionByRef
in interface IHatchTemplate
hatchDefinition
- A reference to a com.esri.arcgis.location.IHatchDefinition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchDefinition getEndHatchDefinition() throws java.io.IOException, AutomationException
getEndHatchDefinition
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndHatchDrawingTolerance(double drawingTolerance) throws java.io.IOException, AutomationException
setEndHatchDrawingTolerance
in interface IHatchTemplate
drawingTolerance
- The drawingTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getEndHatchDrawingTolerance() throws java.io.IOException, AutomationException
getEndHatchDrawingTolerance
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConvertUnits(boolean convertUnits) throws java.io.IOException, AutomationException
setConvertUnits
in interface IHatchTemplate
convertUnits
- The convertUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isConvertUnits() throws java.io.IOException, AutomationException
isConvertUnits
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDisplayUnits() throws java.io.IOException, AutomationException
getDisplayUnits
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayUnits(int units) throws java.io.IOException, AutomationException
setDisplayUnits
in interface IHatchTemplate
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartAtIntervalMultiple(boolean startAtIntervalMultiple) throws java.io.IOException, AutomationException
setStartAtIntervalMultiple
in interface IHatchTemplate
startAtIntervalMultiple
- The startAtIntervalMultiple (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStartAtIntervalMultiple() throws java.io.IOException, AutomationException
isStartAtIntervalMultiple
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUIDisplayUnits(int units) throws java.io.IOException, AutomationException
setUIDisplayUnits
in interface IHatchTemplate
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUIDisplayUnits() throws java.io.IOException, AutomationException
getUIDisplayUnits
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchByPart(boolean hatchByPart) throws java.io.IOException, AutomationException
setHatchByPart
in interface IHatchTemplate
hatchByPart
- The hatchByPart (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHatchByPart() throws java.io.IOException, AutomationException
isHatchByPart
in interface IHatchTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawGeometry(IGeometry geometry, double interval, java.lang.Object fromMeasure, java.lang.Object toMeasure, java.lang.Object lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
drawGeometry
in interface IHatchTemplate
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)interval
- The interval (in)fromMeasure
- A Variant (in)toMeasure
- A Variant (in)lateralOffset
- A Variant (in)measureUnits
- A com.esri.arcgis.system.esriUnits constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawFeature(IFeature feature, IHatchInputValue interval, IHatchInputValue fromMeasure, IHatchInputValue toMeasure, IHatchInputValue lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
drawFeature
in interface IHatchTemplate
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)interval
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)fromMeasure
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)toMeasure
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)lateralOffset
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)measureUnits
- A com.esri.arcgis.system.esriUnits constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawPreview(IGeometry geometry, double scaleFactor, int selectedDef, java.lang.Object fromMeasure, java.lang.Object toMeasure, java.lang.Object lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
drawPreview
in interface IHatchTemplate
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)scaleFactor
- The scaleFactor (in)selectedDef
- The selectedDef (in)fromMeasure
- A Variant (in)toMeasure
- A Variant (in)lateralOffset
- A Variant (in)measureUnits
- A com.esri.arcgis.system.esriUnits constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void convertToGraphics(IFeature feature, IHatchInputValue interval, IHatchInputValue fromMeasure, IHatchInputValue toMeasure, IHatchInputValue lateralOffset, int measureUnits, IDisplay display, IGraphicsLayer pGraphicsLayer) throws java.io.IOException, AutomationException
convertToGraphics
in interface IHatchTemplate
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)interval
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)fromMeasure
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)toMeasure
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)lateralOffset
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)measureUnits
- A com.esri.arcgis.system.esriUnits constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)pGraphicsLayer
- A reference to a com.esri.arcgis.carto.IGraphicsLayer (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 |