IPJ_WARPConstant Class
Warp (Transformation) type
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXIPJ_WARPConstant

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static class IPJ_WARPConstant

The IPJ_WARPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLOG
Convert from linear to log coords in X and/or Y
Public fieldStatic memberMATRIX
Matrix Warp
Public fieldStatic memberMULTIPOINT
Multipoint warp (needs at least 3 points)
Public fieldStatic memberMULTIPOINT_Y
Multipoint warp in Y only (needs at least 3 points)
Public fieldStatic memberNONE
No warp
Public fieldStatic memberQUAD
Quadrilateral warp (needs 4 points)
Public fieldStatic memberTRANS1
Translate only (needs 1 point)
Public fieldStatic memberTRANS2
Translate, rotate, normal scale (needs 2 pts)
Public fieldStatic memberTRANS3
Translate, rotate, scale X and Y (needs 3 pts or more, least-square fit)
Top
See Also