Package org.geotools.data.postgis
Class WKBAttributeIO
Object
WKBAttributeIO
An attribute IO implementation that can manage the WKB
- Since:
- 2.4.1
- Author:
- Andrea Aime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte
getFromChar
(char c) Turns a char that encodes four bits in hexadecimal notation into a byteboolean
void
setBase64EncodingEnabled
(boolean base64EncodingEnabled) void
void
write
(PreparedStatement ps, int position, Object value)
-
Constructor Details
-
WKBAttributeIO
public WKBAttributeIO() -
WKBAttributeIO
-
-
Method Details
-
setGeometryFactory
-
isBase64EncodingEnabled
public boolean isBase64EncodingEnabled() -
setBase64EncodingEnabled
public void setBase64EncodingEnabled(boolean base64EncodingEnabled) -
read
- Throws:
IOException
- See Also:
-
org.geotools.data.jdbc.attributeio.AttributeIO#read(java.sql.ResultSet, int)
-
read
- Throws:
IOException
- See Also:
-
org.geotools.data.jdbc.attributeio.AttributeIO#read(java.sql.ResultSet, int)
-
write
- Throws:
IOException
- See Also:
-
org.geotools.data.jdbc.attributeio.AttributeIO#write(java.sql.PreparedStatement, int, java.lang.Object)
-
getFromChar
public static byte getFromChar(char c) Turns a char that encodes four bits in hexadecimal notation into a byte
-