public class PGbox3d extends PGboxbase
Constructor and Description |
---|
PGbox3d() |
PGbox3d(Point llb,
Point urt) |
PGbox3d(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getPGtype()
The Postgres type we have (same construct as getPrefix())
|
String |
getPrefix()
The Prefix we have in WKT rep.
|
protected PGboxbase |
newInstance()
We could have used this.getClass().newInstance() here, but this forces us
dealing with InstantiationException and IllegalAccessException.
|
public PGbox3d()
public PGbox3d(String value) throws SQLException
SQLException
public String getPrefix()
PGboxbase
public String getPGtype()
PGboxbase
protected PGboxbase newInstance()
PGboxbase
newInstance
in class PGboxbase
Copyright © 2014. All rights reserved.