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 Point
GridUtils. toUnit(double longitude, double latitude, Unit unit)
Convert a coordinate to the unit, assumes the coordinate is in the opposite unitstatic Point
GridUtils. 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 Unit
Bounds. getUnit()
Get the unitUnit
Line. getUnit()
Get the unitUnit
Point. getUnit()
Get the unitstatic Unit
Unit. 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 Bounds
Bounds. bounds(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude, Unit unit)
Create boundsstatic Bounds
Bounds. bounds(GeometryEnvelope envelope, Unit unit)
Create boundsboolean
Bounds. isUnit(Unit unit)
Is in the provided unit typeboolean
Line. isUnit(Unit unit)
Is in the provided unit typeboolean
Point. isUnit(Unit unit)
Is in the provided unit typestatic Point
Point. point(double longitude, double latitude, Unit unit)
Create a pointstatic Point
Point. point(Point point, Unit unit)
Create a pointvoid
Bounds. setUnit(Unit unit)
Set the unitvoid
Point. setUnit(Unit unit)
Set the unitBounds
Bounds. toUnit(Unit unit)
Convert to the unitLine
Line. toUnit(Unit unit)
Convert to the unitstatic Point
Point. toUnit(double longitude, double latitude, Unit unit)
Create a point from a coordinate in an opposite unit to another unitPoint
Point. toUnit(Unit unit)
Convert to the unitstatic Point
Point. 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 Bounds
GridTile. getBounds(Unit unit)
Get the bounds in the units
-