Uses of Class
mil.nga.grid.features.Unit
- 
Packages that use Unit Package Description mil.nga.grid mil.nga.grid.features mil.nga.grid.tile  - 
- 
Uses of Unit in mil.nga.grid
Methods in mil.nga.grid with parameters of type Unit Modifier and Type Method Description static PointGridUtils. toUnit(double longitude, double latitude, Unit unit)Convert a coordinate to the unit, assumes the coordinate is in the opposite unitstatic PointGridUtils. toUnit(Unit fromUnit, double longitude, double latitude, Unit toUnit)Convert a coordinate from a unit to another unit - 
Uses of Unit in mil.nga.grid.features
Methods in mil.nga.grid.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.grid.features with parameters of type Unit Modifier and Type Method Description static BoundsBounds. bounds(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude, Unit unit)Create boundsstatic BoundsBounds. bounds(GeometryEnvelope envelope, Unit unit)Create boundsbooleanBounds. 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 typestatic PointPoint. point(double longitude, double latitude, Unit unit)Create a pointstatic PointPoint. point(Point point, Unit unit)Create a pointvoidBounds. 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.grid.features with parameters of type Unit Constructor Description Bounds(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude, Unit unit)ConstructorBounds(GeometryEnvelope envelope, Unit unit)ConstructorPoint(double longitude, double latitude, Unit unit)ConstructorPoint(Point point, Unit unit)Constructor - 
Uses of Unit in mil.nga.grid.tile
Methods in mil.nga.grid.tile with parameters of type Unit Modifier and Type Method Description BoundsGridTile. getBounds(Unit unit)Get the bounds in the units 
 -