Uses of Interface
org.geotools.api.referencing.ObjectFactory
-
Packages that use ObjectFactory Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of ObjectFactory in org.geotools.api.referencing.crs
Subinterfaces of ObjectFactory in org.geotools.api.referencing.crs Modifier and Type Interface Description interface
CRSFactory
Builds up complex coordinate reference systems from simpler objects or values. -
Uses of ObjectFactory in org.geotools.api.referencing.cs
Subinterfaces of ObjectFactory in org.geotools.api.referencing.cs Modifier and Type Interface Description interface
CSFactory
Builds up complex coordinate systems from simpler objects or values. -
Uses of ObjectFactory in org.geotools.api.referencing.datum
Subinterfaces of ObjectFactory in org.geotools.api.referencing.datum Modifier and Type Interface Description interface
DatumFactory
Builds up complex datums from simpler objects or values. -
Uses of ObjectFactory in org.geotools.api.referencing.operation
Subinterfaces of ObjectFactory in org.geotools.api.referencing.operation Modifier and Type Interface Description interface
CoordinateOperationFactory
Creates coordinate operations. -
Uses of ObjectFactory in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return ObjectFactory Modifier and Type Method Description ObjectFactory
EPSGCRSAuthorityFactory. getObjectFactory()
-
Uses of ObjectFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement ObjectFactory Modifier and Type Class Description class
DatumAliases
A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.class
ReferencingObjectFactory
-
Uses of ObjectFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement ObjectFactory Modifier and Type Class Description class
AbstractCoordinateOperationFactory
Base class for coordinate operation factories.class
AuthorityBackedFactory
A coordinate operation factory extended with the extra informations provided by an authority factory.class
BufferedCoordinateOperationFactory
Caches the coordinate operations created by an other factory.class
DefaultCoordinateOperationFactory
Creates coordinate operations.
-