Opened 14 years ago
Closed 14 years ago
#1383 closed enhancement (fixed)
Stylization: Retrieve the original elliptical arc definition
Reported by: | danstoica | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | Rendering Service | Version: | 2.1.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Currently there is no way to retrieve the original arc definition from SE_LineBuffer class but only the arc in the tessellated form.
Sometimes the client needs to distinguish between circular arcs and ellitical arcs or it needs to reconstruct the geometry. Although possible to use the tessellated arc to accomplish this, it is both inconvenient and error prone from accuracy standpoint.
The solution is to add a public method to SE_LineBuffer which returns the arc definition. This will complement xf_buffer() method.
Change History (1)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Severity: | major → minor |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Submitted fix from Dan (reviewed by me) - r4962