37 | | || TinScaleRangeType || The stylization for a specified scale range. || |
38 | | || TinColorRuleType || Encapsulate a style for a tin source. || |
39 | | || TinFaceType || Style rule for a face type. || |
40 | | || TinHillShadeType || Specifies how to shade given a light source. || |
| 37 | || !TinScaleRangeType || The stylization for a specified scale range. || |
| 38 | || !TinColorRuleType || Encapsulate a style for a tin source. || |
| 39 | || !TinFaceType || Style rule for a face type. || |
| 40 | || !TinHillShadeType || Specifies how to shade given a light source. || |
43 | | * BaseLayerDefinitionType is an existing common type for all layer types. |
44 | | * FeatureName and Geometry are the same as in Vector/Grid layer. |
45 | | * Filter element is an FDO expression for the ColorRule. TIN is styled using this rule. We can stylize TIN surface by elevation, slope and aspect. For example, this surface is stylized with XML snippet as below: |
| 43 | * !BaseLayerDefinitionType is an existing common type for all layer types. |
| 44 | * !FeatureName and Geometry are the same as in Vector/Grid layer. |
| 45 | * Filter element is an FDO expression for the !ColorRule. TIN is styled using this rule. We can stylize TIN surface by elevation, slope and aspect. For example, this surface is stylized with XML snippet as below: |
74 | | * The type for TinScaleRange is TinScaleRangeType. |
75 | | * MinScale and MaxScale elements are used to control the scale range. |
76 | | * Elevation element includes two elevation related factors: ZeroValue element is the user-defined zero value, defaults to 0 if not specified; ScaleFactor element determines how to scale the elevation. Defaults to 1. |
77 | | * The element type that specifies the style of Point and Edge in the layer definition schema is CompositeTypeStyle which already exists in schema, see [wiki:MapGuideRfc14 MapGuide RFC 14] for details. |
78 | | * The element type of Face is TinFaceType, see details as follow. [[BR]] |
| 74 | * The type for !TinScaleRange is !TinScaleRangeType. |
| 75 | * !MinScale and !MaxScale elements are used to control the scale range. |
| 76 | * Elevation element includes two elevation related factors: !ZeroValue element is the user-defined zero value, defaults to 0 if not specified; !ScaleFactor element determines how to scale the elevation. Defaults to 1. |
| 77 | * The element type that specifies the style of Point and Edge in the layer definition schema is !CompositeTypeStyle which already exists in schema, see [wiki:MapGuideRfc14 MapGuide RFC 14] for details. |
| 78 | * The element type of Face is !TinFaceType, see details as follow. [[BR]] |