Uses of Interface
org.opengis.referencing.ObjectFactory
-
Packages that use ObjectFactory Package Description 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). -
-
Uses of ObjectFactory in org.opengis.referencing.crs
Subinterfaces of ObjectFactory in org.opengis.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.opengis.referencing.cs
Subinterfaces of ObjectFactory in org.opengis.referencing.cs Modifier and Type Interface Description interface
CSFactory
Builds up complex coordinate systems from simpler objects or values. -
Uses of ObjectFactory in org.opengis.referencing.datum
Subinterfaces of ObjectFactory in org.opengis.referencing.datum Modifier and Type Interface Description interface
DatumFactory
Builds up complex datums from simpler objects or values. -
Uses of ObjectFactory in org.opengis.referencing.operation
Subinterfaces of ObjectFactory in org.opengis.referencing.operation Modifier and Type Interface Description interface
CoordinateOperationFactory
Creates coordinate operations.
-