Uses of Class
mil.nga.mgrs.features.Unit
-
Packages that use Unit Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.tile -
-
Uses of Unit in mil.nga.mgrs
Methods in mil.nga.mgrs with parameters of type Unit Modifier and Type Method Description static PointMGRSUtils. toUnit(double longitude, double latitude, Unit unit)Convert a coordinate to the unit, assumes the coordinate is in the opposite unitstatic PointMGRSUtils. toUnit(Unit fromUnit, double longitude, double latitude, Unit toUnit)Convert a coordinate from a unit to another unit -
Uses of Unit in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Unit Modifier and Type Method Description UnitBounds. getUnit()Get the unitUnitLine. getUnit()Get the unitUnitPoint. getUnit()Get the unitstatic UnitUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Unit[]Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.mgrs.features with parameters of type Unit Modifier and Type Method Description static BoundsBounds. bounds(double[] bounds, Unit unit)Create boundsstatic BoundsBounds. bounds(double west, double south, double east, double north, Unit unit)Create boundsstatic PointPoint. create(double longitude, double latitude, Unit unit)Create a pointbooleanBounds. isUnit(Unit unit)Is in the provided unit typebooleanLine. isUnit(Unit unit)Is in the provided unit typebooleanPoint. isUnit(Unit unit)Is in the provided unit typevoidBounds. setUnit(Unit unit)Set the unitvoidPoint. setUnit(Unit unit)Set the unitBoundsBounds. toUnit(Unit unit)Convert to the unitLineLine. toUnit(Unit unit)Convert to the unitstatic PointPoint. toUnit(double longitude, double latitude, Unit unit)Create a point from a coordinate in an opposite unit to another unitPointPoint. toUnit(Unit unit)Convert to the unitstatic PointPoint. toUnit(Unit fromUnit, double longitude, double latitude, Unit toUnit)Create a point from a coordinate in a unit to another unitConstructors in mil.nga.mgrs.features with parameters of type Unit Constructor Description Bounds(double[] bounds, Unit unit)ConstructorBounds(double west, double south, double east, double north, Unit unit)ConstructorPoint(double longitude, double latitude, Unit unit)Constructor -
Uses of Unit in mil.nga.mgrs.tile
Methods in mil.nga.mgrs.tile with parameters of type Unit Modifier and Type Method Description BoundsMGRSTile. getBounds(Unit unit)Get the bounds in the units
-