public class WKBAttributeIO extends Object
Constructor and Description |
---|
WKBAttributeIO() |
WKBAttributeIO(GeometryFactory gf) |
Modifier and Type | Method and Description |
---|---|
static byte |
getFromChar(char c)
Turns a char that encodes four bits in hexadecimal notation into a byte
|
Object |
read(ResultSet rs,
int columnIndex) |
Object |
read(ResultSet rs,
String columnName) |
void |
setGeometryFactory(GeometryFactory gf) |
void |
write(PreparedStatement ps,
int position,
Object value) |
public WKBAttributeIO()
public WKBAttributeIO(GeometryFactory gf)
public void setGeometryFactory(GeometryFactory gf)
public Object read(ResultSet rs, String columnName) throws IOException
IOException
org.geotools.data.jdbc.attributeio.AttributeIO#read(java.sql.ResultSet, int)
public Object read(ResultSet rs, int columnIndex) throws IOException
IOException
org.geotools.data.jdbc.attributeio.AttributeIO#read(java.sql.ResultSet, int)
public void write(PreparedStatement ps, int position, Object value) throws IOException
IOException
org.geotools.data.jdbc.attributeio.AttributeIO#write(java.sql.PreparedStatement, int,
java.lang.Object)
public static byte getFromChar(char c)
c
- Copyright © 1996–2019 Geotools. All rights reserved.