|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoordinateXform2
Provides access to members that control a coordinate (projection) transform.
The ICoordinateXform2 interface is used to specify the input spatial reference for creating a CoordinateXform object.
IGeodataXform::SpatialReference should be used to specify the output spatial reference when creating the CoordinateXform object.
Method Summary | |
---|---|
ISpatialReference |
getInputSpatialReference()
The source spatial reference. |
void |
setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence)
The source spatial reference. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICoordinateXform |
---|
getGeoTransformations, setGeoTransformationsByRef |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
void setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence) throws IOException, AutomationException
ppSpatialRefence
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getInputSpatialReference() 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 |