|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridHatch
COM Interface 'IGridHatch'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID12700210_876c_4559_9fcf_aab238008832
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getHatchIntervalX()
The interval (in grid units) along the X axis for the grid hatches. |
double |
getHatchIntervalY()
The interval (in grid units) along the Y axis for the grid hatches. |
double |
getHatchLength()
The length (in points) of the grid hatches. |
ILineSymbol |
getHatchLineSymbol()
The line symbol used to draw the grid hatches. |
IMarkerSymbol |
getHatchMarkerSymbol()
The marker symbol used to draw markers at grid hatch locations. |
boolean |
isHatchDirectional()
Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchDirectional(boolean isDirectional)
Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchIntervalX(double interval)
The interval (in grid units) along the X axis for the grid hatches. |
void |
setHatchIntervalY(double interval)
The interval (in grid units) along the Y axis for the grid hatches. |
void |
setHatchLength(double length)
The length (in points) of the grid hatches. |
void |
setHatchLineSymbol(ILineSymbol symbol)
The line symbol used to draw the grid hatches. |
void |
setHatchMarkerSymbol(IMarkerSymbol symbol)
The marker symbol used to draw markers at grid hatch locations. |
Field Detail |
---|
static final int IID12700210_876c_4559_9fcf_aab238008832
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getHatchIntervalX() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchIntervalX(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.double getHatchIntervalY() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchIntervalY(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.ILineSymbol getHatchLineSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
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.IMarkerSymbol getHatchMarkerSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchMarkerSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
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.double getHatchLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchLength(double length) throws java.io.IOException, AutomationException
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHatchDirectional() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHatchDirectional(boolean isDirectional) throws java.io.IOException, AutomationException
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 |