Uses of Interface
org.opengis.util.Factory
- 
Packages that use Factory Package Description org.opengis.referencing Base interfaces for reference systems.org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. - 
- 
Uses of Factory in org.opengis.referencing
Subinterfaces of Factory in org.opengis.referencing Modifier and Type Interface Description interfaceAuthorityFactoryBase interface for all authority factories.interfaceObjectFactoryBase interface for all factories of identified objects. - 
Uses of Factory in org.opengis.referencing.crs
Subinterfaces of Factory in org.opengis.referencing.crs Modifier and Type Interface Description interfaceCRSAuthorityFactoryCreates coordinate reference systems using authority codes.interfaceCRSFactoryBuilds up complex coordinate reference systems from simpler objects or values. - 
Uses of Factory in org.opengis.referencing.cs
Subinterfaces of Factory in org.opengis.referencing.cs Modifier and Type Interface Description interfaceCSAuthorityFactoryCreates coordinate systems using authority codes.interfaceCSFactoryBuilds up complex coordinate systems from simpler objects or values. - 
Uses of Factory in org.opengis.referencing.datum
Subinterfaces of Factory in org.opengis.referencing.datum Modifier and Type Interface Description interfaceDatumAuthorityFactoryCreates datum objects using authority codes.interfaceDatumFactoryBuilds up complex datums from simpler objects or values. - 
Uses of Factory in org.opengis.referencing.operation
Subinterfaces of Factory in org.opengis.referencing.operation Modifier and Type Interface Description interfaceCoordinateOperationAuthorityFactoryCreates coordinate transformation objects from codes.interfaceCoordinateOperationFactoryCreates coordinate operations from parameter values, or infers operations from source and target CRS.interfaceMathTransformFactoryLow level factory for creatingMathTransforminstances. - 
Uses of Factory in org.opengis.util
Subinterfaces of Factory in org.opengis.util Modifier and Type Interface Description interfaceNameFactoryFactory for generic names and international strings. 
 -