source: josm/trunk/src/org/openstreetmap/josm/data/projection/proj/ProjFactory.java@ 7509

Last change on this file since 7509 was 5227, checked in by bastiK, 12 years ago

finish custom projection

File size: 218 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.data.projection.proj;
3
4/**
5 * Factory class that provides a Proj instance.
6 */
7public interface ProjFactory {
8 Proj createInstance();
9}
Note: See TracBrowser for help on using the repository browser.