|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEWMSMap
Provides access to members that describe WMS Map objects.
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. |
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.IName getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNameByRef(IName ppWMSConnectionName) throws IOException, AutomationException
ppWMSConnectionName
- A reference to a com.esri.arcgis.system.IName (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 |