|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMTSTileMatrix
Provides access to members that describe a particular tile matrix.
| Method Summary | |
|---|---|
String |
getIdentifier()
Tile matrix set identifier. |
int |
getMatrixHeight()
Height of each tile of this tile matrix in pixels. |
int |
getMatrixWidth()
Width of each tile of this tile matrix in pixels. |
double |
getScaleDenominator()
Scale denominator level of this tile matrix. |
int |
getTileHeight()
Height of each tile of this tile matrix in pixels. |
int |
getTileWidth()
Width of each tile of this tile matrix in pixels. |
_WKSPoint |
getTopLeftCorner()
Position in CRS coordinates of the top-left corner of this tile matrix. |
| Method Detail |
|---|
String getIdentifier()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScaleDenominator()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
_WKSPoint getTopLeftCorner()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMatrixWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMatrixHeight()
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 | ||||||||