|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServerInit
Provides access to members that control image server initialization.
This interface is new at ArcGIS 9.3.
An image service can be initialized from a data path, a raster dataset, or a service URL of an ArcGIS Image Server service. Use Initialize to initialize a service with a full path name to the data. Use InitializeFromDataset to initialize a service with a raster dataset. Use InitializeFromServiceURL to initialize a service with a back-end ArcGIS Image Server service.
| Method Summary | |
|---|---|
IName |
getImageDataSourceName()
The image server data source name. |
void |
initialize(String fullName)
Initializes this image server from a fullname to a dataset. |
void |
initializeFromDataset(IRasterDataset pDataset)
Initializes this image server from a Raster Dataset. |
void |
initializeFromServiceURL(String serviceURL)
Initializes this image server from an AIS service URL (ImageService:// |
void |
setImageDataSourceNameByRef(IName ppName)
The image server data source name. |
| Method Detail |
|---|
void initialize(String fullName)
throws IOException,
AutomationException
Initializes an ImageServer from a full path name to the data.
fullName - The fullName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initializeFromDataset(IRasterDataset pDataset)
throws IOException,
AutomationException
Initializes an ImageServer from a raster dataset.
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initializeFromServiceURL(String serviceURL)
throws IOException,
AutomationException
Initializes an ImageServer from an AIS service URL.
serviceURL - The serviceURL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageDataSourceNameByRef(IName ppName)
throws IOException,
AutomationException
ppName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName getImageDataSourceName()
throws IOException,
AutomationException
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 | ||||||||