Uses of Class
mil.nga.mgrs.tile.Pixel
-
Packages that use Pixel Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.tile -
-
Uses of Pixel in mil.nga.mgrs
Methods in mil.nga.mgrs that return Pixel 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 bounds -
Uses of Pixel in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Pixel Modifier and Type Method Description PixelPoint. getPixel(int width, int height, Bounds bounds)Get the pixel where the point fits into the boundsPixelPoint. getPixel(MGRSTile tile)Get the pixel where the point fits into tile -
Uses of Pixel in mil.nga.mgrs.tile
Methods in mil.nga.mgrs.tile that return Pixel Modifier and Type Method Description PixelPixelRange. getBottomRight()Get the bottom right pixelPixelMGRSTile. getPixel(Point point)Get the point pixel location in the tilePixelPixelRange. getTopLeft()Get the top left pixelMethods in mil.nga.mgrs.tile with parameters of type Pixel Modifier and Type Method Description voidPixelRange. setBottomRight(Pixel bottomRight)Set the bottom right pixelvoidPixelRange. setTopLeft(Pixel topLeft)Set the top left pixelConstructors in mil.nga.mgrs.tile with parameters of type Pixel Constructor Description PixelRange(Pixel topLeft, Pixel bottomRight)Constructor
-