Package org.geotoolkit.referencing.factory.wkt

Authority factories for CRS parsed from Well Known Text (WKT).

See:
          Description

Class Summary
AuthorityFactoryProvider Convenience class for creating CRSAuthorityFactory instances using custom CRS definitions.
DirectPostgisFactory An authority factory creating CRS from the "spatial_ref_sys" table in a spatial SQL database.
PropertyAuthorityFactory A CRS Authority Factory that manages object creation using a set of static strings from a property file.
WKTParsingAuthorityFactory A CRS Authority Factory that manages object creation by parsing Well Known Text (WKT) strings.
 

Package org.geotoolkit.referencing.factory.wkt Description

Authority factories for CRS parsed from Well Known Text (WKT). This package contains two main implementations:

The public implementations provided in this package does not cache the CRS - each call to a createFoo method will trig a new WKT parsing. In order to get implementations that cache the CRS, the AuthorityFactoryProvider convenience class can be used.

By default, the classes defined in this package are not registered for use though the FactoryFinder. The only subclass automatically registered is PropertyEpsgFactory, which is defined in another package. For all other classes, users shall either instantiate and use a class directly, or create a subclass and register it themself.

Since:
3.10 (derived from 2.1)
Version:
3.10
Author:
Martin Desruisseaux (IRD, Geomatys), Jody Garnett (Refractions), Rueben Schulz (UBC)
Module:
referencing/geotk-referencing (download)


Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.