|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.NetCDFTableFactory
public class NetCDFTableFactory
A factory for creating NetCDF tables.
Constructor Summary | |
---|---|
NetCDFTableFactory()
Constructs a NetCDFTableFactory using ArcGIS Engine. |
|
NetCDFTableFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NetCDFTableFactory theNetCDFTableFactory = (NetCDFTableFactory) obj; |
Method Summary | |
---|---|
IEnumTable |
create(Object inputObject)
Creates table(s) based on the specified object. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getPublicName()
Public name of the factory. |
String |
getTableCategory()
Category name. |
int |
hashCode()
the hashcode for this object |
boolean |
isCanCreate(Object inputObject)
Indicates if the factory can create a table based upon the specified object. |
IEnumTable |
loadTables()
Loads a set of layers. |
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 NetCDFTableFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic NetCDFTableFactory(Object obj) throws IOException
NetCDFTableFactory theNetCDFTableFactory = (NetCDFTableFactory) obj;
obj
to NetCDFTableFactory
.
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 String getPublicName() throws IOException, AutomationException
getPublicName
in interface ITableFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTableCategory() throws IOException, AutomationException
getTableCategory
in interface ITableFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumTable loadTables() throws IOException, AutomationException
loadTables
in interface ITableFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanCreate(Object inputObject) throws IOException, AutomationException
isCanCreate
in interface ITableFactory
inputObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumTable create(Object inputObject) throws IOException, AutomationException
create
in interface ITableFactory
inputObject
- A reference to another Object (IUnknown) (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 |