Uses of Class
mil.nga.mgrs.features.Bounds
-
Packages that use Bounds Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.grid mil.nga.mgrs.gzd mil.nga.mgrs.tile -
-
Uses of Bounds in mil.nga.mgrs
Methods in mil.nga.mgrs that return Bounds Modifier and Type Method Description static BoundsMGRSUtils. getBounds(int x, int y, int zoom)Get the tile bounds from the XYZ tile coordinates and zoom levelMethods in mil.nga.mgrs with parameters of type Bounds Modifier and Type Method Description static PixelMGRSUtils. getPixel(int width, int height, Bounds bounds, Point point)Get the pixel where the point fits into the boundsstatic floatMGRSUtils. getXPixel(int width, Bounds bounds, double longitude)Get the X pixel for where the longitude in meters fits into the boundsstatic floatMGRSUtils. getYPixel(int height, Bounds bounds, double latitude)Get the Y pixel for where the latitude in meters fits into the boundsstatic doubleMGRSUtils. getZoomLevel(Bounds bounds)Get the zoom level of the bounds using the shortest bounds side length -
Uses of Bounds in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Bounds Modifier and Type Method Description static BoundsBounds. bounds(double[] bounds)Create bounds, inUnit.DEGREEunitsstatic BoundsBounds. bounds(double[] bounds, Unit unit)Create boundsstatic BoundsBounds. bounds(double west, double south, double east, double north, Unit unit)Create boundsstatic BoundsBounds. bounds(Point southwest, Point northeast)Create boundsstatic BoundsBounds. bounds(LongitudinalStrip strip, LatitudeBand band)Create bounds, inUnit.DEGREEunitsstatic BoundsBounds. degrees(double[] bounds)Create bounds in degreesstatic BoundsBounds. degrees(double west, double south, double east, double north)Create bounds in degreesstatic BoundsBounds. meters(double[] bounds)Create bounds in metersstatic BoundsBounds. meters(double west, double south, double east, double north)Create bounds in degreesBoundsBounds. overlap(Bounds bounds)Create a new bounds as the overlapping between this bounds and the providedBoundsBounds. toDegrees()Convert to degreesBoundsBounds. toMeters()Convert to metersBoundsBounds. 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.mgrs.features with parameters of type Bounds Modifier and Type Method Description PixelPoint. 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 provided -
Uses of Bounds in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return Bounds Modifier and Type Method Description BoundsLabel. getBounds()Get the boundsMethods in mil.nga.mgrs.grid with parameters of type Bounds Modifier and Type Method Description List<Label>Grid. getLabels(int zoom, Bounds tileBounds, GridZone zone)Get the labels for the zoom, tile bounds, and zoneList<Label>GridLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsabstract List<Label>Labeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsList<Line>Grid. getLines(int zoom, Bounds tileBounds, GridZone zone)Get the lines for the zoom, tile bounds, and zoneList<Line>Grid. getLines(Bounds tileBounds, GridZone zone)Get the lines for the tile bounds and zonevoidLabel. setBounds(Bounds bounds)Set the boundsConstructors in mil.nga.mgrs.grid with parameters of type Bounds Constructor Description Label(String name, Point center, Bounds bounds, int zoneNumber, char bandLetter)ConstructorLabel(Point center, Bounds bounds, int zoneNumber, char bandLetter)Constructor -
Uses of Bounds in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd that return Bounds Modifier and Type Method Description BoundsGridRange. getBounds()Get the grid range boundsBoundsGridZone. getBounds()Get the boundsBoundsGridZone. getDrawBounds(Bounds tileBounds, GridType gridType)Get the draw bounds of easting and northing in metersMethods in mil.nga.mgrs.gzd with parameters of type Bounds Modifier and Type Method Description static BandLetterRangeGridZones. getBandLetterRange(Bounds bounds)Get a band letter range between the southern and northern boundsBoundsGridZone. getDrawBounds(Bounds tileBounds, GridType gridType)Get the draw bounds of easting and northing in metersstatic GridRangeGridZones. getGridRange(Bounds bounds)Get a grid range from the boundsList<Label>GZDLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsList<Line>GridZone. getLines(Bounds tileBounds, GridType gridType)Get the grid zone linesstatic ZoneNumberRangeGridZones. getZoneNumberRange(Bounds bounds)Get a zone number range between the western and eastern boundsstatic List<GridZone>GridZones. getZones(Bounds bounds)Get the zones within the boundsbooleanGridZone. isWithin(Bounds bounds)Is the provided bounds within the zone bounds -
Uses of Bounds in mil.nga.mgrs.tile
Methods in mil.nga.mgrs.tile that return Bounds Modifier and Type Method Description BoundsMGRSTile. getBounds()Get the tile boundsBoundsMGRSTile. getBounds(Unit unit)Get the bounds in the unitsBoundsMGRSTile. getBoundsDegrees()Get the bounds in degreesBoundsMGRSTile. getBoundsMeters()Get the bounds in metersMethods in mil.nga.mgrs.tile with parameters of type Bounds Modifier and Type Method Description static MGRSTileMGRSTile. create(int width, int height, Bounds bounds)Create a tileConstructors in mil.nga.mgrs.tile with parameters of type Bounds Constructor Description MGRSTile(int width, int height, Bounds bounds)Constructor
-