public interface IGeodataXform2
extends java.io.Serializable
Description: 'Provides access to additional members that control sensor specific geodata transform.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa079ee4b_9e92_40ce_b83d_6bd811e33a1c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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
|
static final int IIDa079ee4b_9e92_40ce_b83d_6bd811e33a1c
static final int xxDummy
static final java.lang.String IID
void transform3D(int direction, int npoints, _WKSPointZ[] points) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void transform3DPoints(int direction, IPointCollection[] pPoints) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry computeFootprint(int direction, IGeometry pExtent, int maximumVertices) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZ(double x, double y) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform simplify() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.