Skip to main content

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

On Mon, Nov 23, 2020 at 09:17:56PM +0100, Afonso Henrique Sampaio wrote:
> 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?

You're probably looking for Envelope, or ConvexHull

--strk;


Back to the top