|
|||||||||
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.carto.IGridHatchProxy
Description: 'Provides access to members that control the hatch marks along the meridians and parallels of a grid.' 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 IGridHatchProxy
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.carto.IGridHatch |
---|
IID, IID12700210_876c_4559_9fcf_aab238008832 |
Constructor Summary | |
---|---|
|
IGridHatchProxy()
Deprecated. For internal use only |
|
IGridHatchProxy(java.lang.Object obj)
Deprecated. |
protected |
IGridHatchProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGridHatchProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGridHatchProxy(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. |
double |
getHatchIntervalX()
Deprecated. The interval (in grid units) along the X axis for the grid hatches. |
double |
getHatchIntervalY()
Deprecated. The interval (in grid units) along the Y axis for the grid hatches. |
double |
getHatchLength()
Deprecated. The length (in points) of the grid hatches. |
ILineSymbol |
getHatchLineSymbol()
Deprecated. The line symbol used to draw the grid hatches. |
IMarkerSymbol |
getHatchMarkerSymbol()
Deprecated. The marker symbol used to draw markers at grid hatch locations. |
boolean |
isHatchDirectional()
Deprecated. Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHatchDirectional(boolean isDirectional)
Deprecated. Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchIntervalX(double interval)
Deprecated. The interval (in grid units) along the X axis for the grid hatches. |
void |
setHatchIntervalY(double interval)
Deprecated. The interval (in grid units) along the Y axis for the grid hatches. |
void |
setHatchLength(double length)
Deprecated. The length (in points) of the grid hatches. |
void |
setHatchLineSymbol(ILineSymbol symbol)
Deprecated. The line symbol used to draw the grid hatches. |
void |
setHatchMarkerSymbol(IMarkerSymbol symbol)
Deprecated. The marker symbol used to draw markers at grid hatch locations. |
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 IGridHatchProxy(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 IGridHatchProxy()
public IGridHatchProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGridHatchProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGridHatchProxy(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 double getHatchIntervalX() throws java.io.IOException, AutomationException
getHatchIntervalX
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchIntervalX(double interval) throws java.io.IOException, AutomationException
setHatchIntervalX
in interface IGridHatch
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getHatchIntervalY() throws java.io.IOException, AutomationException
getHatchIntervalY
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchIntervalY(double interval) throws java.io.IOException, AutomationException
setHatchIntervalY
in interface IGridHatch
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getHatchLineSymbol() throws java.io.IOException, AutomationException
getHatchLineSymbol
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setHatchLineSymbol
in interface IGridHatch
symbol
- 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 IMarkerSymbol getHatchMarkerSymbol() throws java.io.IOException, AutomationException
getHatchMarkerSymbol
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchMarkerSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setHatchMarkerSymbol
in interface IGridHatch
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getHatchLength() throws java.io.IOException, AutomationException
getHatchLength
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchLength(double length) throws java.io.IOException, AutomationException
setHatchLength
in interface IGridHatch
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHatchDirectional() throws java.io.IOException, AutomationException
isHatchDirectional
in interface IGridHatch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHatchDirectional(boolean isDirectional) throws java.io.IOException, AutomationException
setHatchDirectional
in interface IGridHatch
isDirectional
- The isDirectional (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 |