Click or drag to resize
CPJ Class
The PJ object is created from two IPJ objects, and is used for converting data in an OASIS database or map object from one map coordinate (projection) system to another.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CPJ : CHANDLE

The CPJ type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneClipPLY
Create a clip polygon from a projected area.
Public methodAvailable to anyoneConvertVV
Convert VVx/VVy from input projection to output projection.
Public methodAvailable to anyoneConvertVV3
Convert VVx/VVy/VVz projections
Public methodAvailable to anyoneConvertXY
Convert X, Y from input projection to output projection.
Public methodAvailable to anyoneConvertXYFromXYZ
Convert X, Y from input projection to output projection, taking Z into account
Public methodAvailable to anyoneConvertXYZ
Convert X,Y,Z from input projection to output projection.
Public methodAvailable to anyoneStatic memberCreate
This method creates a projection object.
Public methodAvailable to anyoneStatic memberCreateIPJ
This method creates a projection object from IPJs.
Public methodAvailable to anyoneStatic memberCreateRectified
Create a rectified PJ from lon,lat,rotation
Protected methodDispose
Releases the unmanaged resources used by the CPJ and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneiElevation
Get elevation correction method
Public methodAvailable to anyoneiIsInputLL
Is the input projection a lat/long.
Public methodAvailable to anyoneiIsOutputLL
Is the output projection a lat/long.
Public methodAvailable to anyoneProjectBoundingRectangle
Project a bounding rectangle.
Public methodAvailable to anyoneProjectBoundingRectangle2
Project a bounding rectangle with error tolerance.
Public methodAvailable to anyoneProjectBoundingRectangleRes
Project a bounding rectangle with resolution.
Public methodAvailable to anyoneProjectBoundingRectangleRes2
Project a bounding rectangle with resolution and error tolerance.
Public methodAvailable to anyoneProjectLimitedBoundingRectangle
Project a bounding rectangle with limits.
Public methodAvailable to anyoneSetupLDT
Setup the PJ with LDT check.
Top
See Also