Changes between Version 10 and Version 11 of FDORfc59
- Timestamp:
- 04/10/11 15:59:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc59
v10 v11 46 46 Appendix “A” describes these interfaces in their API form. For additional information of the complete set of FDO Geometry API classes, refer to the online FDO API documentation, starting with the following links: 47 47 48 - FdoIGeometry: http://fdo.osgeo.org/files/fdo/docs/FDO_API/da/da2/class_fdo_i_geometry.htm 49 - FdoICurveSegmentAbstract: http://fdo.osgeo.org/files/fdo/docs/FDO_API/df/d3b/class_fdo_i_curve_segment_abstract.htm 48 - FdoIGeometry: 49 50 http://fdo.osgeo.org/files/fdo/docs/FDO_API/da/da2/class_fdo_i_geometry.htm 51 52 - FdoICurveSegmentAbstract: 53 54 http://fdo.osgeo.org/files/fdo/docs/FDO_API/df/d3b/class_fdo_i_curve_segment_abstract.htm 50 55 51 56 === Enum !GeometryComponentType === … … 639 644 }}} 640 645 646 == FGF Text Definitions == 647 648 The following FGF Text definitions will be supported by the FDO API for the new types specified above. 649 650 === EllipticalArc Segment === 651 652 {{{ 653 ELLIPTICALARCSEGMENT ( 654 [Mid Position], 655 [End Position], 656 [Focal Point 1], 657 [Focal Point 2] 658 ) 659 }}} 660 661 ==== Example ==== 662 663 {{{ 664 CURVESTRING XYZ (0 0 0 ( 665 CIRCULARARCSEGMENT (0 1 0, 1 2 0), 666 LINESTRINGSEGMENT (3 0 0, 3 2 0), 667 ELLIPTICALARCSEGMENT (-1 1 0, 1 3 0, 2 0 0, 3 0 0) 668 )) 669 }}} 670 641 671 == Implications == 642 672