| Package | Description |
|---|---|
| org.postgis |
| Modifier and Type | Class and Description |
|---|---|
class |
PGbox2d |
class |
PGbox3d |
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.