com.esri.arcgisws
Class ImageServerBindingStub
java.lang.Object
   com.esri.arcgisws.runtime.WebServiceProxyImpl
com.esri.arcgisws.runtime.WebServiceProxyImpl
       com.esri.arcgisws.ImageServerBindingStub
com.esri.arcgisws.ImageServerBindingStub
- All Implemented Interfaces: 
- ImageServerPort, WebServiceProxy
- public class ImageServerBindingStub 
- extends WebServiceProxyImpl- implements ImageServerPort
 
| Method Summary | 
|  ImageServerDownloadResult[] | download(FIDSet fIDs,
         Geometry geometry,
         String format)
 | 
|  String | execute(AISRequest request)
 | 
|  ImageResult | exportImage(GeoImageDescription imageDescription,
            ImageType imageType)
 | 
|  MapImage | exportScaledImage(GeoImageDescription imageDescription,
                  ImageType imageType)
 | 
|  ImageServiceInfo | generateServiceInfo(RenderingRule renderingRule)
 | 
|  int | getCatalogItemCount(QueryFilter queryFilter)
 | 
|  FIDSet | getCatalogItemIDs(QueryFilter queryFilter)
 | 
|  RecordSet | getCatalogItems(QueryFilter queryFilter)
 | 
|  Fields | getFields()
 | 
|  String | getFile(ImageServerDownloadResult file)
 | 
|  byte[] | getImage(GeoImageDescription imageDescription)
 | 
|  String | getMetadata()
 | 
|  byte[] | getNativePixelBlock(int rID,
                    int iID,
                    int tx,
                    int ty,
                    int level)
 | 
|  RasterInfo[] | getNativeRasterInfo(int rID)
 | 
|  byte[] | getPixelBlock(int rID,
              int tx,
              int ty,
              int level)
 | 
|  RasterInfo | getRasterInfo(int rID)
 | 
|  String | getRasterMetadata(int rID)
 | 
|  ImageServiceInfo | getServiceInfo()
 | 
|  ImageResult | getThumbnail(int rID)
 | 
|  BigDecimal | getVersion()
 | 
|  ImageServerIdentifyResult | identify(Geometry location,
         MosaicRule mosaicRule,
         Point pixelSize)
 | 
 
| Methods inherited from class com.esri.arcgisws.runtime.WebServiceProxyImpl | 
| _getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface com.esri.arcgisws.runtime.WebServiceProxy | 
| _getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername | 
 
ImageServerBindingStub
public ImageServerBindingStub()
- ImageServerBindingStub default constructor.
 
ImageServerBindingStub
public ImageServerBindingStub(String endpointAddressURL)
- ImageServerBindingStub constructor.
 
ImageServerBindingStub
public ImageServerBindingStub(String endpointAddressURL,
                              String username,
                              String password)
- ImageServerBindingStub constructor.
 
getFields
public Fields getFields()
- 
- Specified by:
- getFieldsin interface- ImageServerPort
 
- 
 
download
public ImageServerDownloadResult[] download(FIDSet fIDs,
                                            Geometry geometry,
                                            String format)
- 
- Specified by:
- downloadin interface- ImageServerPort
 
- 
 
getFile
public String getFile(ImageServerDownloadResult file)
- 
- Specified by:
- getFilein interface- ImageServerPort
 
- 
 
getMetadata
public String getMetadata()
- 
- Specified by:
- getMetadatain interface- ImageServerPort
 
- 
 
getCatalogItems
public RecordSet getCatalogItems(QueryFilter queryFilter)
- 
- Specified by:
- getCatalogItemsin interface- ImageServerPort
 
- 
 
getVersion
public BigDecimal getVersion()
- 
- Specified by:
- getVersionin interface- ImageServerPort
 
- 
 
getNativeRasterInfo
public RasterInfo[] getNativeRasterInfo(int rID)
- 
- Specified by:
- getNativeRasterInfoin interface- ImageServerPort
 
- 
 
getThumbnail
public ImageResult getThumbnail(int rID)
- 
- Specified by:
- getThumbnailin interface- ImageServerPort
 
- 
 
getNativePixelBlock
public byte[] getNativePixelBlock(int rID,
                                  int iID,
                                  int tx,
                                  int ty,
                                  int level)
- 
- Specified by:
- getNativePixelBlockin interface- ImageServerPort
 
- 
 
getServiceInfo
public ImageServiceInfo getServiceInfo()
- 
- Specified by:
- getServiceInfoin interface- ImageServerPort
 
- 
 
exportScaledImage
public MapImage exportScaledImage(GeoImageDescription imageDescription,
                                  ImageType imageType)
- 
- Specified by:
- exportScaledImagein interface- ImageServerPort
 
- 
 
getCatalogItemIDs
public FIDSet getCatalogItemIDs(QueryFilter queryFilter)
- 
- Specified by:
- getCatalogItemIDsin interface- ImageServerPort
 
- 
 
getPixelBlock
public byte[] getPixelBlock(int rID,
                            int tx,
                            int ty,
                            int level)
- 
- Specified by:
- getPixelBlockin interface- ImageServerPort
 
- 
 
getCatalogItemCount
public int getCatalogItemCount(QueryFilter queryFilter)
- 
- Specified by:
- getCatalogItemCountin interface- ImageServerPort
 
- 
 
getRasterMetadata
public String getRasterMetadata(int rID)
- 
- Specified by:
- getRasterMetadatain interface- ImageServerPort
 
- 
 
getRasterInfo
public RasterInfo getRasterInfo(int rID)
- 
- Specified by:
- getRasterInfoin interface- ImageServerPort
 
- 
 
identify
public ImageServerIdentifyResult identify(Geometry location,
                                          MosaicRule mosaicRule,
                                          Point pixelSize)
- 
- Specified by:
- identifyin interface- ImageServerPort
 
- 
 
execute
public String execute(AISRequest request)
- 
- Specified by:
- executein interface- ImageServerPort
 
- 
 
exportImage
public ImageResult exportImage(GeoImageDescription imageDescription,
                               ImageType imageType)
- 
- Specified by:
- exportImagein interface- ImageServerPort
 
- 
 
getImage
public byte[] getImage(GeoImageDescription imageDescription)
- 
- Specified by:
- getImagein interface- ImageServerPort
 
- 
 
generateServiceInfo
public ImageServiceInfo generateServiceInfo(RenderingRule renderingRule)
- 
- Specified by:
- generateServiceInfoin interface- ImageServerPort
 
-