com.esri.arcgis.datasourcesraster
Interface IRect

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DblRect, IRectProxy

public interface IRect
extends java.io.Serializable

COM Interface 'IRect'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a rectangle.' 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 IIDa10a39e8_b9ca_11d2_8e30_00a0249480f0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void convert2Env(IEnvelope env)
          Set Esri's Envelope Object from a rectangle.
 double getXMax()
          Maximum X value of the rectangle.
 double getXMin()
          Minimum X value of the rectangle.
 double getYMax()
          Maximum Y value of the rectangle.
 double getYMin()
          Minimum Y value of the rectangle.
 void set2Env(IEnvelope env)
          Reset from Esri's Envelope Object.
 void setXMax(double pVal)
          Maximum X value of the rectangle.
 void setXMin(double pVal)
          Minimum X value of the rectangle.
 void setYMax(double pVal)
          Maximum Y value of the rectangle.
 void setYMin(double pVal)
          Minimum Y value of the rectangle.
 

Field Detail

IIDa10a39e8_b9ca_11d2_8e30_00a0249480f0

static final int IIDa10a39e8_b9ca_11d2_8e30_00a0249480f0
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

getXMax

double getXMax()
               throws java.io.IOException,
                      AutomationException
Maximum X value of the rectangle.

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

setXMax

void setXMax(double pVal)
             throws java.io.IOException,
                    AutomationException
Maximum X value of the rectangle.

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

getXMin

double getXMin()
               throws java.io.IOException,
                      AutomationException
Minimum X value of the rectangle.

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

setXMin

void setXMin(double pVal)
             throws java.io.IOException,
                    AutomationException
Minimum X value of the rectangle.

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

getYMax

double getYMax()
               throws java.io.IOException,
                      AutomationException
Maximum Y value of the rectangle.

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

setYMax

void setYMax(double pVal)
             throws java.io.IOException,
                    AutomationException
Maximum Y value of the rectangle.

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

getYMin

double getYMin()
               throws java.io.IOException,
                      AutomationException
Minimum Y value of the rectangle.

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

setYMin

void setYMin(double pVal)
             throws java.io.IOException,
                    AutomationException
Minimum Y value of the rectangle.

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

set2Env

void set2Env(IEnvelope env)
             throws java.io.IOException,
                    AutomationException
Reset from Esri's Envelope Object.

Parameters:
env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convert2Env

void convert2Env(IEnvelope env)
                 throws java.io.IOException,
                        AutomationException
Set Esri's Envelope Object from a rectangle.

Parameters:
env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.