Ticket #1192 (closed feature: fixed)

Opened 6 years ago

Last modified 4 years ago

New Geometry function: getVertices()

Reported by: fredj Owned by: tschaub
Priority: minor Milestone: 2.8 Release
Component: Geometry Version: SVN
Keywords: Cc:
State: Complete

Description (last modified by tschaub) (diff)

Add a getVertices method to get vertices from geometries. (I've moved the getEdges stuff to #1930.)

Attachments

getVertice_getEdges.00.patch Download (6.0 KB) - added by fredj 6 years ago.
implement getVertices and getEdges but without unit tests …
getVertice_getEdges.01.patch Download (13.6 KB) - added by fredj 6 years ago.
updated version, still not complete.
getVertices.patch Download (9.5 KB) - added by tschaub 4 years ago.
add getVertices method to all geometries

Change History

Changed 6 years ago by fredj

implement getVertices and getEdges but without unit tests ...

Changed 6 years ago by fredj

updated version, still not complete.

Changed 5 years ago by euzuro

  • state set to Needs More Work

fredj, are you still working on this?

Changed 4 years ago by tschaub

(In [8592]) Add getVertices method for all geometries. Allows nodes only to be returned for line strings. Always returns an array. (see #1192)

Changed 4 years ago by tschaub

I'd like to split this into two tickets (one for vertices, one for edges).

Changed 4 years ago by tschaub

  • status changed from new to assigned
  • description modified (diff)
  • summary changed from New Geometry functions: getVertices() and getEdges() to New Geometry function: getVertices()
  • state Needs More Work deleted
  • milestone set to 2.8 Release
  • owner set to tschaub

Changed 4 years ago by tschaub

add getVertices method to all geometries

Changed 4 years ago by tschaub

  • state set to Review

Thanks for any review.

Changed 4 years ago by crschmidt

  • state changed from Review to Commit

Looks good, tests pass in IE, commit.

Changed 4 years ago by tschaub

  • status changed from assigned to closed
  • state changed from Commit to Complete
  • resolution set to fixed

(In [8842]) Adding getVertices method to all geometries. Call with nodesOnly true if you only want endpoints (of lines and multilines). r=crschmidt (closes #1192)

Note: See TracTickets for help on using tickets.