public class DBpolygon extends DBobject implements Serializable, Cloneable
| 构造器和说明 |
|---|
DBpolygon()
Required by the driver.
|
DBpolygon(DBpoint[] points)
Creates a polygon using an array of DBpoints.
|
DBpolygon(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
This must be overridden to allow the object to be cloned.
|
boolean |
equals(@Nullable Object obj)
This must be overridden to allow comparisons of objects.
|
@Nullable String |
getValue()
This must be overridden, to return the value of the object, in the form required by
com.xugu.
|
int |
hashCode()
Compute hash.
|
void |
setValue(@Nullable String s)
This method sets the value of this object.
|
public DBpoint[] points
public DBpolygon(DBpoint[] points)
points - the points defining the polygonpublic DBpolygon(String s) throws SQLException
s - definition of the polygon in Xugu's syntax.SQLException - on conversion failurepublic DBpolygon()
public void setValue(@Nullable String s) throws SQLException
DBobjectsetValue 在类中 DBobjects - Definition of the polygon in Xugu's syntaxSQLException - on conversion failurepublic boolean equals(@Nullable Object obj)
DBobjectpublic int hashCode()
DBobjecthashCode 在类中 DBobjectObjects.hashCode(Object)public Object clone() throws CloneNotSupportedException
DBobjectclone 在类中 DBobjectCloneNotSupportedExceptionCopyright © 2025. All rights reserved.