|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterServiceHelper2
Provides access to members that controls web services.
Method Summary | |
---|---|
IPropertySet |
getLayerPropertiesFromURL(String uRL)
Gets the WMS layer names from the URL. |
IRasterDataset |
openFromURL(String uRL,
String rasterTypeName,
IPropertySet pWMSParameters)
Opens the image service referenced by the URL as a raster dataset. |
IRasterDataset |
openWMSConnection(IName pName,
IPropertySet pConnectionProperties,
IPropertySet pWMSParameters)
Creates a raster dataset given a WMS/WCS or Image Service name object, connection properties and other properties like pixel size etc. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterServiceHelper |
---|
open, openFromFile |
Method Detail |
---|
IRasterDataset openWMSConnection(IName pName, IPropertySet pConnectionProperties, IPropertySet pWMSParameters) throws IOException, AutomationException
pName
- A reference to a com.esri.arcgis.system.IName (in)pConnectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)pWMSParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset openFromURL(String uRL, String rasterTypeName, IPropertySet pWMSParameters) throws IOException, AutomationException
uRL
- The uRL (in)rasterTypeName
- The rasterTypeName (in)pWMSParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getLayerPropertiesFromURL(String uRL) throws IOException, AutomationException
uRL
- The uRL (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 |