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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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