|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMTSLayerDescription
public class WMTSLayerDescription
COM Class 'WMTSLayerDescription'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'A factory object for WMTS Layer Description.' 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.IWMTSLayerDescription |
---|
IID, IIDe28b0014_208c_4c9b_8e24_ac882d0b4c36, xxDummy |
Constructor Summary | |
---|---|
WMTSLayerDescription()
Constructs a WMTSLayerDescription using ArcGIS Engine. |
|
WMTSLayerDescription(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAbstract()
Abstract of the WMTS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
java.lang.String[] srsCode)
Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Number of bounding extents of the layer. |
static java.lang.String |
getClsid()
getClsid. |
IWMTSDimension |
getDimension(int index)
Dimension of the layer at the given index. |
int |
getDimensionCount()
Number of dimension in the layer. |
java.lang.String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
java.lang.String |
getIdentifier()
Identifier of WMTS layer. |
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. |
void |
getRESTResourceInfo(java.lang.String resourceType,
java.lang.String[] templateUrl,
java.lang.String[] format)
Url for the given REST resource. |
IWMSLayerStyleDescription |
getStyleDescription(int index)
Style of the layer at the given index. |
int |
getStyleDescriptionCount()
Number of styles in the layer. |
IWMTSTileMatrixSetLink |
getTileMatrixSetLink(int index)
TileMatrixSet Link of the layer at the given index. |
int |
getTileMatrixSetLinkCount()
Number of TileMatrixSet Links in the layer. |
java.lang.String |
getTitle()
Title of WMTS layer. |
IEnvelope |
getWGS84BoundingBox()
Minimum bounding extent of the layer data in EPSG:4326. |
java.lang.String |
getWMTSVersion()
WMTS Version. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a WMTSLayerDescription. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMTSLayerDescription() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic WMTSLayerDescription(java.lang.Object obj) throws java.io.IOException
WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj;
obj
to WMTSLayerDescription
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getIdentifier() throws java.io.IOException, AutomationException
getIdentifier
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAbstract() throws java.io.IOException, AutomationException
getAbstract
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getWGS84BoundingBox() throws java.io.IOException, AutomationException
getWGS84BoundingBox
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBoundingBoxCount() throws java.io.IOException, AutomationException
getBoundingBoxCount
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBoundingBox(int index, IEnvelope[] envelope, java.lang.String[] srsCode) throws java.io.IOException, AutomationException
getBoundingBox
in interface IWMTSLayerDescription
index
- The index (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)srsCode
- The srsCode (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStyleDescriptionCount() throws java.io.IOException, AutomationException
getStyleDescriptionCount
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerStyleDescription getStyleDescription(int index) throws java.io.IOException, AutomationException
getStyleDescription
in interface IWMTSLayerDescription
index
- The index (in)
java.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 IWMTSLayerDescription
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 IWMTSLayerDescription
java.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 IWMTSLayerDescription
index
- 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 IWMTSLayerDescription
java.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 IWMTSLayerDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDimensionCount() throws java.io.IOException, AutomationException
getDimensionCount
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSDimension getDimension(int index) throws java.io.IOException, AutomationException
getDimension
in interface IWMTSLayerDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileMatrixSetLinkCount() throws java.io.IOException, AutomationException
getTileMatrixSetLinkCount
in interface IWMTSLayerDescription
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSTileMatrixSetLink getTileMatrixSetLink(int index) throws java.io.IOException, AutomationException
getTileMatrixSetLink
in interface IWMTSLayerDescription
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getRESTResourceInfo(java.lang.String resourceType, java.lang.String[] templateUrl, java.lang.String[] format) throws java.io.IOException, AutomationException
getRESTResourceInfo
in interface IWMTSLayerDescription
resourceType
- The resourceType (in)templateUrl
- The templateUrl (out: use single element array)format
- The format (out: use single element array)
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 |