Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/factory/epsg/DirectEpsgFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
31000 | 2008-07-10 | desruisseaux | Avoid usage of 2 deprecated constructors from CRSFactory. Their replacement were tricky and required more sophesticated code in ReferencingFactoryContainer.toGeodetic3D. |
30760 | 2008-06-18 | desruisseaux | Upgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process. |
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30521 | 2008-06-05 | acuster | Copyright: Update referencing headers |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
29092 | 2008-02-05 | desruisseaux | Documentation updates. Java 5 type safety mostly in EPSG factories. LogarithmicTransform1D optimization by using the new (and presumably more accurate) Java 5 Math.log10(double) method. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28790 | 2008-01-16 | desruisseaux | Renamed resources.i18n.Logging as resources.i18n.Loggings (with an s) for avoiding name clash with util.logging.Logging. The name clash would not have been an issue if those two classes were not typically used together... Also performed a few javadoc fixes in DirectPosition2D. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28391 | 2007-12-16 | desruisseaux | Attempt to make FactoryCreator more tolerant to dependencies that can't be fetched for a given set of hints (GEOT-1618). Also cleaned a little bit of calls to 'unexpectedException' as a side effect. |
28252 | 2007-12-04 | desruisseaux | More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations. |
28107 | 2007-11-28 | desruisseaux | Updated for recent changes in GeoAPI interfaces. |
28081 | 2007-11-27 | desruisseaux | Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values. |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
26250 | 2007-07-14 | jgarnett | find now works between mediator and worker; the end result was pretty elegant - the worker is configured with a seperate findCache in order not to distrupt the normal course of events |
25972 | 2007-06-21 | desruisseaux | Replaced usage of deprecated classes/methods by the new ones. A side effect is to restore the buffering in ThreadedEpsgFactory, which was partially disabled by class name changes. |
25957 | 2007-06-20 | desruisseaux | Javadoc (e.g. updating the @since tags) |
25940 | 2007-06-20 | jgarnett | Set up XXXDialectEpsgFactory classes, GEOT-1343 and GEOT-1344 |
25931 | 2007-06-19 | jgarnett | change factory finder lookup to be against ThreadedEpsgFactory |
25801 | 2007-06-11 | chorner | GEOT-908: fixed oracle reserved word FILE |
25710 | 2007-06-01 | desruisseaux | Tried to elaborate on the confusing comment. |
25707 | 2007-05-31 | jgarnett | cleaned up comment that confused me |
25671 | 2007-05-29 | desruisseaux | CRS chooser widget now work with the fallback chain of EPSG factories. Fixed in the process a NullPointerException which was on the way in FactoryUsingSQL.createObject(String). |
25406 | 2007-05-03 | desruisseaux | -Dorg.geotools.referencing.forceXY system property was broken. Should now be fixed. |
25389 | 2007-04-30 | desruisseaux | GEOT-1160: Make IdentifiedObjectFinder public, so we can keep AbstractAuthorityFactory a little bit simplier (less methods there). |
25262 | 2007-04-23 | desruisseaux | Finished review of metadata and factory hints change. Fixed a potential glitch in parameter names handling (some code were disabled in AbstractIdentifiedObject apparently in order to avoid a ClassCastException caused by the spit of org.opengis.metadata.Identifier in two interfaces, Identifier and ReferenceIdentifier. Fixed the exception and reenabled the code). Not sure yet what the consequence was. It may help for the stereographic projection issue, but need to check. |
24925 | 2007-03-27 | jgarnett | change to org.opengis.geometry |
24701 | 2007-03-07 | desruisseaux | Fixed a build failure on Java 6. Also fixed many small details in the referencing framework. |
24670 | 2007-03-04 | desruisseaux | Parse directions of the kind 'North along 90 deg East'. This is a step toward GEOT-936. |
24650 | 2007-03-01 | desruisseaux | Minor changes in exception chaining. |
24578 | 2007-02-24 | desruisseaux | Renamed 'OrthographicFoo' as 'FooOrthographic' for consistency with OGC and EPSG naming. Also fixed an exception in FactoryUsingSQL when 'createDatum' is invoked with a code of the 'EPSG:xxxx' form. |
24563 | 2007-02-23 | desruisseaux | Refactored ObliqueMercator constructors (GEOT-786). Also added a 'Scale factor on initial line' alias, which is required for ObliqueMercator created from the EPSG database. |
24544 | 2007-02-21 | desruisseaux | Updated EPSG database from 6.8 to 6.12. |
24495 | 2007-02-19 | desruisseaux | More work on the command line tool. |
24435 | 2007-02-16 | desruisseaux | First draft of a CRS.main(String[]) method, as a more generic replacement of DefaultFactory.main(String[]). A bug in AllAuthorityFactory.getAuthorityCodes() has been resolved in the process. |
24427 | 2007-02-15 | desruisseaux | Removed the Collection<OperationMethod> hack in some MathTransform creators. Replaced by a getLastUsedMethod() method implemented by a ThreadLocal. |
24384 | 2007-02-14 | desruisseaux | GEOT-1160: First working implementation of AbstractAuthorityFactory.find(IdentifiedObject). This includes a package-privated AuthorityFactoryProxy class, together with many fix in the code base in order to get CRS.equalsIgnoreCase to work in the ProjectedCRS case. |
24164 | 2007-02-03 | desruisseaux | Implemented the fallback for additional CRS beyong the ones defined in the EPSG database (GEOT-774) |
24000 | 2007-01-22 | desruisseaux | Applied GEOT-1129 fix. Also cosmetic edition in projections (mostly fixing encoding problems in javadoc comments). |
23635 | 2007-01-01 | desruisseaux | Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory. |
23634 | 2007-01-01 | desruisseaux | Now supports the version information provided in the 'urn:ogc:def:type:authority:version:code' string. |
23632 | 2006-12-29 | desruisseaux | GEOT-859: Refactored the URN syntax adapter for CRS factories. The adapter now apply to any factory. Some progress toward version management (but not yet there). NOTE: this new implementation forces axis order "as specified in the database", which is different from the original "URNEPSGAdapter" implementation which used (x,y) order. Various changes in many corners of "org.geotools.referencing.factory" as a side-effect of this work. Minor opportunist javadoc fixes in other modules. |
23493 | 2006-12-17 | desruisseaux | Fixed GEOT-1008 in referencing module. Javadoc update in metadata module. |
22959 | 2006-11-24 | desruisseaux | Aligned Geotools build along latest GeoAPI interfaces (2.1-SNAPSHOT). |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22315 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'. |
20874 | 2006-08-07 | jgarnett | ip review |
20652 | 2006-07-21 | desruisseaux | Renamed some resources. Changed exception type. |
20601 | 2006-07-18 | desruisseaux | Avoid sequence of extra blank spaces in SQL statements (an easy action for saving a few bytes in the class files). Removed obsolete comment from epsg-hsql test suite. |
20577 | 2006-07-17 | aaime | Added a couple of caches and changed one statement, tests go down from 2 minutes to 35 seconds :-) |
20566 | 2006-07-17 | desruisseaux | Attempt (not really successfull) to speedup the epsg-hsql test suite. |
19755 | 2006-05-31 | desruisseaux | Added FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places. |
19676 | 2006-05-25 | desruisseaux | Removed deprecated classes and methods from the referencing module |
19405 | 2006-05-09 | desruisseaux | Fixed GEOT-846 (patch by David Heath) |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16983 | 2005-11-25 | desruisseaux | Replaced references to static fields and methods of CitationImpl.* by Citations.* |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15299 | 2005-08-11 | desruisseaux | Added CRS.VALID.AREA formula in OpenOffice addin / Added convenience methods for fetching GeographicBoundingBox and for fetching coordinate operation accuracy / Bug fix for parameter using dimensionless unit in EPGS database |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
15150 | 2005-08-05 | desruisseaux | Added more localizations / Bug fix in image sample values table widget |
14959 | 2005-07-28 | desruisseaux | Added orthodromic distance computation to OpenOffice formulas |
14911 | 2005-07-26 | desruisseaux | Fixed GEOT-627, 630, 631, 632 and 634 |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14610 | 2005-06-26 | desruisseaux | CoordinateOperationFactory is now backed by an EPSG authority when available (GEOT-592) |
14609 | 2005-06-26 | desruisseaux | CoordinateOperation sets are now ordered using information provided in the 'supersession' table (GEOT-593) |
14608 | 2005-06-25 | desruisseaux | EPSG authority factory now uses path informations for ConcatenatedOperation object creations / Added PostgreSQL plugin (mostly as a demo) / Javadoc fixes |
14602 | 2005-06-24 | desruisseaux | EPSG factory now have a standalone (and buffered) createOperationMethod (GEOT-596) |
14593 | 2005-06-23 | desruisseaux | First JUnit test for 'createCoordinateOperation' (GEOT-589) |
14592 | 2005-06-23 | desruisseaux | Added a test case for GeocentricTranslation |
14581 | 2005-06-22 | desruisseaux | Implemented South-Orientated transverse mercator / more GEOT-589 work |
14570 | 2005-06-21 | desruisseaux | Addition of geocentric affine transform as of GEOT-591 |
14564 | 2005-06-20 | desruisseaux | Initial implementation of GEOT-589. Partially tested, more tests to come |
14560 | 2005-06-17 | desruisseaux | Implemented the 'getAuthorityCodes()' and 'getDescriptionText(...)' methods in EPSG factory |
14551 | 2005-06-16 | desruisseaux | EPSG authority factory now accepts name as well as numerical identifier (GEOT-586) |
14235 | 2005-06-10 | desruisseaux | Replaced _PROPERTY suffix by _KEY as of GEOT-577 |
14060 | 2005-06-03 | desruisseaux | First working version of epsg-hsql plugin (including the EPSG database as SQL script) |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
13922 | 2005-05-29 | desruisseaux | Renaming of remainding GeoAPI implementations. Renaming is now finished. |
13906 | 2005-05-28 | desruisseaux | Renamed some 'Default' prefix as 'Abstract' |
13869 | 2005-05-27 | desruisseaux | Added 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13823 | 2005-05-26 | desruisseaux | Unsuccesfull attempt for getting HSQL to work with EPSG database in a JAR |
13813 | 2005-05-26 | desruisseaux | Renamed EPSG factory implementations |
13806 | 2005-05-25 | desruisseaux | Moved Units class from org.geotools.nature to org.geotools.measure package |
13778 | 2005-05-25 | desruisseaux | Initial draft of EPSG-HSQL plugin (database not yet included) |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
12965 | 2005-04-05 | desruisseaux | Merged 'factory-hints' branch r12393:12964 into the trunk. Added 'getImplementationHints()' method after the merge into Factory implementations, in order to get Geotools to compile with Maven. |
12952 | 2005-04-03 | desruisseaux | Updated metadata implementation for GeoAPI changes (GEO-51 and GEO-56) |
11510 | 2005-02-18 | desruisseaux | Ported the WKT-based EPSG factory from plugin/epsg |
11509 | 2005-02-17 | desruisseaux | Replaced ELLIPSOIDAL vertical type by GEOIDAL |
11463 | 2005-02-17 | desruisseaux | Remplaced JDBC DriverManager by JDBC DataSource / Added EPSG FactoryForSQL |
11404 | 2005-02-15 | desruisseaux | EPSGFactory created only when first needed instead of in the DefaultFactory constructor |
11385 | 2005-02-14 | desruisseaux | Final working version of EPSG factory. Now registered in ServiceRegistry |
11382 | 2005-02-14 | desruisseaux | Added BufferedAuthorityFactory |
11371 | 2005-02-14 | desruisseaux | Renamed DefaultObjectFactory as GeotoolsFactory (GEOT-420, now closed) |
11370 | 2005-02-13 | desruisseaux | Refactored factories in an 'org.geotools.referencing.factory' package |
11367 | 2005-02-13 | desruisseaux | Port of EPSG authority factory now completed. Preliminary tests seem okay. Not yet registered in FactoryFinder. |
11366 | 2005-02-12 | desruisseaux | Almost fully functional EPSG factory (remaining bug in ProjectedCRS parameter names) |
11365 | 2005-02-12 | desruisseaux | EPSG authority factory milestone: now supports GeographicCRS and VerticalCRS |
11363 | 2005-02-12 | desruisseaux | Milestone in EPSG factory port: Datum now fully supported |
11336 | 2005-02-11 | desruisseaux | Added support for sexagesimal degrees (required for EPSG database) |
11333 | 2005-02-11 | desruisseaux | First draft of an EPSG authority factory port |
11002 | 2005-02-02 | desruisseaux | Fixed wrong encoding in legacy/src |
10894 | 2005-01-31 | dzwiers | moved legacy |
10821 | 2005-01-28 | dzwiers | moving legacy crs --- will break code base |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6888 | 2004-07-14 | desruisseaux | Update for GeoAPI changes (Info --> IdentifiedObject) |
6729 | 2004-07-06 | desruisseaux | Removed some deprecated classes |
6410 | 2004-06-12 | jgarnett | Added geoapi dependency to imagedatasource, and fixed spelling mistake in view. |
6210 | 2004-05-27 | desruisseaux | Javadoc fixes / Added Id keyword property |
6175 | 2004-05-26 | desruisseaux | Replaced org.geotools.pt.AngleXXX by org.geotools.measure.AngleXXX |
6156 | 2004-05-25 | desruisseaux | Moved MonolineFormatter to the org.geotools.util package |
5922 | 2004-05-23 | jgarnett | cts-coordtrans moved to main |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
5193 | 2004-04-05 | desruisseaux | First try for a concatenation of WGS84ConversionInfo objects |
5037 | 2004-02-12 | desruisseaux | Resources update |
4995 | 2004-02-09 | desruisseaux | Do not requires ellipsoid for vertical datum |
4962 | 2004-02-03 | desruisseaux | Updated javadoc / use 'default' string in order to reset the default |
4947 | 2004-01-25 | desruisseaux | Added Rueben Schulz in the list of authors |
4944 | 2004-01-25 | desruisseaux | Removed the need for 'Codes' table (this table was removed since EPSG database version 6.3) |
4885 | 2004-01-09 | desruisseaux | Changed IllegalArgumentException into IllegalStateException |
4877 | 2004-01-08 | desruisseaux | Added a switch for alternative default implementation |
4562 | 2003-11-12 | desruisseaux | Removed " mark from JavaDoc, since it seems a kind of deprecated feature. See http://lists.w3.org/Archives/Public/www-html/1997Mar/0005.html |
3606 | 2003-08-04 | desruisseaux | PMD fixes |
3275 | 2003-07-11 | desruisseaux | Added convenience method / Bug fix / javadoc fixes |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
2855 | 2003-05-12 | desruisseaux | Added an 'adaptSQL' hook |
2378 | 2003-02-26 | desruisseaux | Removed unused local variables |
1689 | 2002-10-17 | desruisseaux | Bug fix: ranges of values in the [Codes] table may overlaps |
1594 | 2002-09-19 | desruisseaux | Replace multi-radix units by plain units |
1495 | 2002-08-24 | desruisseaux | Improved EPSG factory |
1486 | 2002-08-20 | desruisseaux | Changed logger name from module to package |
1324 | 2002-07-31 | desruisseaux | Improved caching |
1320 | 2002-07-30 | desruisseaux | Slight optimization |
1319 | 2002-07-30 | desruisseaux | Fixed typo in javadoc |
1317 | 2002-07-30 | desruisseaux | First working implementation of EPSG factory |
1315 | 2002-07-29 | desruisseaux | Continue EPSG factory implementation |
1297 | 2002-07-28 | desruisseaux | First implementation of the EPSG factory |