public class PostGisGeometryFactory extends Object implements IGeometryFactory
| Constructor and Description |
|---|
PostGisGeometryFactory()
Creates a new instance of PostgisGeometryFactory.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
createGeometry(Object dbObject)
DOCUMENT ME!
|
static com.vividsolutions.jts.geom.Geometry |
createJtsGeometry(org.postgis.Geometry geom)
Creates new
JtsGeometry by using Geometry. |
Object |
getDbObject(com.vividsolutions.jts.geom.Geometry geometry,
Connection con)
DOCUMENT ME!
|
String |
getDbString(com.vividsolutions.jts.geom.Geometry geometry)
DOCUMENT ME!
|
String |
getDialect()
DOCUMENT ME!
|
static String |
getPostGisCompliantDbString(com.vividsolutions.jts.geom.Geometry g)
Getter for PostCompliantDBString.
|
boolean |
isGeometryColumn(String columnTypeName)
DOCUMENT ME!
|
boolean |
isGeometryObject(Object dbObject)
DOCUMENT ME!
|
public PostGisGeometryFactory()
public static String getPostGisCompliantDbString(com.vividsolutions.jts.geom.Geometry g)
g - GeometryString "SRID= SRID;Text"public static com.vividsolutions.jts.geom.Geometry createJtsGeometry(org.postgis.Geometry geom)
JtsGeometry by using Geometry.geom - GeometryGeometrypublic String getDbString(com.vividsolutions.jts.geom.Geometry geometry)
IGeometryFactorygetDbString in interface IGeometryFactorygeometry - DOCUMENT ME!public com.vividsolutions.jts.geom.Geometry createGeometry(Object dbObject)
IGeometryFactorycreateGeometry in interface IGeometryFactorydbObject - DOCUMENT ME!public boolean isGeometryObject(Object dbObject)
IGeometryFactoryisGeometryObject in interface IGeometryFactorydbObject - DOCUMENT ME!public String getDialect()
IGeometryFactorygetDialect in interface IGeometryFactorypublic boolean isGeometryColumn(String columnTypeName)
IGeometryFactoryisGeometryColumn in interface IGeometryFactorycolumnTypeName - DOCUMENT ME!public Object getDbObject(com.vividsolutions.jts.geom.Geometry geometry, Connection con) throws SQLException
IGeometryFactorygetDbObject in interface IGeometryFactorygeometry - DOCUMENT ME!con - DOCUMENT ME!SQLException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.