public abstract class AbstractGeospatialType extends BlobType
CHARSET, ENCODING, length, reference, STREAMING_BATCH_SIZE_IN_BYTES
Constructor and Description |
---|
AbstractGeospatialType() |
AbstractGeospatialType(Blob blob) |
AbstractGeospatialType(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(AbstractGeospatialType geo) |
Object |
getGeoCache()
Get the Object model representation of the geospatial value
|
int |
getSrid() |
void |
readExternal(ObjectInput in) |
void |
setGeoCache(Object objectReference)
Set the Object model representation of the geospatial value
|
void |
setSrid(int srid) |
void |
writeExternal(ObjectOutput out) |
compareTo, createBlob, equals, free, getBinaryStream, getBinaryStream, getBytes, hashCode, position, position, readReference, setBinaryStream, setBytes, setBytes, truncate, writeReference
getLength, getReference, getReferenceStreamId, isBinary, length, setReference, setReferenceStreamId, toString
public AbstractGeospatialType()
public AbstractGeospatialType(Blob blob)
public AbstractGeospatialType(byte[] bytes)
public int getSrid()
public void setSrid(int srid)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class Streamable<Blob>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class Streamable<Blob>
IOException
ClassNotFoundException
public Object getGeoCache()
public void setGeoCache(Object objectReference)
public void copyTo(AbstractGeospatialType geo)
Copyright © 2019. All rights reserved.