Uses of Class
org.postgis.PGboxbase
-
Packages that use PGboxbase Package Description org.postgis -
-
Uses of PGboxbase in org.postgis
Subclasses of PGboxbase in org.postgis Modifier and Type Class Description classPGbox2dclassPGbox3dMethods in org.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.
-