Uses of Class
mil.nga.crs.geo.Ellipsoid
-
Packages that use Ellipsoid Package Description mil.nga.crs.geo mil.nga.crs.wkt -
-
Uses of Ellipsoid in mil.nga.crs.geo
Subclasses of Ellipsoid in mil.nga.crs.geo Modifier and Type Class Description classTriaxialEllipsoidTriaxial EllipsoidMethods in mil.nga.crs.geo that return Ellipsoid Modifier and Type Method Description EllipsoidGeoDatum. getEllipsoid()Get the ellipsoidEllipsoidGeoDatumEnsemble. getEllipsoid()Get the ellipsoidEllipsoidGeoReferenceFrame. getEllipsoid()Get the ellipsoidMethods in mil.nga.crs.geo with parameters of type Ellipsoid Modifier and Type Method Description voidGeoDatum. setEllipsoid(Ellipsoid ellipsoid)Set the ellipsoidvoidGeoDatumEnsemble. setEllipsoid(Ellipsoid ellipsoid)Set the ellipsoidvoidGeoReferenceFrame. setEllipsoid(Ellipsoid ellipsoid)Set the ellipsoidConstructors in mil.nga.crs.geo with parameters of type Ellipsoid Constructor Description GeoDatumEnsemble(String name, List<DatumEnsembleMember> members, Ellipsoid ellipsoid, double accuracy, PrimeMeridian primeMeridian)ConstructorGeoDatumEnsemble(String name, DatumEnsembleMember member, Ellipsoid ellipsoid, double accuracy, PrimeMeridian primeMeridian)ConstructorGeoReferenceFrame(String name, CRSType type, Ellipsoid ellipsoid)ConstructorGeoReferenceFrame(String name, Ellipsoid ellipsoid)Constructor -
Uses of Ellipsoid in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return Ellipsoid Modifier and Type Method Description EllipsoidCRSReader. readEllipsoid()Read an EllipsoidMethods in mil.nga.crs.wkt with parameters of type Ellipsoid Modifier and Type Method Description voidCRSWriter. write(Ellipsoid ellipsoid)Write an ellipsoid to well-known text
-