com.esri.arcgis.carto
Interface ISDGenerator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISDGeneratorProxy

public interface ISDGenerator
extends java.io.Serializable

COM Interface 'ISDGenerator'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.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 IID4d74aa56_86a4_49a4_ae46_c1db8b86a74c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] getDescription(java.lang.String serviceType)
          getDescription
 byte[] getLayerDescription(java.lang.String serviceType, int iD)
          getLayerDescription
 void init()
          init
 void readMsd(java.lang.String pathToMsdFile)
          readMsd
 void setMapServer(IMapServer pMapServer)
          setMapServer
 

Field Detail

IID4d74aa56_86a4_49a4_ae46_c1db8b86a74c

static final int IID4d74aa56_86a4_49a4_ae46_c1db8b86a74c
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

init

void init()
          throws java.io.IOException,
                 AutomationException
init

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapServer

void setMapServer(IMapServer pMapServer)
                  throws java.io.IOException,
                         AutomationException
setMapServer

Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readMsd

void readMsd(java.lang.String pathToMsdFile)
             throws java.io.IOException,
                    AutomationException
readMsd

Parameters:
pathToMsdFile - The pathToMsdFile (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

byte[] getDescription(java.lang.String serviceType)
                      throws java.io.IOException,
                             AutomationException
getDescription

Parameters:
serviceType - The serviceType (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerDescription

byte[] getLayerDescription(java.lang.String serviceType,
                           int iD)
                           throws java.io.IOException,
                                  AutomationException
getLayerDescription

Parameters:
serviceType - The serviceType (in)
iD - The iD (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.