Uses of Class
mil.nga.grid.features.Bounds
-
Packages that use Bounds Package Description mil.nga.grid mil.nga.grid.features mil.nga.grid.tile -
-
Uses of Bounds in mil.nga.grid
Methods in mil.nga.grid that return Bounds Modifier and Type Method Description static Bounds
GridUtils. getBounds(int x, int y, int zoom)
Get the tile bounds from the XYZ tile coordinates and zoom levelBounds
Label. getBounds()
Get the boundsMethods in mil.nga.grid with parameters of type Bounds Modifier and Type Method Description static Pixel
GridUtils. getPixel(int width, int height, Bounds bounds, Point point)
Get the pixel where the point fits into the boundsstatic float
GridUtils. getXPixel(int width, Bounds bounds, double longitude)
Get the X pixel for where the longitude in meters fits into the boundsstatic float
GridUtils. getYPixel(int height, Bounds bounds, double latitude)
Get the Y pixel for where the latitude in meters fits into the boundsstatic double
GridUtils. getZoomLevel(Bounds bounds)
Get the zoom level of the bounds using the shortest bounds side lengthvoid
Label. setBounds(Bounds bounds)
Set the boundsConstructors in mil.nga.grid with parameters of type Bounds Constructor Description Label(String name, Point center, Bounds bounds)
Constructor -
Uses of Bounds in mil.nga.grid.features
Methods in mil.nga.grid.features that return Bounds Modifier and Type Method Description static Bounds
Bounds. bounds(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude, Unit unit)
Create boundsstatic Bounds
Bounds. bounds(Bounds bounds)
Copy boundsstatic Bounds
Bounds. bounds(Point southwest, Point northeast)
Create boundsstatic Bounds
Bounds. bounds(GeometryEnvelope envelope, Unit unit)
Create boundsBounds
Bounds. copy()
Copy the boundsstatic Bounds
Bounds. degrees(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude)
Create bounds in degreesstatic Bounds
Bounds. meters(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude)
Create bounds in metersBounds
Bounds. overlap(Bounds bounds)
Create a new bounds as the overlapping between this bounds and the providedBounds
Bounds. toDegrees()
Convert to degreesBounds
Bounds. toMeters()
Convert to metersBounds
Bounds. toPrecision(double precision)
Convert the bounds to be precision accurate minimally containing the bounds.Bounds
Bounds. toUnit(Unit unit)
Convert to the unitBounds
Bounds. union(Bounds bounds)
Create a new bounds as the union between this bounds and the providedMethods in mil.nga.grid.features with parameters of type Bounds Modifier and Type Method Description static Bounds
Bounds. bounds(Bounds bounds)
Copy boundsPixel
Point. getPixel(int width, int height, Bounds bounds)
Get the pixel where the point fits into the boundsPixelRange
Bounds. getPixelRange(int width, int height, Bounds bounds)
Get the pixel range where the bounds fit into the provided boundsBounds
Bounds. overlap(Bounds bounds)
Create a new bounds as the overlapping between this bounds and the providedBounds
Bounds. union(Bounds bounds)
Create a new bounds as the union between this bounds and the providedConstructors in mil.nga.grid.features with parameters of type Bounds Constructor Description Bounds(Bounds bounds)
Copy constructor -
Uses of Bounds in mil.nga.grid.tile
Methods in mil.nga.grid.tile that return Bounds Modifier and Type Method Description Bounds
GridTile. getBounds()
Get the tile boundsBounds
GridTile. getBounds(Unit unit)
Get the bounds in the unitsBounds
GridTile. getBoundsDegrees()
Get the bounds in degreesBounds
GridTile. getBoundsMeters()
Get the bounds in metersMethods in mil.nga.grid.tile with parameters of type Bounds Modifier and Type Method Description static GridTile
GridTile. tile(int width, int height, Bounds bounds)
Create a tileConstructors in mil.nga.grid.tile with parameters of type Bounds Constructor Description GridTile(int width, int height, Bounds bounds)
Constructor
-