|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterFormulated
Provides access to IGPRasterFormulated interface.
Method Summary | |
---|---|
void |
create(int type,
Object value)
Makes as an integer constant geodata. |
int |
getBandCount()
Band count. |
int |
getType()
Is integer type. |
Object |
getValue()
Value. |
boolean |
isInteger()
Indicates if integer or float type. |
IDERasterDataset |
makeDERasterDataset(String pathName,
double cellSize,
IEnvelope extent)
Makes a DERasterDataset. |
Method Detail |
---|
void create(int type, Object value) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriRasterDistributionEnum constant (in)value
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBandCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInteger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDERasterDataset makeDERasterDataset(String pathName, double cellSize, IEnvelope extent) throws IOException, AutomationException
pathName
- The pathName (in)cellSize
- The cellSize (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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 |