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 interfaceCRSFactoryBuilds 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 interfaceCSFactoryBuilds 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 interfaceDatumFactoryBuilds 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 interfaceCoordinateOperationFactoryCreates 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 ObjectFactoryEPSGCRSAuthorityFactory. getObjectFactory() -
Uses of ObjectFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement ObjectFactory Modifier and Type Class Description classDatumAliasesA datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.classReferencingObjectFactory -
Uses of ObjectFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement ObjectFactory Modifier and Type Class Description classAbstractCoordinateOperationFactoryBase class for coordinate operation factories.classAuthorityBackedFactoryA coordinate operation factory extended with the extra informations provided by an authority factory.classBufferedCoordinateOperationFactoryCaches the coordinate operations created by an other factory.classDefaultCoordinateOperationFactoryCreates coordinate operations.
-