org.postgis
public class PGbox2d extends PGboxbase
| Constructor and Description |
|---|
PGbox2d() |
PGbox2d(Point llb,
Point urt) |
PGbox2d(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPGtype()
The Postgres type we have (same construct as getPrefix())
|
java.lang.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(java.lang.String value) |
public PGbox2d()
public PGbox2d(java.lang.String value)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setValue(java.lang.String value)
throws java.sql.SQLException
public java.lang.String getPrefix()
PGboxbasepublic java.lang.String getPGtype()
PGboxbaseprotected PGboxbase newInstance()
PGboxbasenewInstance in class PGboxbaseCopyright © 2016. All Rights Reserved.