This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.labelduplicaterule [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portablecore.labelduplicaterule [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.PortableCore.LabelDuplicateRule ====== | + | ====== ThinkGeo.MapSuite.Core.LabelDuplicateRule ====== |
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | * //This enumeration defines the different labeling duplicate rules.// | ||
+ | == Remarks == | ||
+ | * //Duplicate refers to the condition where a label's text is exactly the same as another label. An example case where this is common is a road where each intersection is its own segment. In such a case, you do not want to label each segment as it would be highly redundant.// | ||
+ | == Items == | ||
+ | **OneDuplicateLabelPerQuadrant** | ||
+ | * **Summary**:There may be only one label in each of the four quadrants. | ||
- | <!-- Enumeration --> | + | **NoDuplicateLabels** |
- | This enumeration defines the different labeling duplicate rules. | + | * **Summary**:There may be no duplicate labels. |
- | === Remarks === | + | |
- | Duplicate refers to the condition where a label's text is exactly the same as another label. An example case where this is common is a road where each intersection is its own segment. In such a case, you do not want to label each segment as it would be highly redundant. | + | **UnlimitedDuplicateLabels** |
- | ===== Items ===== | + | * **Summary**:There may be an unlimited number of duplicate labels. |
- | ^ Name ^ Summary ^ | + | |
- | | OneDuplicateLabelPerQuadrant | There may be only one label in each of the four quadrants. | | + | |
- | | NoDuplicateLabels | There may be no duplicate labels. | | + | |
- | | UnlimitedDuplicateLabels | There may be an unlimited number of duplicate labels. | | + | |
- | __NOTOC__ | ||
- | [[Category:MapSuitePortableCore]] | ||
- | [[Category:ThinkGeo.MapSuite.PortableCore]] | ||