|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPNetCDFWorkspace
COM Interface 'IGPNetCDFWorkspace'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the NetCDFWorkspace 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 |
DISPID_1_NAME
|
static java.lang.String |
DISPID_10_NAME
|
static java.lang.String |
DISPID_11_NAME
|
static java.lang.String |
DISPID_12_NAME
|
static java.lang.String |
DISPID_2_NAME
|
static java.lang.String |
DISPID_3_NAME
|
static java.lang.String |
DISPID_4_NAME
|
static java.lang.String |
DISPID_5_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_NAME
|
static java.lang.String |
DISPID_9_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID989fab73_2af7_4823_9be0_5732bf089aa6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGpEnumList |
getAttributeNames(java.lang.String variable)
The names of the attributes of the NetCDFWorkspace |
java.lang.Object |
getAttributeValue(java.lang.String variable,
java.lang.String attribute,
int valueIndex)
The value of an attribute of the NetCDFWorkspace |
int |
getDimensionIndex(java.lang.String dimension,
java.lang.Object value)
The index of a dimension of the NetCDFWorkspace |
IGpEnumList |
getDimensions()
The dimensions of the NetCDFWorkspace |
IGpEnumList |
getDimensionsByVariable(java.lang.String variable)
The dimensions of the NetCDFWorkspace by variable |
int |
getDimensionSize(java.lang.String dimension)
The number of dimensions of the NetCDFWorkspace |
java.lang.Object |
getDimensionValue(java.lang.String dimension,
int index)
The value of a dimension of the NetCDFWorkspace |
java.lang.String |
getFieldType(java.lang.String name)
The type of a field of the NetCDFWorkspace |
IGpSpRefObject |
getSpatialReference(java.lang.String variable,
java.lang.String xDim,
java.lang.String yDim)
The spatial reference of the NetCDFWorkspace |
IGpEnumList |
getVariables()
The variables of the NetCDFWorkspace |
IGpEnumList |
getVariablesByDimension(java.lang.String dimension)
The variables of the NetCDFWorkspace by dimension |
void |
initialize(INetCDFWorkspace pNetCDFWorkspace)
Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object |
| Field Detail |
|---|
static final int IID989fab73_2af7_4823_9be0_5732bf089aa6
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_NAME
static final java.lang.String DISPID_2_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_NAME
static final java.lang.String DISPID_9_NAME
static final java.lang.String DISPID_10_NAME
static final java.lang.String DISPID_11_NAME
static final java.lang.String DISPID_12_NAME
| Method Detail |
|---|
void initialize(INetCDFWorkspace pNetCDFWorkspace)
throws java.io.IOException,
AutomationException
pNetCDFWorkspace - A reference to a com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpEnumList getVariables()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpEnumList getVariablesByDimension(java.lang.String dimension)
throws java.io.IOException,
AutomationException
dimension - The dimension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpEnumList getDimensions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpEnumList getDimensionsByVariable(java.lang.String variable)
throws java.io.IOException,
AutomationException
variable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDimensionSize(java.lang.String dimension)
throws java.io.IOException,
AutomationException
dimension - The dimension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDimensionValue(java.lang.String dimension,
int index)
throws java.io.IOException,
AutomationException
dimension - The dimension (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDimensionIndex(java.lang.String dimension,
java.lang.Object value)
throws java.io.IOException,
AutomationException
dimension - The dimension (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpEnumList getAttributeNames(java.lang.String variable)
throws java.io.IOException,
AutomationException
variable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getAttributeValue(java.lang.String variable,
java.lang.String attribute,
int valueIndex)
throws java.io.IOException,
AutomationException
variable - The variable (in)attribute - The attribute (in)valueIndex - The valueIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFieldType(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGpSpRefObject getSpatialReference(java.lang.String variable,
java.lang.String xDim,
java.lang.String yDim)
throws java.io.IOException,
AutomationException
variable - The variable (in)xDim - The xDim (in)yDim - The yDim (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 | ||||||||