|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPNetCDFWorkspace
public class GPNetCDFWorkspace
COM Class 'GPNetCDFWorkspace'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'NetCDFWorkspace Access.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPNetCDFWorkspace |
|---|
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID989fab73_2af7_4823_9be0_5732bf089aa6, xxDummy |
| Constructor Summary | |
|---|---|
GPNetCDFWorkspace()
Constructs a GPNetCDFWorkspace using ArcGIS Engine. |
|
GPNetCDFWorkspace(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPNetCDFWorkspace theGPNetCDFWorkspace = (GPNetCDFWorkspace) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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 |
static java.lang.String |
getClsid()
getClsid. |
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 |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 |
int |
hashCode()
the hashcode for this object |
void |
initialize(INetCDFWorkspace pNetCDFWorkspace)
Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object |
void |
release()
Release a GPNetCDFWorkspace. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPNetCDFWorkspace()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GPNetCDFWorkspace(java.lang.Object obj)
throws java.io.IOException
GPNetCDFWorkspace theGPNetCDFWorkspace = (GPNetCDFWorkspace) obj;
obj to GPNetCDFWorkspace.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void initialize(INetCDFWorkspace pNetCDFWorkspace)
throws java.io.IOException,
AutomationException
initialize in interface IGPNetCDFWorkspacepNetCDFWorkspace - 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.
public IGpEnumList getVariables()
throws java.io.IOException,
AutomationException
getVariables in interface IGPNetCDFWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getVariablesByDimension(java.lang.String dimension)
throws java.io.IOException,
AutomationException
getVariablesByDimension in interface IGPNetCDFWorkspacedimension - The dimension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensions()
throws java.io.IOException,
AutomationException
getDimensions in interface IGPNetCDFWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensionsByVariable(java.lang.String variable)
throws java.io.IOException,
AutomationException
getDimensionsByVariable in interface IGPNetCDFWorkspacevariable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionSize(java.lang.String dimension)
throws java.io.IOException,
AutomationException
getDimensionSize in interface IGPNetCDFWorkspacedimension - The dimension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDimensionValue(java.lang.String dimension,
int index)
throws java.io.IOException,
AutomationException
getDimensionValue in interface IGPNetCDFWorkspacedimension - The dimension (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionIndex(java.lang.String dimension,
java.lang.Object value)
throws java.io.IOException,
AutomationException
getDimensionIndex in interface IGPNetCDFWorkspacedimension - The dimension (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getAttributeNames(java.lang.String variable)
throws java.io.IOException,
AutomationException
getAttributeNames in interface IGPNetCDFWorkspacevariable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAttributeValue(java.lang.String variable,
java.lang.String attribute,
int valueIndex)
throws java.io.IOException,
AutomationException
getAttributeValue in interface IGPNetCDFWorkspacevariable - 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.
public java.lang.String getFieldType(java.lang.String name)
throws java.io.IOException,
AutomationException
getFieldType in interface IGPNetCDFWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpSpRefObject getSpatialReference(java.lang.String variable,
java.lang.String xDim,
java.lang.String yDim)
throws java.io.IOException,
AutomationException
getSpatialReference in interface IGPNetCDFWorkspacevariable - 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 | ||||||||