com.esri.arcgis.cartox
Interface IServiceDefinitionConverter2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServiceDefinitionConverter2Proxy, SDGenerator

public interface IServiceDefinitionConverter2
extends java.io.Serializable

COM Interface 'IServiceDefinitionConverter2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoX.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDadc3c9a5_4211_46ea_ac06_5cbb9332a763
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createMapServiceDefinition(java.lang.String featureServiceDescription, boolean msdOnly, java.lang.String outputFolder, IPropertySet props)
          createMapServiceDefinition
 

Field Detail

IIDadc3c9a5_4211_46ea_ac06_5cbb9332a763

static final int IIDadc3c9a5_4211_46ea_ac06_5cbb9332a763
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createMapServiceDefinition

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

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.