Uses of Interface
org.opengis.util.Factory
-
Packages that use Factory Package Description org.opengis.referencing 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.test Base classes for validators and test suites for all GeoAPI objects. -
-
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.interfaceMathTransformFactoryLow level factory for creating math transforms. -
Uses of Factory in org.opengis.test
Classes in org.opengis.test that implement Factory Modifier and Type Class Description classUnitsPre-defined constants for the units of measurement used by the conformance tests.
-