Class PolygonValueHandler
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<Polygon>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.PolygonValueHandler
-
- All Implemented Interfaces:
IValueHandler<Polygon>,ValueHandler
public class PolygonValueHandler extends BaseValueHandler<Polygon>
-
-
Constructor Summary
Constructors Constructor Description PolygonValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength(Polygon value)protected voidinternalHandle(DataOutputStream buffer, Polygon value)-
Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
-
-
-
Method Detail
-
internalHandle
protected void internalHandle(DataOutputStream buffer, Polygon value) throws Exception
- Specified by:
internalHandlein classBaseValueHandler<Polygon>- Throws:
Exception
-
getLength
public int getLength(Polygon value)
-
-