IGCSShiftXform2 Interface

Provides access to members that control a GCS shift geodata transform.

Members

Name Description
Read-only property Domains The domains in output space.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Read/write property LeftLongitude The left longitude source GCS.
Method PutLongitudeExtent Puts the effective Longitude extent.
Method QueryLongitudeExtent Queries the effective Longitude extent.
Read/write property ReverseShift Indicates if reversely shifting to the left longitude.
Read/write property SpatialReference The output spatial reference after applying this transform.
Method Transform Transforms a set of points in a given direction.
Method TransformCellsize Transforms a cellsize in a given direction.
Method TransformExtent Transforms an extent in a given direction.
Method TransformPoints Transforms a point collection in a given direction

IGCSShiftXform2.PutLongitudeExtent Method

Puts the effective Longitude extent.

Public Sub PutLongitudeExtent ( _
    ByVal minx As Double, _
    ByVal maxx As Double _
)
public void PutLongitudeExtent (
    double minx,
    double maxx
);

IGCSShiftXform2.QueryLongitudeExtent Method

Queries the effective Longitude extent.

Public Sub QueryLongitudeExtent ( _
    ByRef minx As Double, _
    ByRef maxx As Double _
)
public void QueryLongitudeExtent (
    ref double minx,
    ref double maxx
);

Inherited Interfaces

Interfaces Description
IGCSShiftXform Provides access to members that control a GCS shift geodata transform.
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement IGCSShiftXform2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.