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 interface
AuthorityFactory
Base interface for all authority factories.interface
ObjectFactory
Base 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 interface
CRSAuthorityFactory
Creates coordinate reference systems using authority codes.interface
CRSFactory
Builds 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 interface
CSAuthorityFactory
Creates coordinate systems using authority codes.interface
CSFactory
Builds 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 interface
DatumAuthorityFactory
Creates datum objects using authority codes.interface
DatumFactory
Builds 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 interface
CoordinateOperationAuthorityFactory
Creates coordinate transformation objects from codes.interface
CoordinateOperationFactory
Creates coordinate operations.interface
MathTransformFactory
Low 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 class
Units
Pre-defined constants for the units of measurement used by the conformance tests.
-