|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoordinateXform
Provides access to members that control a coordinate (projection) transform.
ICoordinateXform is used to set the GeoTransformations (datum transformation) when you create a CoordinateXform.
Method Summary | |
---|---|
IGeoTransformationOperationSet |
getGeoTransformations()
The geographic transformations. |
void |
setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
The geographic transformations. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms) throws IOException, AutomationException
ppGeoXforms
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoTransformationOperationSet getGeoTransformations() 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 |