|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMeasuredGrid
COM Interface 'IMeasuredGrid'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the members that control the lines that make up the map 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 |
IID4f69021f_a5c1_11d2_ae82_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getUnits()
The units for the intervals and origin. |
double |
getXIntervalSize()
The interval between grid lines along the X axis. |
double |
getXOrigin()
The origin of the grid on the X axis. |
double |
getYIntervalSize()
The interval between grid lines along the Y axis. |
double |
getYOrigin()
The origin of the grid on the Y axis. |
boolean |
isFixedOrigin()
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false). |
void |
setFixedOrigin(boolean fixed)
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false). |
void |
setUnits(int unitsCode)
The units for the intervals and origin. |
void |
setXIntervalSize(double interval)
The interval between grid lines along the X axis. |
void |
setXOrigin(double origin)
The origin of the grid on the X axis. |
void |
setYIntervalSize(double interval)
The interval between grid lines along the Y axis. |
void |
setYOrigin(double origin)
The origin of the grid on the Y axis. |
Field Detail |
---|
static final int IID4f69021f_a5c1_11d2_ae82_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getXOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXOrigin(double origin) throws java.io.IOException, AutomationException
origin
- The origin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXIntervalSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXIntervalSize(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 getYOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYOrigin(double origin) throws java.io.IOException, AutomationException
origin
- The origin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYIntervalSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYIntervalSize(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.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int unitsCode) throws java.io.IOException, AutomationException
unitsCode
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFixedOrigin(boolean fixed) throws java.io.IOException, AutomationException
fixed
- The fixed (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 |