com.hazelcast.shaded.org.locationtech.jts.io.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2016 Vivid Solutions.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* and Eclipse Distribution License v. 1.0 which accompanies this distribution.
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html
* and the Eclipse Distribution License is available at
*
* http://www.eclipse.org/org/documents/edl-v10.php.
*/
/**
* Contains the interfaces for converting JTS objects to and from other formats.
*
* 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.
*
* 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.
*
Package Specification
*
* - Java Topology Suite Technical Specifications
*
-
* OpenGIS Simple Features Specification for SQL
*
*/
package com.hazelcast.shaded.org.locationtech.jts.io;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy