com.esri.arcgis.datasourcesraster
Interface IGCSShiftXform

All Superinterfaces:
IGeodataXform, java.io.Serializable
All Known Implementing Classes:
GCSShiftXform, IGCSShiftXformProxy

public interface IGCSShiftXform
extends IGeodataXform, java.io.Serializable

COM Interface 'IGCSShiftXform'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4

static final int IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLeftLongitude

double getLeftLongitude()
                        throws java.io.IOException,
                               AutomationException
The left longitude source GCS.

Returns:
The pLon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeftLongitude

void setLeftLongitude(double pLon)
                      throws java.io.IOException,
                             AutomationException
The left longitude source GCS.

Parameters:
pLon - The pLon (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReverseShift

boolean isReverseShift()
                       throws java.io.IOException,
                              AutomationException
Indicates if reversely shifting to the left longitude.

Returns:
The pReverseShift
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReverseShift

void setReverseShift(boolean pReverseShift)
                     throws java.io.IOException,
                            AutomationException
Indicates if reversely shifting to the left longitude.

Parameters:
pReverseShift - The pReverseShift (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.