public final class GeometryType extends BlobType
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_SRID |
CHARSET, ENCODING, length, reference, STREAMING_BATCH_SIZE_IN_BYTES| Constructor and Description |
|---|
GeometryType() |
GeometryType(Blob blob) |
GeometryType(Blob blob,
int srid) |
GeometryType(byte[] bytes) |
GeometryType(byte[] bytes,
int srid) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSrid() |
void |
readExternal(ObjectInput in) |
void |
setSrid(int srid) |
void |
writeExternal(ObjectOutput out) |
compareTo, createBlob, equals, free, getBinaryStream, getBinaryStream, getBytes, hashCode, position, position, readReference, setBinaryStream, setBytes, setBytes, truncate, writeReferencegetLength, getReference, getReferenceStreamId, isBinary, length, setReference, setReferenceStreamId, toStringpublic static final int UNKNOWN_SRID
public GeometryType()
public GeometryType(Blob blob)
public GeometryType(byte[] bytes)
public GeometryType(Blob blob, int srid)
public GeometryType(byte[] bytes,
int srid)
public int getSrid()
public void setSrid(int srid)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class Streamable<Blob>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class Streamable<Blob>IOExceptionClassNotFoundExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.