~ubuntu-branches/ubuntu/natty/jts/natty

« back to all changes in this revision

Viewing changes to src/com/vividsolutions/jts/geom/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Baer
  • Date: 2005-08-07 14:12:35 UTC
  • Revision ID: james.westby@ubuntu.com-20050807141235-7hy3ll3xpq79djcb
Tags: upstream-1.6
ImportĀ upstreamĀ versionĀ 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 
2
<html>
 
3
<head>
 
4
<!--
 
5
 
 
6
-->
 
7
</head>
 
8
<body bgcolor="white">
 
9
 
 
10
Contains the <CODE>Geometry</CODE> interface hierarchy and supporting classes.
 
11
<P>
 
12
The Java Topology Suite (JTS) is a Java API that implements a core set of spatial data operations using an explicit precision model and robust geometric algorithms. JTS is intended to be used in the development of applications that support the validation, cleaning, integration and querying of spatial datasets.
 
13
<P>
 
14
JTS attempts to implement the OpenGIS Simple Features Specification (SFS) as accurately as possible.  In some cases the SFS is unclear or omits a specification; in this case JTS attempts to choose a reasonable and consistent alternative.  Differences from and elaborations of the SFS are documented in this specification.
 
15
 
 
16
<h2>Package Specification</h2>
 
17
 
 
18
<ul>
 
19
  <li>Java Topology Suite Technical Specifications
 
20
  <li><A HREF="http://www.opengis.org/techno/specs.htm">
 
21
      OpenGIS Simple Features Specification for SQL</A>
 
22
</ul>
 
23
 
 
24
</body>
 
25
</html>