PLY_CLIPConstant Class
Polygon clipping mode
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetPLY_CLIPConstant

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

The PLY_CLIPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberA_IN_B
Polygon A is completly inside polygon B
Public fieldStatic memberB_IN_A
Polygon B is completly inside polygon A
Public fieldStatic memberINTERSECT
The polygons do intersect
Public fieldStatic memberNO_INTERSECT
The polygons do not intersect
Top
See Also