| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDEImageServer
Provides access to members that describe Image Service objects.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
 int | 
getBandCount()
The number of bands in the collection.  | 
 String | 
getClientXADefProps()
ClientXADef property of Image Server Layer.  | 
 IEnvelope | 
getExtent()
The extent of the image service object.  | 
 String | 
getMosaicProps()
Mosaic property of Image Server Layer.  | 
 ISpatialReference | 
getSpatialReference()
The spatial reference of the image service object.  | 
 void | 
setBandCount(int count)
The number of bands in the collection.  | 
 void | 
setClientXADefProps(String clientXADef)
ClientXADef property of Image Server Layer.  | 
 void | 
setExtentByRef(IEnvelope extent)
The extent of the image service object.  | 
 void | 
setMosaicProps(String mosaic)
Mosaic property of Image Server Layer.  | 
 void | 
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference of the image service object.  | 
| Method Detail | 
|---|
IEnvelope getExtent()
                    throws IOException,
                           AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope extent)
                    throws IOException,
                           AutomationException
extent - A reference to a com.esri.arcgis.geometry.IEnvelope  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws IOException,
                                     AutomationException
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandCount()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandCount(int count)
                  throws IOException,
                         AutomationException
count - The count  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMosaicProps()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMosaicProps(String mosaic)
                    throws IOException,
                           AutomationException
mosaic - The mosaic  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getClientXADefProps()
                           throws IOException,
                                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClientXADefProps(String clientXADef)
                         throws IOException,
                                AutomationException
clientXADef - The clientXADef  (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 | ||||||||