Uses of Class
net.postgis.jdbc.PGboxbase
-
Uses of PGboxbase in net.postgis.jdbc
Subclasses of PGboxbase in net.postgis.jdbcMethods in net.postgis.jdbc that return PGboxbaseModifier and TypeMethodDescriptionprotected 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.