Uses of Class
io.github.sebasbaumh.postgis.PGboxbase
-
Packages that use PGboxbase Package Description io.github.sebasbaumh.postgis -
-
Uses of PGboxbase in io.github.sebasbaumh.postgis
Subclasses of PGboxbase in io.github.sebasbaumh.postgis Modifier and Type Class Description class
PGbox2d
BOX2D representing the maximum extents of the geometry.class
PGbox3d
BOX3D representing the maximum extents of the geometry.Methods in io.github.sebasbaumh.postgis that return PGboxbase Modifier and Type Method Description protected PGboxbase
PGbox2d. newInstance()
protected PGboxbase
PGbox3d. newInstance()
protected abstract PGboxbase
PGboxbase. newInstance()
Obtain a new instance of a PGboxbase We could have used this.getClass().newInstance() here, but this forces us dealing with InstantiationException and IllegalAccessException.
-