Uses of Class
org.teiid.core.types.AbstractGeospatialType
-
Packages that use AbstractGeospatialType Package Description org.teiid.core.types org.teiid.query.function org.teiid.translator.jdbc -
-
Uses of AbstractGeospatialType in org.teiid.core.types
Subclasses of AbstractGeospatialType in org.teiid.core.types Modifier and Type Class Description class
GeographyType
class
GeometryType
Methods in org.teiid.core.types with parameters of type AbstractGeospatialType Modifier and Type Method Description void
AbstractGeospatialType. copyTo(AbstractGeospatialType geo)
-
Uses of AbstractGeospatialType in org.teiid.query.function
Methods in org.teiid.query.function with parameters of type AbstractGeospatialType Modifier and Type Method 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/sridstatic org.locationtech.jts.geom.Geometry
GeometryUtils. getGeometry(AbstractGeospatialType geom)
-
Uses of AbstractGeospatialType in org.teiid.translator.jdbc
Method parameters in org.teiid.translator.jdbc with type arguments of type AbstractGeospatialType Modifier and Type Method Description protected void
JDBCMetadataProcessor. getGeospatialMetadata(Column c, Connection conn, String tableCatalog, String tableSchema, String tableName, String columnName, Class<? extends AbstractGeospatialType> clazz)
-