com.esri.arcgis.carto
Interface IMeasuredGrid

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Graticule, IMeasuredGridProxy, MeasuredGrid

public interface IMeasuredGrid
extends java.io.Serializable

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

IID4f69021f_a5c1_11d2_ae82_080009ec732a

static final int IID4f69021f_a5c1_11d2_ae82_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getXOrigin

double getXOrigin()
                  throws java.io.IOException,
                         AutomationException
The origin of the grid on the X axis.

Returns:
The origin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXOrigin

void setXOrigin(double origin)
                throws java.io.IOException,
                       AutomationException
The origin of the grid on the X axis.

Parameters:
origin - The origin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXIntervalSize

double getXIntervalSize()
                        throws java.io.IOException,
                               AutomationException
The interval between grid lines along the X axis.

Returns:
The interval
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXIntervalSize

void setXIntervalSize(double interval)
                      throws java.io.IOException,
                             AutomationException
The interval between grid lines along the X axis.

Parameters:
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYOrigin

double getYOrigin()
                  throws java.io.IOException,
                         AutomationException
The origin of the grid on the Y axis.

Returns:
The origin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYOrigin

void setYOrigin(double origin)
                throws java.io.IOException,
                       AutomationException
The origin of the grid on the Y axis.

Parameters:
origin - The origin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYIntervalSize

double getYIntervalSize()
                        throws java.io.IOException,
                               AutomationException
The interval between grid lines along the Y axis.

Returns:
The interval
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYIntervalSize

void setYIntervalSize(double interval)
                      throws java.io.IOException,
                             AutomationException
The interval between grid lines along the Y axis.

Parameters:
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnits

int getUnits()
             throws java.io.IOException,
                    AutomationException
The units for the intervals and origin.

Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnits

void setUnits(int unitsCode)
              throws java.io.IOException,
                     AutomationException
The units for the intervals and origin.

Parameters:
unitsCode - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedOrigin

boolean isFixedOrigin()
                      throws java.io.IOException,
                             AutomationException
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).

Returns:
The fixed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFixedOrigin

void setFixedOrigin(boolean fixed)
                    throws java.io.IOException,
                           AutomationException
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).

Parameters:
fixed - The fixed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.