|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalog.GxServiceDefinitionFactory
public class GxServiceDefinitionFactory
Service definition object factory.
Constructor Summary | |
---|---|
GxServiceDefinitionFactory()
Constructs a GxServiceDefinitionFactory using ArcGIS Engine. |
|
GxServiceDefinitionFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GxServiceDefinitionFactory theGxServiceDefinitionFactory = (GxServiceDefinitionFactory) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
IEnumGxObject |
getChildren(String parentDir,
IFileNames fileNames)
Returns an enumeration of objects corresponding to one or more of the given file names supported by the object factory. |
static String |
getClsid()
getClsid. |
String |
getName()
The name of the object factory. |
boolean |
hasChildren(String parentDir,
IFileNames fileNames)
Indicates if any of the specified files are supported by the object factory. |
int |
hashCode()
the hashcode for this object |
void |
setCatalogByRef(IGxCatalog rhs1)
Attach the catalog to the object factory. |
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 GxServiceDefinitionFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GxServiceDefinitionFactory(Object obj) throws IOException
GxServiceDefinitionFactory theGxServiceDefinitionFactory = (GxServiceDefinitionFactory) obj;
obj
to GxServiceDefinitionFactory
.
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 setCatalogByRef(IGxCatalog rhs1) throws IOException, AutomationException
setCatalogByRef
in interface IGxObjectFactory
rhs1
- A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IGxObjectFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasChildren(String parentDir, IFileNames fileNames) throws IOException, AutomationException
hasChildren
in interface IGxObjectFactory
parentDir
- The parentDir (in)fileNames
- A reference to a com.esri.arcgis.system.IFileNames (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGxObject getChildren(String parentDir, IFileNames fileNames) throws IOException, AutomationException
getChildren
in interface IGxObjectFactory
parentDir
- The parentDir (in)fileNames
- A reference to a com.esri.arcgis.system.IFileNames (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 |