Uses of Class
mil.nga.geopackage.tiles.ImageRectangleF
-
Packages that use ImageRectangleF Package Description mil.nga.geopackage.tiles -
-
Uses of ImageRectangleF in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return ImageRectangleF Modifier and Type Method Description static ImageRectangleF
TileBoundingBoxJavaUtils. getFloatRectangle(long width, long height, BoundingBox boundingBox, BoundingBox boundingBoxSection)
Get a rectangle with floating point boundaries using the tile width, height, bounding box, and the bounding box section within the outer box to build the rectangle fromstatic ImageRectangleF
TileBoundingBoxJavaUtils. getRoundedFloatRectangle(long width, long height, BoundingBox boundingBox, BoundingBox boundingBoxSection)
Get a rectangle with rounded floating point boundaries using the tile width, height, bounding box, and the bounding box section within the outer box to build the rectangle fromConstructors in mil.nga.geopackage.tiles with parameters of type ImageRectangleF Constructor Description ImageRectangleF(ImageRectangleF rectangle)
Constructor
-