|
|||||||||
| 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
NetCDFWorkspace Access.
| Constructor Summary | |
|---|---|
GPNetCDFWorkspace()
Constructs a GPNetCDFWorkspace using ArcGIS Engine. |
|
GPNetCDFWorkspace(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPNetCDFWorkspace theGPNetCDFWorkspace = (GPNetCDFWorkspace) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IGpEnumList |
getAttributeNames(String variable)
The names of the attributes of the NetCDFWorkspace |
Object |
getAttributeValue(String variable,
String attribute,
int valueIndex)
The value of an attribute of the NetCDFWorkspace |
static String |
getClsid()
getClsid. |
int |
getDimensionIndex(String dimension,
Object value)
The index of a dimension of the NetCDFWorkspace |
IGpEnumList |
getDimensions()
The dimensions of the NetCDFWorkspace |
IGpEnumList |
getDimensionsByVariable(String variable)
The dimensions of the NetCDFWorkspace by variable |
int |
getDimensionSize(String dimension)
The number of dimensions of the NetCDFWorkspace |
Object |
getDimensionValue(String dimension,
int index)
The value of a dimension of the NetCDFWorkspace |
String |
getFieldType(String name)
The type of a field of the NetCDFWorkspace |
IGpSpRefObject |
getSpatialReference(String variable,
String xDim,
String yDim)
The spatial reference of the NetCDFWorkspace |
IGpEnumList |
getVariables()
The variables of the NetCDFWorkspace |
IGpEnumList |
getVariablesByDimension(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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GPNetCDFWorkspace()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPNetCDFWorkspace(Object obj)
throws IOException
GPNetCDFWorkspace theGPNetCDFWorkspace = (GPNetCDFWorkspace) obj;
obj to GPNetCDFWorkspace.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void initialize(INetCDFWorkspace pNetCDFWorkspace)
throws IOException,
AutomationException
initialize in interface IGPNetCDFWorkspacepNetCDFWorkspace - A reference to a com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getVariables()
throws IOException,
AutomationException
getVariables in interface IGPNetCDFWorkspaceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getVariablesByDimension(String dimension)
throws IOException,
AutomationException
getVariablesByDimension in interface IGPNetCDFWorkspacedimension - The dimension (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensions()
throws IOException,
AutomationException
getDimensions in interface IGPNetCDFWorkspaceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensionsByVariable(String variable)
throws IOException,
AutomationException
getDimensionsByVariable in interface IGPNetCDFWorkspacevariable - The variable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionSize(String dimension)
throws IOException,
AutomationException
getDimensionSize in interface IGPNetCDFWorkspacedimension - The dimension (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDimensionValue(String dimension,
int index)
throws IOException,
AutomationException
getDimensionValue in interface IGPNetCDFWorkspacedimension - The dimension (in)index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionIndex(String dimension,
Object value)
throws IOException,
AutomationException
getDimensionIndex in interface IGPNetCDFWorkspacedimension - The dimension (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getAttributeNames(String variable)
throws IOException,
AutomationException
getAttributeNames in interface IGPNetCDFWorkspacevariable - The variable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getAttributeValue(String variable,
String attribute,
int valueIndex)
throws IOException,
AutomationException
getAttributeValue in interface IGPNetCDFWorkspacevariable - The variable (in)attribute - The attribute (in)valueIndex - The valueIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldType(String name)
throws IOException,
AutomationException
getFieldType in interface IGPNetCDFWorkspacename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpSpRefObject getSpatialReference(String variable,
String xDim,
String yDim)
throws IOException,
AutomationException
getSpatialReference in interface IGPNetCDFWorkspacevariable - The variable (in)xDim - The xDim (in)yDim - The yDim (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 | ||||||||