|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeodataXform2
Provides access to additional members that control sensor specific geodata transform.
Method Summary | |
---|---|
IGeometry |
computeFootprint(int direction,
IGeometry pExtent,
int maximumVertices)
Computes the footprint in a given direction for a given input extent/footprint. |
double |
getZ(double x,
double y)
Gets Z value for a given location (x,y) in map space. |
IGeodataXform |
simplify()
Simplifies into a simple geodataxform. |
void |
transform3D(int direction,
int npoints,
_WKSPointZ[] points)
Transforms a set of 3D points in a given direction. |
void |
transform3DPoints(int direction,
IPointCollection[] pPoints)
Transforms a collection of 3D points in a given direction |
Method Detail |
---|
void transform3D(int direction, int npoints, _WKSPointZ[] points) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)npoints
- The npoints (in)points
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void transform3DPoints(int direction, IPointCollection[] pPoints) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry computeFootprint(int direction, IGeometry pExtent, int maximumVertices) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pExtent
- A reference to a com.esri.arcgis.geometry.IGeometry (in)maximumVertices
- The maximumVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZ(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeodataXform simplify() 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 |