This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.shapevalidationmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portablecore.shapevalidationmode [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.PortableCore.ShapeValidationMode ====== | + | ====== ThinkGeo.MapSuite.Core.ShapeValidationMode ====== |
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | * //This enumeration describes the type of validation test to run on shapes.// | ||
| + | == Remarks == | ||
| + | * //The simple tests are used internally before any method call is made to a shape. In this way, we have a certain level of confidence that the operation will succeed. The advanced tests are meant to be performed by users if they get a shape from an external source and consider it suspect.// | ||
| + | == Items == | ||
| + | **Simple** | ||
| + | * **Summary**:The simple tests are designed to be very fast. | ||
| - | <!-- Enumeration --> | + | **Advanced** |
| - | This enumeration describes the type of validation test to run on shapes. | + | * **Summary**:The advanced tests are designed to be comprehensive with no regard to speed. |
| - | === Remarks === | + | |
| - | The simple tests are used internally before any method call is made to a shape. In this way, we have a certain level of confidence that the operation will succeed. The advanced tests are meant to be performed by users if they get a shape from an external source and consider it suspect. | + | |
| - | ===== Items ===== | + | |
| - | ^ Name ^ Summary ^ | + | |
| - | | Simple | The simple tests are designed to be very fast. | | + | |
| - | | Advanced | The advanced tests are designed to be comprehensive with no regard to speed. | | + | |
| - | __NOTOC__ | ||
| - | [[Category:MapSuitePortableCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.PortableCore]] | ||