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

Last change on this file since 9108 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
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.