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 BoundsGridUtils. getBounds(int x, int y, int zoom)Get the tile bounds from the XYZ tile coordinates and zoom levelBoundsLabel. getBounds()Get the boundsMethods in mil.nga.grid with parameters of type Bounds Modifier and Type Method Description static PixelGridUtils. getPixel(int width, int height, Bounds bounds, Point point)Get the pixel where the point fits into the boundsstatic floatGridUtils. getXPixel(int width, Bounds bounds, double longitude)Get the X pixel for where the longitude in meters fits into the boundsstatic floatGridUtils. getYPixel(int height, Bounds bounds, double latitude)Get the Y pixel for where the latitude in meters fits into the boundsstatic doubleGridUtils. getZoomLevel(Bounds bounds)Get the zoom level of the bounds using the shortest bounds side lengthvoidLabel. 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 BoundsBounds. bounds(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude, Unit unit)Create boundsstatic BoundsBounds. bounds(Bounds bounds)Copy boundsstatic BoundsBounds. bounds(Point southwest, Point northeast)Create boundsstatic BoundsBounds. bounds(GeometryEnvelope envelope, Unit unit)Create boundsBoundsBounds. copy()Copy the boundsstatic BoundsBounds. degrees(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude)Create bounds in degreesstatic BoundsBounds. meters(double minLongitude, double minLatitude, double maxLongitude, double maxLatitude)Create bounds in metersBoundsBounds. overlap(Bounds bounds)Create a new bounds as the overlapping between this bounds and the providedBoundsBounds. toDegrees()Convert to degreesBoundsBounds. toMeters()Convert to metersBoundsBounds. toPrecision(double precision)Convert the bounds to be precision accurate minimally containing the bounds.BoundsBounds. toUnit(Unit unit)Convert to the unitBoundsBounds. 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 BoundsBounds. bounds(Bounds bounds)Copy boundsPixelPoint. getPixel(int width, int height, Bounds bounds)Get the pixel where the point fits into the boundsPixelRangeBounds. getPixelRange(int width, int height, Bounds bounds)Get the pixel range where the bounds fit into the provided boundsBoundsBounds. overlap(Bounds bounds)Create a new bounds as the overlapping between this bounds and the providedBoundsBounds. 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 BoundsGridTile. getBounds()Get the tile boundsBoundsGridTile. getBounds(Unit unit)Get the bounds in the unitsBoundsGridTile. getBoundsDegrees()Get the bounds in degreesBoundsGridTile. getBoundsMeters()Get the bounds in metersMethods in mil.nga.grid.tile with parameters of type Bounds Modifier and Type Method Description static GridTileGridTile. 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 
 -