SURFACE_PROJECTION_METHODConstant Class

Surface projection method
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetSURFACE_PROJECTION_METHODConstant

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

public static class SURFACE_PROJECTION_METHODConstant

The SURFACE_PROJECTION_METHODConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSURFACE_PROJECTION_AVERAGE
Average value: all intersections
Public fieldStatic memberSURFACE_PROJECTION_MAXIMUM
Maximum value: first intersection from the top
Public fieldStatic memberSURFACE_PROJECTION_MINIMUM
Minimum value: first intersection from the bottom
Top
See Also