|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterSchema
COM Interface 'IGPRasterSchema'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing raster schema 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 |
IIDd16b27a6_7b7d_446f_873b_b92d4040f499
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getCellSize()
The cellSize property. |
int |
getCellSizeRule()
Inidicates how the cellSize property is to be managed. |
IEnvelope |
getExtent()
The extent property. |
int |
getExtentRule()
Inidicates how the extent property is to be managed. |
int |
getRasterFormatRule()
Inidicates how the raster format property is to be managed. |
int |
getRasterRule()
Inidicates how the raster is integer property is to be managed. |
void |
setCellSize(double cellSize)
The cellSize property. |
void |
setCellSizeRule(int type)
Inidicates how the cellSize property is to be managed. |
void |
setExtentByRef(IEnvelope extent)
The extent property. |
void |
setExtentRule(int type)
Inidicates how the extent property is to be managed. |
void |
setRasterFormatRule(int type)
Inidicates how the raster format property is to be managed. |
void |
setRasterRule(int type)
Inidicates how the raster is integer property is to be managed. |
Field Detail |
---|
static final int IIDd16b27a6_7b7d_446f_873b_b92d4040f499
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getExtentRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentRule(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaExtentType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCellSizeRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSizeRule(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaCellSizeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSize(double cellSize) throws java.io.IOException, AutomationException
cellSize
- The cellSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterRule(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaRasterType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterFormatRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterFormatRule(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaRasterFormatType constant (in)
java.io.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 |