Provides access to members that control a GCS shift geodata transform.
Members
Name | Description | |
---|---|---|
Domains | The domains in output space. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
LeftLongitude | The left longitude source GCS. | |
ReverseShift | Indicates if reversely shifting to the left longitude. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
IGCSShiftXform.LeftLongitude Property
The left longitude source GCS.
Public Property LeftLongitude As Double
public double LeftLongitude {get; set;}
Description
If the input data is 0-360, the LeftLongitude should set to 0.
IGCSShiftXform.ReverseShift Property
Indicates if reversely shifting to the left longitude.
Public Property ReverseShift As Boolean
public bool ReverseShift {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
Classes that implement IGCSShiftXform
Classes | Description |
---|---|
GCSShiftXform | A GCS shift geodata transform class. |
Remarks
TheIGCSShiftXform is used to create the GCSShiftXform object.