public interface IGCSShiftXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a GCS shift 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 |
IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
double |
getLeftLongitude()
The left longitude source GCS.
|
boolean |
isReverseShift()
Indicates if reversely shifting to the left longitude.
|
void |
setLeftLongitude(double pLon)
The left longitude source GCS.
|
void |
setReverseShift(boolean pReverseShift)
Indicates if reversely shifting to the left longitude.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4
static final int xxDummy
static final java.lang.String IID
double getLeftLongitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLeftLongitude(double pLon) throws java.io.IOException, AutomationException
pLon
- The pLon (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReverseShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReverseShift(boolean pReverseShift) throws java.io.IOException, AutomationException
pReverseShift
- The pReverseShift (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.