On 28 June 2011 11:00, Ted Yu <[email protected]> wrote:
> I plan to use
> modules/unsupported/geometry/src/main/java/org/geotools/geometry/iso/util/algorithm2D/ConvexHull
> So I hope to pull corresponding jar from osgeo maven repository so that our
> project can use it.
>

There is a ConvexHull class in JTS which is the standard geometry
library used by GeoTools. Does that do what you want ?

If you want to use the unsupported module, the dependency is:

<dependency>
            <groupId>org.geotools</groupId>
            <artifactId>gt-geometry</artifactId>
            <version>2.7.2</version>
            <type>jar</type>
</dependency>

And the repository is:

    <repositories>
        <repository>
            <id>osgeo</id>
            <name>GeoTools repo</name>
            <url>http://download.osgeo.org/webdav/geotools/</url>
        </repository>
    </repositories>

Michael

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to