public interface ILSRXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a Local Space Rectangular 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 |
IIDdeb5e788_ad75_43fb_97e5_1155aa717203 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
double |
getEquatorialRadius()
The earth Equatorial radius.
|
double |
getFlattening()
The earth flattening.
|
IPoint |
getPerspectiveCenter()
The sensor position.
|
java.lang.Object |
getRotationMatrix()
The 3x3 rotation matrix.
|
void |
setEquatorialRadius(double pRadius)
The earth Equatorial radius.
|
void |
setFlattening(double pFlattening)
The earth flattening.
|
void |
setPerspectiveCenterByRef(IPoint ppCenter)
The sensor position.
|
void |
setRotationMatrix(java.lang.Object pMatrix)
The 3x3 rotation matrix.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDdeb5e788_ad75_43fb_97e5_1155aa717203
static final int xxDummy
static final java.lang.String IID
IPoint getPerspectiveCenter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPerspectiveCenterByRef(IPoint ppCenter) throws java.io.IOException, AutomationException
ppCenter
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRotationMatrix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRotationMatrix(java.lang.Object pMatrix) throws java.io.IOException, AutomationException
pMatrix
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getFlattening() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFlattening(double pFlattening) throws java.io.IOException, AutomationException
pFlattening
- The pFlattening (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getEquatorialRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEquatorialRadius(double pRadius) throws java.io.IOException, AutomationException
pRadius
- The pRadius (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.