com.esri.arcgis.cartox
Class SDGenerator

java.lang.Object
  extended by com.esri.arcgis.cartox.SDGenerator
All Implemented Interfaces:
IServiceDefinitionConverter, IServiceDefinitionConverter2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class SDGenerator
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IServiceDefinitionConverter, IServiceDefinitionConverter2

COM Class 'SDGenerator'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoX.olb'

Description 'SDGenerator object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.cartox.IServiceDefinitionConverter
IID, IIDea7c6f28_e135_472e_a753_d2843d6d50a1, xxDummy
 
Fields inherited from interface com.esri.arcgis.cartox.IServiceDefinitionConverter2
IID, IIDadc3c9a5_4211_46ea_ac06_5cbb9332a763, xxDummy
 
Constructor Summary
SDGenerator()
          Constructs a SDGenerator using ArcGIS Engine.
SDGenerator(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SDGenerator theSDGenerator = (SDGenerator) obj;
 
Method Summary
 void createMapServiceDefinition(java.lang.String featureServiceDescription, boolean msdOnly, java.lang.String outputFolder)
          createMapServiceDefinition
 void createMapServiceDefinition(java.lang.String featureServiceDescription, boolean msdOnly, java.lang.String outputFolder, IPropertySet props)
          createMapServiceDefinition
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a SDGenerator.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDGenerator

public SDGenerator()
            throws java.io.IOException,
                   java.net.UnknownHostException
Constructs a SDGenerator using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

SDGenerator

public SDGenerator(java.lang.Object obj)
            throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SDGenerator theSDGenerator = (SDGenerator) obj;

Construct a SDGenerator using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SDGenerator.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a SDGenerator.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

createMapServiceDefinition

public void createMapServiceDefinition(java.lang.String featureServiceDescription,
                                       boolean msdOnly,
                                       java.lang.String outputFolder)
                                throws java.io.IOException,
                                       AutomationException
createMapServiceDefinition

Specified by:
createMapServiceDefinition in interface IServiceDefinitionConverter
Parameters:
featureServiceDescription - The featureServiceDescription (in)
msdOnly - The msdOnly (in)
outputFolder - The outputFolder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createMapServiceDefinition

public void createMapServiceDefinition(java.lang.String featureServiceDescription,
                                       boolean msdOnly,
                                       java.lang.String outputFolder,
                                       IPropertySet props)
                                throws java.io.IOException,
                                       AutomationException
createMapServiceDefinition

Specified by:
createMapServiceDefinition in interface IServiceDefinitionConverter2
Parameters:
featureServiceDescription - The featureServiceDescription (in)
msdOnly - The msdOnly (in)
outputFolder - The outputFolder (in)
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.