|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoDataset2
Provides access to members that provide geodata transformation information about a Dataset.
IGeoDataset2 interface is used to get the geodata transformation stored with the geodataset. It can also be used to get the extent and spatial reference of the dataset before a transformation is applied, e.g native extent and native spatial reference.
| Method Summary | |
|---|---|
IGeodataXform |
getGeodataXform()
The geodata transformation of the GeoDataset. |
IEnvelope |
getNativeExtent()
The native extent of the GeoDataset (before transformation applied). |
ISpatialReference |
getNativeSpatialReference()
The native spatial reference of the GeoDataset (before transformation applied). |
| Methods inherited from interface com.esri.arcgis.geodatabase.IGeoDataset |
|---|
getExtent, getSpatialReference |
| Method Detail |
|---|
IGeodataXform getGeodataXform()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getNativeSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getNativeExtent()
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 | ||||||||