com.esri.arcgis.geoprocessing
Interface IGPRasterFormulated

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRasterFormulated, IGPRasterFormulatedProxy

public interface IGPRasterFormulated
extends java.io.Serializable

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

Description: 'Provides access to IGPRasterFormulated interface.' 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 IIDb81ba228_6c79_4a69_bb30_ba35bcd9e710
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void create(int type, java.lang.Object value)
          Makes as an integer constant geodata.
 int getBandCount()
          Band count.
 int getType()
          Is integer type.
 java.lang.Object getValue()
          Value.
 boolean isInteger()
          Indicates if integer or float type.
 IDERasterDataset makeDERasterDataset(java.lang.String pathName, double cellSize, IEnvelope extent)
          Makes a DERasterDataset.
 

Field Detail

IIDb81ba228_6c79_4a69_bb30_ba35bcd9e710

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

create

void create(int type,
            java.lang.Object value)
            throws java.io.IOException,
                   AutomationException
Makes as an integer constant geodata.

Parameters:
type - A com.esri.arcgis.geoprocessing.esriRasterDistributionEnum constant (in)
value - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
Band count.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Is integer type.

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

isInteger

boolean isInteger()
                  throws java.io.IOException,
                         AutomationException
Indicates if integer or float type.

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

getValue

java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
Value.

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

makeDERasterDataset

IDERasterDataset makeDERasterDataset(java.lang.String pathName,
                                     double cellSize,
                                     IEnvelope extent)
                                     throws java.io.IOException,
                                            AutomationException
Makes a DERasterDataset.

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