546547548549550551552553
* (non-Javadoc) * * @see org.opengis.geometry.coordinate.root.Geometry#getConvexHull() */ public Geometry getConvexHull() { ConvexHull ch = new ConvexHull(this); return ch.getConvexHull(); }