public interface IGCSShiftXform2 extends IGCSShiftXform, 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 |
IIDb0facf1a_661a_46c6_b8ff_87450bfacef9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDcc0593ef_718f_46c4_b278_b7fbb3c12cf4
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
putLongitudeExtent(double minx,
double maxx)
Puts the effective Longitude extent.
|
void |
queryLongitudeExtent(double[] minx,
double[] maxx)
Queries the effective Longitude extent.
|
getLeftLongitude, isReverseShift, setLeftLongitude, setReverseShift
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDb0facf1a_661a_46c6_b8ff_87450bfacef9
static final int xxDummy
static final java.lang.String IID
void queryLongitudeExtent(double[] minx, double[] maxx) throws java.io.IOException, AutomationException
minx
- The minx (out: use single element array)maxx
- The maxx (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putLongitudeExtent(double minx, double maxx) throws java.io.IOException, AutomationException
minx
- The minx (in)maxx
- The maxx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.