|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGCSShiftXform
Provides access to members that control a GCS shift geodata transform.
The IGCSShiftXform is used to create the GCSShiftXform object.
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 |
Method Detail |
---|
double getLeftLongitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftLongitude(double pLon) throws IOException, AutomationException
If the input data is 0-360, the LeftLongitude should set to 0.
pLon
- The pLon (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReverseShift() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReverseShift(boolean pReverseShift) throws IOException, AutomationException
pReverseShift
- The pReverseShift (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |