|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.gisclient.IWCSSpatialDomainProxy
public class IWCSSpatialDomainProxy
Provides access to IWCSSpatialDomain information.
This interface is new at ArcGIS 9.3.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IWCSSpatialDomainProxy()
|
|
IWCSSpatialDomainProxy(Object obj)
|
protected |
IWCSSpatialDomainProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IWCSBoundingBoxInfo |
getBoundingBoxInfo(int index)
BoundingBoxInfo at the given index. |
int |
getBoundingBoxInfoCount()
The boundingboxinfo count of the coverage data. |
String |
getGridBaseCRS()
Base CRS name of grid. |
double |
getGridOffsets_X()
X offset of grid. |
double |
getGridOffsets_Y()
Y offset of grid. |
IEnvelope |
getGridOffsetsBoundingBox()
The bounding box of grid offsets. |
double |
getGridOrigin_X()
X of grid origin. |
double |
getGridOrigin_Y()
Y of grid origin. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IWCSSpatialDomainProxy()
public IWCSSpatialDomainProxy(Object obj) throws IOException
IOException
protected IWCSSpatialDomainProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getBoundingBoxInfoCount() throws IOException, AutomationException
getBoundingBoxInfoCount
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWCSBoundingBoxInfo getBoundingBoxInfo(int index) throws IOException, AutomationException
getBoundingBoxInfo
in interface IWCSSpatialDomain
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGridBaseCRS() throws IOException, AutomationException
getGridBaseCRS
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGridOrigin_X() throws IOException, AutomationException
getGridOrigin_X
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGridOrigin_Y() throws IOException, AutomationException
getGridOrigin_Y
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGridOffsets_X() throws IOException, AutomationException
getGridOffsets_X
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGridOffsets_Y() throws IOException, AutomationException
getGridOffsets_Y
in interface IWCSSpatialDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getGridOffsetsBoundingBox() throws IOException, AutomationException
getGridOffsetsBoundingBox
in interface IWCSSpatialDomain
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 |