public interface IGeodataXform
extends java.io.Serializable
Description: 'Provides access to members that control geodata transformation.' 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 |
IID5e6cf525_4e74_419b_946f_7da9bfdf815d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IGeometryCollection |
getDomains()
The domains in output space.
|
ISpatialReference |
getSpatialReference()
The output spatial reference after applying this transform.
|
boolean |
isIdentity()
Indicates if this geodata transform is an identity transform.
|
void |
setSpatialReferenceByRef(ISpatialReference spatialRefence)
The output spatial reference after applying this transform.
|
void |
transform(int direction,
int npoints,
_WKSPoint[] points)
Transforms a set of points in a given direction.
|
void |
transformCellsize(int direction,
double[] dx,
double[] dy,
IEnvelope areaOfInterest)
Transforms a cellsize in a given direction.
|
void |
transformExtent(int direction,
IEnvelope[] extent)
Transforms an extent in a given direction.
|
void |
transformPoints(int direction,
IPointCollection[] points)
Transforms a point collection in a given direction
|
static final int IID5e6cf525_4e74_419b_946f_7da9bfdf815d
static final int xxDummy
static final java.lang.String IID
ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spatialRefence) throws java.io.IOException, AutomationException
spatialRefence - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IGeometryCollection getDomains() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isIdentity()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void transform(int direction,
int npoints,
_WKSPoint[] 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._WKSPoint (A com.esri.arcgis.system._WKSPoint 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 transformCellsize(int direction,
double[] dx,
double[] dy,
IEnvelope areaOfInterest)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)dx - The dx (in/out: use single element array)dy - The dy (in/out: use single element array)areaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void transformExtent(int direction,
IEnvelope[] extent)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void transformPoints(int direction,
IPointCollection[] points)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)points - 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.