com.esri.arcgis.gisclient
Class IWCSSpatialDomainProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IWCSSpatialDomainProxy
All Implemented Interfaces:
IWCSSpatialDomain, Externalizable, Serializable

public class IWCSSpatialDomainProxy
extends com.esri.arcgis.interop.Dispatch
implements IWCSSpatialDomain, Serializable

Provides access to IWCSSpatialDomain information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

IWCSSpatialDomainProxy

public IWCSSpatialDomainProxy()

IWCSSpatialDomainProxy

public IWCSSpatialDomainProxy(Object obj)
                       throws IOException
Throws:
IOException

IWCSSpatialDomainProxy

protected IWCSSpatialDomainProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getBoundingBoxInfoCount

public int getBoundingBoxInfoCount()
                            throws IOException,
                                   AutomationException
The boundingboxinfo count of the coverage data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getBoundingBoxInfoCount in interface IWCSSpatialDomain
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBoxInfo

public IWCSBoundingBoxInfo getBoundingBoxInfo(int index)
                                       throws IOException,
                                              AutomationException
BoundingBoxInfo at the given index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getBoundingBoxInfo in interface IWCSSpatialDomain
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWCSBoundingBoxInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridBaseCRS

public String getGridBaseCRS()
                      throws IOException,
                             AutomationException
Base CRS name of grid.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridBaseCRS in interface IWCSSpatialDomain
Returns:
The cRS
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridOrigin_X

public double getGridOrigin_X()
                       throws IOException,
                              AutomationException
X of grid origin.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridOrigin_X in interface IWCSSpatialDomain
Returns:
The x
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridOrigin_Y

public double getGridOrigin_Y()
                       throws IOException,
                              AutomationException
Y of grid origin.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridOrigin_Y in interface IWCSSpatialDomain
Returns:
The y
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridOffsets_X

public double getGridOffsets_X()
                        throws IOException,
                               AutomationException
X offset of grid.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridOffsets_X in interface IWCSSpatialDomain
Returns:
The x
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridOffsets_Y

public double getGridOffsets_Y()
                        throws IOException,
                               AutomationException
Y offset of grid.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridOffsets_Y in interface IWCSSpatialDomain
Returns:
The y
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGridOffsetsBoundingBox

public IEnvelope getGridOffsetsBoundingBox()
                                    throws IOException,
                                           AutomationException
The bounding box of grid offsets.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGridOffsetsBoundingBox in interface IWCSSpatialDomain
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.