Uses of Class
net.postgis.jdbc.PGboxbase
-
-
Uses of PGboxbase in net.postgis.jdbc
Subclasses of PGboxbase in net.postgis.jdbc Modifier and Type Class Description classPGbox2dclassPGbox3dMethods in net.postgis.jdbc 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.
-