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

org.geolatte.geom.crs.trans.WithEpsgGOperationMethod Maven / Gradle / Ivy

Go to download

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

The newest version!
package org.geolatte.geom.crs.trans;

/**
 * Created by Karel Maesen, Geovise BVBA on 02/04/2018.
 */
public interface WithEpsgGOperationMethod {

	/**
	 * Returns the EPSG code for the operation method
	 * @return The EPSG Code for the operation method
	 */
	int getMethodId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy