|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMTSConnection
public class WMTSConnection
The Connection for WMTS.
Constructor Summary | |
---|---|
WMTSConnection()
Constructs a WMTSConnection using ArcGIS Engine. |
|
WMTSConnection(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMTSConnection theWMTSConnection = (WMTSConnection) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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.. |
String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
IWMTSLayerDescription |
getLayerDescription(int index)
WMTS layer information at the given index. |
int |
getLayerDescriptionCount()
WMTS layer count. |
String |
getName()
Name of the connection. |
String |
getOperationUrl(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. |
String |
getWMTSAbstract()
Abstract of WMTS Service. |
String |
getWMTSName()
Name of WMTS Service. |
String |
getWMTSTitle()
Title of WMTS Service. |
String |
getWMTSVersion()
Version of WMTS Service. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setFullNameByRef(IName ppName)
Complete information required to connect to a WMTS server.. |
void |
setName(String name)
Name of the connection. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public WMTSConnection() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WMTSConnection(Object obj) throws IOException
WMTSConnection theWMTSConnection = (WMTSConnection) obj;
obj
to WMTSConnection
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IWMTSConnection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IWMTSConnection
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getFullName() throws IOException, AutomationException
getFullName
in interface IWMTSConnection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFullNameByRef(IName ppName) throws IOException, AutomationException
setFullNameByRef
in interface IWMTSConnection
ppName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMTSName() throws IOException, AutomationException
getWMTSName
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMTSAbstract() throws IOException, AutomationException
getWMTSAbstract
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMTSTitle() throws IOException, AutomationException
getWMTSTitle
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMTSVersion() throws IOException, AutomationException
getWMTSVersion
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerDescriptionCount() throws IOException, AutomationException
getLayerDescriptionCount
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSLayerDescription getLayerDescription(int index) throws IOException, AutomationException
getLayerDescription
in interface IWMTSServiceDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileMatrixSetCount() throws IOException, AutomationException
getTileMatrixSetCount
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSTileMatrixSet getTileMatrixSet(int index) throws IOException, AutomationException
getTileMatrixSet
in interface IWMTSServiceDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageFormatCount() throws IOException, AutomationException
getImageFormatCount
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getImageFormat(int index) throws IOException, AutomationException
getImageFormat
in interface IWMTSServiceDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureInfoFormatCount() throws IOException, AutomationException
getFeatureInfoFormatCount
in interface IWMTSServiceDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFeatureInfoFormat(int index) throws IOException, AutomationException
getFeatureInfoFormat
in interface IWMTSServiceDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOperationUrl(String operation) throws IOException, AutomationException
getOperationUrl
in interface IWMTSServiceDescription
operation
- The operation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |