com.esri.arcgis.geoprocessing
Interface IGPCellSizeXY

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCellSizeXY, IGPCellSizeXYProxy

public interface IGPCellSizeXY
extends java.io.Serializable

COM Interface 'IGPCellSizeXY'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing CellSizeXY object.' 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 IIDa177e2ec_b7e2_45f6_acc1_558c91049417
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getX()
          The X.
 double getY()
          The Y.
 void setX(double x)
          The X.
 void setY(double y)
          The Y.
 

Field Detail

IIDa177e2ec_b7e2_45f6_acc1_558c91049417

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

getX

double getX()
            throws java.io.IOException,
                   AutomationException
The X.

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

setX

void setX(double x)
          throws java.io.IOException,
                 AutomationException
The X.

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

getY

double getY()
            throws java.io.IOException,
                   AutomationException
The Y.

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

setY

void setY(double y)
          throws java.io.IOException,
                 AutomationException
The Y.

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