|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMTSLayer
Provides access to the properties of WMTS Layer.
Method Summary | |
---|---|
boolean |
connect(IName pConnectionName)
Connects to a WMTS Connection Name |
IName |
getDataSourceName()
WMTS Connection Name. |
IPropertySet |
getDimensions()
Values for the avialble dimensions in WMTS Layer. |
String |
getImageFormat()
Image format. |
String |
getLayerName()
Layer name in a WMTS Service. |
String |
getStyle()
Style from WMTS Layer. |
String |
getTileMatrixSet()
TileMatrixSet to be used by the service. |
void |
getWMTSConnection(IWMTSConnection pConnection)
WMTS Connection. |
void |
setDataSourceName(IName ppConnectionName)
WMTS Connection Name. |
void |
setDimensions(IPropertySet dimensions)
Values for the avialble dimensions in WMTS Layer. |
void |
setImageFormat(String imageFormat)
Image format. |
void |
setStyle(String styleName)
Style from WMTS Layer. |
void |
setTileMatrixSet(String tileMatrix)
TileMatrixSet to be used by the service. |
Method Detail |
---|
boolean connect(IName pConnectionName) throws IOException, AutomationException
pConnectionName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getDataSourceName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceName(IName ppConnectionName) throws IOException, AutomationException
ppConnectionName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getWMTSConnection(IWMTSConnection pConnection) throws IOException, AutomationException
pConnection
- A reference to a com.esri.arcgis.gisclient.IWMTSConnection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLayerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDimensions(IPropertySet dimensions) throws IOException, AutomationException
dimensions
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getDimensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileMatrixSet(String tileMatrix) throws IOException, AutomationException
tileMatrix
- The tileMatrix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTileMatrixSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageFormat(String imageFormat) throws IOException, AutomationException
imageFormat
- The imageFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(String styleName) throws IOException, AutomationException
styleName
- The styleName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStyle() throws IOException, AutomationException
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 |