public class HibernateSpatialConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HibernateSpatialConfiguration.AvailableSettings
Collects the property names for Hibernate Spatial configuration properties.
|
| Constructor and Description |
|---|
HibernateSpatialConfiguration()
Holds the configuration for Hibernate Spatial dialects.
|
HibernateSpatialConfiguration(Boolean ogcStrict,
org.geolatte.geom.codec.db.oracle.ConnectionFinder connectionFinder)
Creates a Configuration for Hibernate spatial
|
| Modifier and Type | Method and Description |
|---|---|
org.geolatte.geom.codec.db.oracle.ConnectionFinder |
getConnectionFinder() |
Boolean |
isOgcStrictMode() |
public HibernateSpatialConfiguration()
public HibernateSpatialConfiguration(Boolean ogcStrict, org.geolatte.geom.codec.db.oracle.ConnectionFinder connectionFinder)
ogcStrict - true for OGC Strict modeconnectionFinder - the fully-qualified Class name for the ConnectionFinderpublic Boolean isOgcStrictMode()
public org.geolatte.geom.codec.db.oracle.ConnectionFinder getConnectionFinder()
Copyright © 2001-2016 Red Hat, Inc. All Rights Reserved.