| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.NetCDFLayerFactory
public class NetCDFLayerFactory
A factory for creating NetCDF layers.
| Constructor Summary | |
|---|---|
NetCDFLayerFactory()
Constructs a NetCDFLayerFactory using ArcGIS Engine.  | 
|
NetCDFLayerFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  NetCDFLayerFactory theNetCDFLayerFactory = (NetCDFLayerFactory) obj; | 
|
| Method Summary | |
|---|---|
 IEnumLayer | 
create(Object inputObject)
Creates layer(s) based on the specified object.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 String | 
getLayerCategory()
Category name.  | 
 String | 
getPublicName()
Public name of the factory.  | 
 int | 
hashCode()
the hashcode for this object  | 
 boolean | 
isCanCreate(Object inputObject)
Indicates if the factory can create a layer based upon the specified object.  | 
 IEnumLayer | 
loadLayers()
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 NetCDFLayerFactory()
                   throws IOException,
                          UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NetCDFLayerFactory(Object obj)
                   throws IOException
 NetCDFLayerFactory theNetCDFLayerFactory = (NetCDFLayerFactory) obj;
obj to NetCDFLayerFactory.
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 String getPublicName()
                     throws IOException,
                            AutomationException
getPublicName in interface ILayerFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLayerCategory()
                        throws IOException,
                               AutomationException
getLayerCategory in interface ILayerFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumLayer loadLayers()
                      throws IOException,
                             AutomationException
loadLayers in interface ILayerFactoryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanCreate(Object inputObject)
                    throws IOException,
                           AutomationException
isCanCreate in interface ILayerFactoryinputObject - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumLayer create(Object inputObject)
                  throws IOException,
                         AutomationException
Creates a layer using the factory defined by the implementing coclass and the supplied object. This object can be a name object.
create in interface ILayerFactoryinputObject - 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 | ||||||||