|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterXformHelper
Raster Xform Helper class.
Method Summary | |
---|---|
void |
transform3D(IGeodataXform ipXf,
int direction,
int npts,
_WKSPointZ pPoints)
Generic 3D transformation. |
void |
transform3DPoints(IGeodataXform ipXf,
int direction,
IPointCollection pPoints)
Generic 3D transformation using point collection. |
Method Detail |
---|
void transform3D(IGeodataXform ipXf, int direction, int npts, _WKSPointZ pPoints) throws IOException, AutomationException
ipXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)npts
- The npts (in)pPoints
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void transform3DPoints(IGeodataXform ipXf, int direction, IPointCollection pPoints) throws IOException, AutomationException
ipXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
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 |