|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMTSTileMatrixSet
Provides access to methods that describe a particular set of tile matrices.
Method Summary | |
---|---|
IEnvelope |
getBoundingBox()
Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS. |
String |
getBoundingBoxCRS()
CRS for the BoundingBox |
String |
getIdentifier()
Tile matrix set identifier. |
String |
getSupportedCRS()
Reference to one coordinate reference system (CRS). |
IWMTSTileMatrix |
getTileMatrix(int index)
TileMatrix at the given index. |
int |
getTileMatrixCount()
TileMatrix count. |
String |
getTitle()
Tile matrix set title. |
String |
getWellKnownScaleSet()
Reference to a well known scale set. |
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 getSupportedCRS() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWellKnownScaleSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getBoundingBoxCRS() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getBoundingBox() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileMatrixCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMTSTileMatrix getTileMatrix(int index) throws IOException, AutomationException
index
- The index (in)
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 |