com.esri.arcgis.cartox
Interface IServiceDefinitionConverter

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

public interface IServiceDefinitionConverter
extends java.io.Serializable

COM Interface 'IServiceDefinitionConverter'. 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 IIDea7c6f28_e135_472e_a753_d2843d6d50a1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createMapServiceDefinition(java.lang.String featureServiceDescription, boolean msdOnly, java.lang.String outputFolder)
          createMapServiceDefinition
 

Field Detail

IIDea7c6f28_e135_472e_a753_d2843d6d50a1

static final int IIDea7c6f28_e135_472e_a753_d2843d6d50a1
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)
                                throws java.io.IOException,
                                       AutomationException
createMapServiceDefinition

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.