Uses of Class
mil.nga.geopackage.tiles.ImageRectangle
-
Packages that use ImageRectangle Package Description mil.nga.geopackage.tiles -
-
Uses of ImageRectangle in mil.nga.geopackage.tiles
Methods in mil.nga.geopackage.tiles that return ImageRectangle Modifier and Type Method Description static ImageRectangleTileBoundingBoxJavaUtils. getRectangle(long width, long height, BoundingBox boundingBox, BoundingBox boundingBoxSection)Get a rectangle using the tile width, height, bounding box, and the bounding box section within the outer box to build the rectangle fromImageRectangleImageRectangleF. round()Round the floating point rectangle to an integer rectangleConstructors in mil.nga.geopackage.tiles with parameters of type ImageRectangle Constructor Description ImageRectangle(ImageRectangle rectangle)ConstructorImageRectangleF(ImageRectangle rectangle)Constructor
-