Package org.teiid.core.types
Class GeographyType
- java.lang.Object
-
- org.teiid.core.types.Streamable<Blob>
-
- org.teiid.core.types.BlobType
-
- org.teiid.core.types.AbstractGeospatialType
-
- org.teiid.core.types.GeographyType
-
- All Implemented Interfaces:
Externalizable
,Serializable
,Comparable<BlobType>
,Blob
public final class GeographyType extends AbstractGeospatialType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_SRID
-
Fields inherited from class org.teiid.core.types.Streamable
CHARSET, ENCODING, length, reference, STREAMING_BATCH_SIZE_IN_BYTES
-
-
Constructor Summary
Constructors Constructor Description GeographyType()
GeographyType(byte[] bytes)
GeographyType(byte[] bytes, int srid)
GeographyType(Blob blob)
GeographyType(Blob blob, int srid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSrid(int srid)
-
Methods inherited from class org.teiid.core.types.AbstractGeospatialType
copyTo, getGeoCache, getSrid, readExternal, setGeoCache, writeExternal
-
Methods inherited from class org.teiid.core.types.BlobType
compareTo, createBlob, equals, free, getBinaryStream, getBinaryStream, getBytes, hashCode, position, position, readReference, setBinaryStream, setBytes, setBytes, truncate, writeReference
-
Methods inherited from class org.teiid.core.types.Streamable
getLength, getReference, getReferenceStreamId, isBinary, length, setReference, setReferenceStreamId, toString
-
-
-
-
Field Detail
-
DEFAULT_SRID
public static final int DEFAULT_SRID
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSrid
public void setSrid(int srid)
- Overrides:
setSrid
in classAbstractGeospatialType
-
-