|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IWMSGroupLayerProxy
public class IWMSGroupLayerProxy
Internal use class Proxy for COM Interface 'IWMSGroupLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the WMS group layer.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IWMSGroupLayer |
---|
IID, IIDd43d9a73_ff6c_4a19_b36a_d7ecbe61962a |
Constructor Summary | |
---|---|
|
IWMSGroupLayerProxy()
For internal use only |
|
IWMSGroupLayerProxy(java.lang.Object obj)
|
protected |
IWMSGroupLayerProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IWMSGroupLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IWMSGroupLayerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
add(ILayer wMSLayer)
Adds the given WMS Layer at the given position. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
clear()
Deletes all the sub layers. |
IWMSGroupLayer |
createWMSGroupLayer(java.lang.String groupName)
Creates an empty WMSGroupLayer with the given name. |
IWMSGroupLayer |
createWMSGroupLayers(IWMSLayerDescription wMSGroupLayerDescription)
Creates a new WMSGroupLayer for the given WMSLayerDescription recursively including all the sub layers. |
IWMSLayer |
createWMSLayer(IWMSLayerDescription pWMSLayerDescription)
Creates a new WMSLayer for the given WMSLayerDescription. |
void |
delete(ILayer pWMSLayer)
Deletes the given layer if it exists. |
int |
getCount()
Number of sub layers. |
ILayer |
getLayer(int index)
Sub layer at the given index. |
IWMSServiceDescription |
getWMSServiceDescription()
Associated WMSServiceDescription. |
void |
insertLayer(ILayer wMSLayer,
int insertPosition)
Inserts the given WMS Layer at the given position. |
void |
insertLayers(IEnumLayer wMSLayers,
int insertPosition)
Inserts the given WMS Layers at the given position. |
boolean |
isExpanded()
Indicates if the layer is expanded or collapsed. |
void |
moveLayer(ILayer wMSLayer,
int toPosition)
Moves the given layer to the given position within the group layer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setExpanded(boolean pValid)
Indicates if the layer is expanded or collapsed. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IWMSGroupLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IWMSGroupLayerProxy()
public IWMSGroupLayerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IWMSGroupLayerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IWMSGroupLayerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IWMSServiceDescription getWMSServiceDescription() throws java.io.IOException, AutomationException
getWMSServiceDescription
in interface IWMSGroupLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayer createWMSLayer(IWMSLayerDescription pWMSLayerDescription) throws java.io.IOException, AutomationException
createWMSLayer
in interface IWMSGroupLayer
pWMSLayerDescription
- A reference to a com.esri.arcgis.gisclient.IWMSLayerDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSGroupLayer createWMSGroupLayer(java.lang.String groupName) throws java.io.IOException, AutomationException
createWMSGroupLayer
in interface IWMSGroupLayer
groupName
- The groupName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSGroupLayer createWMSGroupLayers(IWMSLayerDescription wMSGroupLayerDescription) throws java.io.IOException, AutomationException
createWMSGroupLayers
in interface IWMSGroupLayer
wMSGroupLayerDescription
- A reference to a com.esri.arcgis.gisclient.IWMSLayerDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertLayers(IEnumLayer wMSLayers, int insertPosition) throws java.io.IOException, AutomationException
insertLayers
in interface IWMSGroupLayer
wMSLayers
- A reference to a com.esri.arcgis.carto.IEnumLayer (in)insertPosition
- The insertPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertLayer(ILayer wMSLayer, int insertPosition) throws java.io.IOException, AutomationException
insertLayer
in interface IWMSGroupLayer
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)insertPosition
- The insertPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveLayer(ILayer wMSLayer, int toPosition) throws java.io.IOException, AutomationException
moveLayer
in interface IWMSGroupLayer
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)toPosition
- The toPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(ILayer wMSLayer) throws java.io.IOException, AutomationException
add
in interface IWMSGroupLayer
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete(ILayer pWMSLayer) throws java.io.IOException, AutomationException
delete
in interface IWMSGroupLayer
pWMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IWMSGroupLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExpanded() throws java.io.IOException, AutomationException
isExpanded
in interface IWMSGroupLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpanded(boolean pValid) throws java.io.IOException, AutomationException
setExpanded
in interface IWMSGroupLayer
pValid
- The pValid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IWMSGroupLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer(int index) throws java.io.IOException, AutomationException
getLayer
in interface IWMSGroupLayer
index
- The index (in)
java.io.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 |