|
|||||||||
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
A factory object for WMTS Layer Description.
Constructor Summary | |
---|---|
WMTSLayerDescription()
Constructs a WMTSLayerDescription using ArcGIS Engine. |
|
WMTSLayerDescription(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAbstract()
Abstract of the WMTS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
String[] srsCode)
Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Number of bounding extents of the layer. |
static String |
getClsid()
getClsid. |
IWMTSDimension |
getDimension(int index)
Style of the layer at the given index. |
int |
getDimensionCount()
Number of dimension in the layer. |
String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
String |
getIdentifier()
Identifier of WMTS layer. |
String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
void |
getRESTResourceInfo(String resourceType,
String[] templateUrl,
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. |
String |
getTitle()
Title of WMTS layer. |
IEnvelope |
getWGS84BoundingBox()
Minimum bounding extent of the layer data in EPSG:4326. |
String |
getWMTSVersion()
WMTS Version. |
int |
hashCode()
the hashcode for this object |
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 WMTSLayerDescription() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WMTSLayerDescription(Object obj) throws IOException
WMTSLayerDescription theWMTSLayerDescription = (WMTSLayerDescription) obj;
obj
to WMTSLayerDescription
.
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 getIdentifier() throws IOException, AutomationException
getIdentifier
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
getTitle
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbstract() throws IOException, AutomationException
getAbstract
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getWGS84BoundingBox() throws IOException, AutomationException
getWGS84BoundingBox
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBoundingBoxCount() throws IOException, AutomationException
getBoundingBoxCount
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBoundingBox(int index, IEnvelope[] envelope, String[] srsCode) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStyleDescriptionCount() throws IOException, AutomationException
getStyleDescriptionCount
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMSLayerStyleDescription getStyleDescription(int index) throws IOException, AutomationException
getStyleDescription
in interface IWMTSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWMTSVersion() throws IOException, AutomationException
getWMTSVersion
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageFormatCount() throws IOException, AutomationException
getImageFormatCount
in interface IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDimensionCount() throws IOException, AutomationException
getDimensionCount
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSDimension getDimension(int index) throws IOException, AutomationException
getDimension
in interface IWMTSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileMatrixSetLinkCount() throws IOException, AutomationException
getTileMatrixSetLinkCount
in interface IWMTSLayerDescription
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSTileMatrixSetLink getTileMatrixSetLink(int index) throws IOException, AutomationException
getTileMatrixSetLink
in interface IWMTSLayerDescription
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getRESTResourceInfo(String resourceType, String[] templateUrl, String[] format) throws 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)
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 |