|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMTSLayerDescription
Provides access to members give access to WMTSLayerDescription information.
Method Summary | |
---|---|
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. |
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. |
Method Detail |
---|
String getIdentifier() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAbstract() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getWGS84BoundingBox() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundingBoxCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBoundingBox(int index, IEnvelope[] envelope, String[] srsCode) throws IOException, AutomationException
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.int getStyleDescriptionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSLayerStyleDescription getStyleDescription(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWMTSVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageFormatCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFormat(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureInfoFormatCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFeatureInfoFormat(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMTSDimension getDimension(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileMatrixSetLinkCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMTSTileMatrixSetLink getTileMatrixSetLink(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getRESTResourceInfo(String resourceType, String[] templateUrl, String[] format) throws IOException, AutomationException
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 |