com.esri.arcgis.datasourcesraster
Interface IDEWMSMap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEWMSMap, IDEWMSMapProxy

public interface IDEWMSMap
extends java.io.Serializable

COM Interface 'IDEWMSMap'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that describe WMS Map objects.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6b0b1818_47d6_4551_ba69_6f595df5ec81
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandCount()
          The number of bands in the collection.
 IEnvelope getExtent()
          The extent of the WMS Map.
 IName getName()
          The WMS connection name object.
 ISpatialReference getSpatialReference()
          The spatial reference of the WMS Map.
 void setBandCount(int count)
          The number of bands in the collection.
 void setExtentByRef(IEnvelope extent)
          The extent of the WMS Map.
 void setNameByRef(IName ppWMSConnectionName)
          The WMS connection name object.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the WMS Map.
 

Field Detail

IID6b0b1818_47d6_4551_ba69_6f595df5ec81

static final int IID6b0b1818_47d6_4551_ba69_6f595df5ec81
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the WMS Map.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws java.io.IOException,
                           AutomationException
The extent of the WMS Map.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the WMS Map.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the WMS Map.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands in the collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

void setBandCount(int count)
                  throws java.io.IOException,
                         AutomationException
The number of bands in the collection.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

IName getName()
              throws java.io.IOException,
                     AutomationException
The WMS connection name object.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNameByRef

void setNameByRef(IName ppWMSConnectionName)
                  throws java.io.IOException,
                         AutomationException
The WMS connection name object.

Parameters:
ppWMSConnectionName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.