| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.TinLayerFactory
public class TinLayerFactory
The TIN Layer Factory is used to help look for TINs on disk.
| Constructor Summary | |
|---|---|
| TinLayerFactory()Constructs a TinLayerFactory using ArcGIS Engine. | |
| TinLayerFactory(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  TinLayerFactory theTinLayerFactory = (TinLayerFactory) 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 TinLayerFactory()
                throws IOException,
                       UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TinLayerFactory(Object obj)
                throws IOException
 TinLayerFactory theTinLayerFactory = (TinLayerFactory) obj;
obj to TinLayerFactory.
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 | ||||||||