|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSSpatialDomain
Provides access to IWCSSpatialDomain information.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getBoundingBoxInfoCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWCSBoundingBoxInfo getBoundingBoxInfo(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGridBaseCRS() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridOrigin_X() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridOrigin_Y() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridOffsets_X() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridOffsets_Y() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getGridOffsetsBoundingBox() 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 |