Uses of Class
org.apache.sis.referencing.datum.AbstractDatum
-
Packages that use AbstractDatum Package Description org.apache.sis.referencing.datum Relationship of aCoordinateSystem(an abstract mathematical entity) to the earth or other system. -
-
Uses of AbstractDatum in org.apache.sis.referencing.datum
Subclasses of AbstractDatum in org.apache.sis.referencing.datum Modifier and Type Class Description classDefaultEngineeringDatumDefines the origin of an engineering coordinate reference system.classDefaultGeodeticDatumDefines the location and orientation of an ellipsoid that approximates the shape of the earth.classDefaultImageDatumDefines the origin of an image coordinate reference system.classDefaultParametricDatumDefines the origin of a parametric coordinate reference system.classDefaultTemporalDatumDefines the origin of a temporal coordinate reference system.classDefaultVerticalDatumIdentifies a particular reference level surface used as a zero-height surface.Methods in org.apache.sis.referencing.datum that return AbstractDatum Modifier and Type Method Description static AbstractDatumAbstractDatum. castOrCopy(Datum object)Returns a SIS datum implementation with the values of the given arbitrary implementation.
-