|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.gisclient.WMTSTileMatrixSet
public class WMTSTileMatrixSet
COM Class 'WMTSTileMatrixSet'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'Object that describes a particular set of tile matrices' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IWMTSTileMatrixSet |
---|
IID, IIDb7d67eda_daf2_49b0_8c27_3c4df14b69b5, xxDummy |
Constructor Summary | |
---|---|
WMTSTileMatrixSet(java.lang.Object obj)
Construct a WMTSTileMatrixSet using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IEnvelope |
getBoundingBox()
Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS. |
java.lang.String |
getBoundingBoxCRS()
CRS for the BoundingBox |
java.lang.String |
getIdentifier()
Tile matrix set identifier. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getSupportedCRS()
Reference to one coordinate reference system (CRS). |
IWMTSTileMatrix |
getTileMatrix(int index)
TileMatrix at the given index. |
int |
getTileMatrixCount()
TileMatrix count. |
java.lang.String |
getTitle()
Tile matrix set title. |
java.lang.String |
getWellKnownScaleSet()
Reference to a well known scale set. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a WMTSTileMatrixSet. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WMTSTileMatrixSet(java.lang.Object obj) throws java.io.IOException
obj
to WMTSTileMatrixSet
. *
WMTSTileMatrixSet o = (WMTSTileMatrixSet)obj; // will not work
WMTSTileMatrixSet o = new WMTSTileMatrixSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
WMTSTileMatrixSet theWMTSTileMatrixSet = (WMTSTileMatrixSet) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getIdentifier() throws java.io.IOException, AutomationException
getIdentifier
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSupportedCRS() throws java.io.IOException, AutomationException
getSupportedCRS
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWellKnownScaleSet() throws java.io.IOException, AutomationException
getWellKnownScaleSet
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getBoundingBoxCRS() throws java.io.IOException, AutomationException
getBoundingBoxCRS
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getBoundingBox() throws java.io.IOException, AutomationException
getBoundingBox
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileMatrixCount() throws java.io.IOException, AutomationException
getTileMatrixCount
in interface IWMTSTileMatrixSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWMTSTileMatrix getTileMatrix(int index) throws java.io.IOException, AutomationException
getTileMatrix
in interface IWMTSTileMatrixSet
index
- The index (in)
java.io.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 |