All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geolatte.geom.codec.UnsupportedCoordinateSystemException Maven / Gradle / Ivy

Go to download

This geoLatte-geom library offers a geometry model that conforms to the OGC Simple Features for SQL specification.

There is a newer version: 1.9.1
Show newest version
package org.geolatte.geom.codec;

/**
 * An exception for coordinate systems (as defined by their axes) that are not compatible with a given {@code
 * CoordinateReferenceSystem}.
 * 

* Created by Karel Maesen, Geovise BVBA on 28/11/14. */ public class UnsupportedCoordinateSystemException extends RuntimeException { public UnsupportedCoordinateSystemException() { super(); } public UnsupportedCoordinateSystemException(String message) { super(message); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy