Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jts-dev] Dimension of a MultiPoint

Dear,
perhaps a silly question, but I'm new using JTS. I have a set of coordinates (x,y), and create a MultiPoint from a corresponding CoordinateSequence. Now, the dimension of this geometry I get by getDimension() is 0, and thus getBoundary() returns an empty Geometry. How then can I obtain the boundary of a set of points?
Thanks in advance,
Afonso.

Back to the top