|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISDGenerator
Method Summary | |
---|---|
byte[] |
getDescription(String serviceType)
getDescription |
byte[] |
getLayerDescription(String serviceType,
int iD)
getLayerDescription |
void |
init()
init |
void |
readMsd(String pathToMsdFile)
readMsd |
void |
setMapServer(IMapServer pMapServer)
setMapServer |
Method Detail |
---|
void init() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapServer(IMapServer pMapServer) throws IOException, AutomationException
pMapServer
- A reference to a com.esri.arcgis.carto.IMapServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readMsd(String pathToMsdFile) throws IOException, AutomationException
pathToMsdFile
- The pathToMsdFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getDescription(String serviceType) throws IOException, AutomationException
serviceType
- The serviceType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getLayerDescription(String serviceType, int iD) throws IOException, AutomationException
serviceType
- The serviceType (in)iD
- The iD (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 |