|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void initialize(INetCDFWorkspace pNetCDFWorkspace) throws IOException, AutomationException
initialize
in interface IGPNetCDFWorkspace
pNetCDFWorkspace
- 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 IGPNetCDFWorkspace
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGpEnumList getVariablesByDimension(String dimension) throws IOException, AutomationException
getVariablesByDimension
in interface IGPNetCDFWorkspace
dimension
- 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 IGPNetCDFWorkspace
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGpEnumList getDimensionsByVariable(String variable) throws IOException, AutomationException
getDimensionsByVariable
in interface IGPNetCDFWorkspace
variable
- 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 IGPNetCDFWorkspace
dimension
- 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 IGPNetCDFWorkspace
dimension
- 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 IGPNetCDFWorkspace
dimension
- 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 IGPNetCDFWorkspace
variable
- 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 IGPNetCDFWorkspace
variable
- 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 IGPNetCDFWorkspace
name
- 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 IGPNetCDFWorkspace
variable
- 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 |