| Package | Description |
|---|---|
| org.teiid.core.types | |
| org.teiid.query.function | |
| org.teiid.translator.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
GeographyType |
class |
GeometryType |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeospatialType.copyTo(AbstractGeospatialType geo) |
| Modifier and Type | Method and Description |
|---|---|
static BlobType |
GeometryFunctionMethods.asBlob(AbstractGeospatialType geometry,
String encoding) |
static ClobType |
GeometryUtils.geometryToClob(AbstractGeospatialType geometry,
boolean withSrid) |
static BlobType |
GeometryUtils.geometryToEwkb(AbstractGeospatialType geometry)
We'll take the wkb format and add the extended flag/srid
|
static org.locationtech.jts.geom.Geometry |
GeometryUtils.getGeometry(AbstractGeospatialType geom) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JDBCMetadataProcessor.getGeospatialMetadata(Column c,
Connection conn,
String tableCatalog,
String tableSchema,
String tableName,
String columnName,
Class<? extends AbstractGeospatialType> clazz) |
Copyright © 2019. All rights reserved.