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 classPGbox2dBOX2D representing the maximum extents of the geometry.classPGbox3dBOX3D representing the maximum extents of the geometry.Methods in io.github.sebasbaumh.postgis that return PGboxbase Modifier and Type Method Description protected PGboxbasePGbox2d. newInstance()protected PGboxbasePGbox3d. newInstance()protected abstract PGboxbasePGboxbase. 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.
-