Changes between Version 10 and Version 11 of FDORfc59


Ignore:
Timestamp:
Apr 10, 2011, 3:59:07 PM (13 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc59

    v10 v11  
    4646Appendix “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:
    4747
    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
    5055
    5156=== Enum !GeometryComponentType ===
     
    639644}}}
    640645
     646== FGF Text Definitions ==
     647
     648The following FGF Text definitions will be supported by the FDO API for the new types specified above.
     649
     650=== EllipticalArc Segment ===
     651
     652{{{
     653ELLIPTICALARCSEGMENT (
     654    [Mid Position],
     655    [End Position],
     656    [Focal Point 1],
     657    [Focal Point 2]
     658)
     659}}}
     660
     661==== Example ====
     662
     663{{{
     664CURVESTRING XYZ (0 0 0 (
     665CIRCULARARCSEGMENT (0 1 0, 1 2 0),
     666LINESTRINGSEGMENT  (3 0 0, 3 2 0),
     667ELLIPTICALARCSEGMENT (-1 1 0, 1 3 0, 2 0 0, 3 0 0)
     668))
     669}}}
     670
    641671== Implications ==
    642672