public class PGbox2d extends PGboxbase
| Constructor and Description |
|---|
PGbox2d() |
PGbox2d(Point llb,
Point urt) |
PGbox2d(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.
|
void |
setValue(String value) |
public PGbox2d()
public PGbox2d(String value) throws SQLException
SQLExceptionpublic void setValue(String value) throws SQLException
setValue in class PGboxbaseSQLExceptionpublic String getPrefix()
PGboxbasepublic String getPGtype()
PGboxbaseprotected PGboxbase newInstance()
PGboxbasenewInstance in class PGboxbaseCopyright © 2014. All rights reserved.