Package org.geotools.geometry.iso.util.algorithm2D

Examples of org.geotools.geometry.iso.util.algorithm2D.ConvexHull


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

TOP

Related Classes of org.geotools.geometry.iso.util.algorithm2D.ConvexHull

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.