|
|||||||||
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.IHatchClassProxy
Description: 'Provides access to hatch class 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 IHatchClassProxy
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.IHatchClass |
---|
IID, IID2fa4e172_5f34_4911_b38b_ff8ea28c316b |
Constructor Summary | |
---|---|
|
IHatchClassProxy()
Deprecated. For internal use only |
|
IHatchClassProxy(java.lang.Object obj)
Deprecated. |
protected |
IHatchClassProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IHatchClassProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IHatchClassProxy(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 |
convertToGraphics(IFeatureLayer pFLayer,
IGraphicsLayer pGraphicsLayer,
IDisplay pDisplay,
int convertType)
Deprecated. Convert to graphics. |
void |
draw(IFeatureLayer pFLayer,
IDisplay pDisplay,
ITrackCancel pTrackCancel)
Deprecated. Draw. |
IHatchInputValue |
getEndRange()
Deprecated. The EndRange. |
IQueryFilter |
getFilter()
Deprecated. Query definition hatch class is defined by. |
IHatchInputValue |
getHatchInterval()
Deprecated. Hatch Interval for the class. |
IHatchTemplate |
getHatchTemplate()
Deprecated. HatchTemplate for hatch class. |
IHatchInputValue |
getLateralOffset()
Deprecated. The LateralOffset. |
double |
getMaximumScale()
Deprecated. Maximum scale at which the hatch class will display. |
double |
getMinimumScale()
Deprecated. Minimum scale at which the hatch class will display. |
IHatchInputValue |
getStartRange()
Deprecated. The StartRange. |
boolean |
isShowHatches()
Deprecated. Indicates whether to show hatches. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setEndRangeByRef(IHatchInputValue ppEndRange)
Deprecated. The EndRange. |
void |
setFilterByRef(IQueryFilter ppQF)
Deprecated. Query definition hatch class is defined by. |
void |
setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
Deprecated. Hatch Interval for the class. |
void |
setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
Deprecated. HatchTemplate for hatch class. |
void |
setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
Deprecated. The LateralOffset. |
void |
setMaximumScale(double maxScale)
Deprecated. Maximum scale at which the hatch class will display. |
void |
setMinimumScale(double minScale)
Deprecated. Minimum scale at which the hatch class will display. |
void |
setShowHatches(boolean pshowHatches)
Deprecated. Indicates whether to show hatches. |
void |
setStartRangeByRef(IHatchInputValue ppStartRange)
Deprecated. The StartRange. |
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 IHatchClassProxy(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 IHatchClassProxy()
public IHatchClassProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHatchClassProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHatchClassProxy(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 setShowHatches(boolean pshowHatches) throws java.io.IOException, AutomationException
setShowHatches
in interface IHatchClass
pshowHatches
- The pshowHatches (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowHatches() throws java.io.IOException, AutomationException
isShowHatches
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchTemplate getHatchTemplate() throws java.io.IOException, AutomationException
getHatchTemplate
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate) throws java.io.IOException, AutomationException
setHatchTemplateByRef
in interface IHatchClass
ppHatchTemplate
- A reference to a com.esri.arcgis.location.IHatchTemplate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchInputValue getHatchInterval() throws java.io.IOException, AutomationException
getHatchInterval
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchIntervalByRef(IHatchInputValue ppHatchInterval) throws java.io.IOException, AutomationException
setHatchIntervalByRef
in interface IHatchClass
ppHatchInterval
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getFilter() throws java.io.IOException, AutomationException
getFilter
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFilterByRef(IQueryFilter ppQF) throws java.io.IOException, AutomationException
setFilterByRef
in interface IHatchClass
ppQF
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumScale() throws java.io.IOException, AutomationException
getMinimumScale
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumScale(double minScale) throws java.io.IOException, AutomationException
setMinimumScale
in interface IHatchClass
minScale
- The minScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumScale() throws java.io.IOException, AutomationException
getMaximumScale
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumScale(double maxScale) throws java.io.IOException, AutomationException
setMaximumScale
in interface IHatchClass
maxScale
- The maxScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchInputValue getStartRange() throws java.io.IOException, AutomationException
getStartRange
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartRangeByRef(IHatchInputValue ppStartRange) throws java.io.IOException, AutomationException
setStartRangeByRef
in interface IHatchClass
ppStartRange
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchInputValue getEndRange() throws java.io.IOException, AutomationException
getEndRange
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndRangeByRef(IHatchInputValue ppEndRange) throws java.io.IOException, AutomationException
setEndRangeByRef
in interface IHatchClass
ppEndRange
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IHatchInputValue getLateralOffset() throws java.io.IOException, AutomationException
getLateralOffset
in interface IHatchClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLateralOffsetByRef(IHatchInputValue ppLateralOffset) throws java.io.IOException, AutomationException
setLateralOffsetByRef
in interface IHatchClass
ppLateralOffset
- A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IFeatureLayer pFLayer, IDisplay pDisplay, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
draw
in interface IHatchClass
pFLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pTrackCancel
- 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(IFeatureLayer pFLayer, IGraphicsLayer pGraphicsLayer, IDisplay pDisplay, int convertType) throws java.io.IOException, AutomationException
convertToGraphics
in interface IHatchClass
pFLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)pGraphicsLayer
- A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)convertType
- A com.esri.arcgis.location.esriConvertHatchesToGraphicsType constant (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 |