Creates a non-persistent East-North-Up (ENU)
reference frame with the origin at the specified geodetic
location.
| [Visual Basic .NET] |
|---|
Public Function CreateEastNorthUpCartographic( _
ByVal Latitude As System.Object, _
ByVal Longitude As System.Object, _
ByVal Altitude As Double _
) As IAgCrdnSystemAssembled
|
| [C#] |
|---|
public IAgCrdnSystemAssembled CreateEastNorthUpCartographic(
|
| [Managed C++] |
|---|
public: IAgCrdnSystemAssembled^ CreateEastNorthUpCartographic(
|
| [Java] |
|---|
public IAgCrdnSystemAssembled createEastNorthUpCartographic(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEastNorthUpCartographic(
|
- Latitude
- Specify a latitude of the system's origin.
- Longitude
- Specify a longitude of the system's origin.
- Altitude
- Specify an altitude of the system's origin.
Creates a
East-North-Up system at the specified geodetic location (using
common tasks).
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Creates a
East-North-Up system at the specified geodetic location (using
common tasks).
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||