|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.WMTSConnection
public class WMTSConnection
COM Class 'WMTSConnection'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'The Connection for WMTS.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.gisclient.IWMTSConnection |
|---|
IID, IID525ade39_e2e6_418a_bb56_04eab6febbb3, xxDummy |
| Fields inherited from interface com.esri.arcgis.gisclient.IWMTSServiceDescription |
|---|
IID, IIDb5543b2a_65ef_410c_9819_80ed5bd7e669, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
WMTSConnection()
Constructs a WMTSConnection using ArcGIS Engine. |
|
WMTSConnection(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMTSConnection theWMTSConnection = (WMTSConnection) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
IName |
getFullName()
Complete information required to connect to a WMTS server.. |
java.lang.String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IWMTSLayerDescription |
getLayerDescription(int index)
WMTS layer information at the given index. |
int |
getLayerDescriptionCount()
WMTS layer count. |
java.lang.String |
getName()
Name of the connection. |
java.lang.String |
getOperationUrl(java.lang.String operation)
Base url for given operation. |
IWMTSTileMatrixSet |
getTileMatrixSet(int index)
WMTS Tile Matrix information at the given index. |
int |
getTileMatrixSetCount()
WMTS TileMatrix Set count. |
java.lang.String |
getWMTSAbstract()
Abstract of WMTS Service. |
java.lang.String |
getWMTSName()
Name of WMTS Service. |
java.lang.String |
getWMTSTitle()
Title of WMTS Service. |
java.lang.String |
getWMTSVersion()
Version of WMTS Service. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a WMTSConnection. |
void |
setFullNameByRef(IName ppName)
Complete information required to connect to a WMTS server.. |
void |
setName(java.lang.String name)
Name of the connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMTSConnection()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public WMTSConnection(java.lang.Object obj)
throws java.io.IOException
WMTSConnection theWMTSConnection = (WMTSConnection) obj;
obj to WMTSConnection.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IWMTSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IWMTSConnectionname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getFullName()
throws java.io.IOException,
AutomationException
getFullName in interface IWMTSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullNameByRef(IName ppName)
throws java.io.IOException,
AutomationException
setFullNameByRef in interface IWMTSConnectionppName - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMTSName()
throws java.io.IOException,
AutomationException
getWMTSName in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMTSAbstract()
throws java.io.IOException,
AutomationException
getWMTSAbstract in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMTSTitle()
throws java.io.IOException,
AutomationException
getWMTSTitle in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWMTSVersion()
throws java.io.IOException,
AutomationException
getWMTSVersion in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLayerDescriptionCount()
throws java.io.IOException,
AutomationException
getLayerDescriptionCount in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWMTSLayerDescription getLayerDescription(int index)
throws java.io.IOException,
AutomationException
getLayerDescription in interface IWMTSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileMatrixSetCount()
throws java.io.IOException,
AutomationException
getTileMatrixSetCount in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWMTSTileMatrixSet getTileMatrixSet(int index)
throws java.io.IOException,
AutomationException
getTileMatrixSet in interface IWMTSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageFormatCount()
throws java.io.IOException,
AutomationException
getImageFormatCount in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getImageFormat(int index)
throws java.io.IOException,
AutomationException
getImageFormat in interface IWMTSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFeatureInfoFormatCount()
throws java.io.IOException,
AutomationException
getFeatureInfoFormatCount in interface IWMTSServiceDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFeatureInfoFormat(int index)
throws java.io.IOException,
AutomationException
getFeatureInfoFormat in interface IWMTSServiceDescriptionindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOperationUrl(java.lang.String operation)
throws java.io.IOException,
AutomationException
getOperationUrl in interface IWMTSServiceDescriptionoperation - The operation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||