Changes between Version 13 and Version 14 of MapGuideRfc59
- Timestamp:
- 02/05/09 00:23:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc59
v13 v14 42 42 [[Image(TinLayerDefinitionType.bmp)]] 43 43 * BaseLayerDefinitionType is an existing common type for all layer types. 44 * FeatureName, Geometry and Filter are the same as in Vector/Grid layer. 44 * FeatureName and Geometry are the same as in Vector/Grid layer. 45 * Filter element is an FDO expression for the ColorRule. Any features that pass this filter are styled using this rule's stylization. We can stylize TIN surface by elevation, slope and aspect. Here is an example: 46 47 {{{ 48 49 }}} 50 45 51 * The type for TinScaleRange is TinScaleRangeType. 46 52 * MinScale and MaxScale elements are used to control the scale range. 47 * Elevation element includes two elevation related factors. 48 *ZeroValue element is the user defined zero value, Defaults to 0 if not specified. 49 *ScaleFactor element determines how to scale the elevation. Defaults to 1. 53 * 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. 50 54 * 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. 51 55 * The element type of Face is TinFaceType, see details as follow. [[BR]] … … 54 58 * HillShade element contains Azimuth and Altitude of the sun. 55 59 * TinColorRuleType likes GridColorRuleType of gird layer. 56 We can stylize surface by elevation, slope and aspect.57 60 58 61 '''Example:'''