This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to refine boundary matching.
[Visual Basic .NET]
Public Property RefineBoundaryMatching As Boolean
[C#]
public bool RefineBoundaryMatching {get; set;}
[C++]
HRESULT get_RefineBoundaryMatching(
VARIANT_BOOL pbRefine
);
[C++]
HRESULT put_RefineBoundaryMatching(
Boolean* pbRefine
);
[C++] Parameters pbRefine [in]
pbRefine is a parameter of type bool pbRefine [out, retval]
pbRefine is a parameter of type bool*
Operations such as rasterization and feature interpolation are performed iteratively on chuncks of terrain data. One or more contiguous terrain tiles are used to form chunks. When using a pyramid level other than full resolution the surfaces between neighboring chunk boundaries may not align, resulting in artifacts. Setting RefineBoundaryMatching to TRUE improves the match between these boundaries.