|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
public class DatabaseCapabilityChecker
Provides information about which features a database supports.
Constructor Summary | |
---|---|
DatabaseCapabilityChecker(DatabaseContext dbCtx)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
isActionSupported()
Indicates if action support is available. |
boolean |
isWayBboxSupported()
Indicates if way bounding box support is available. |
boolean |
isWayLinestringSupported()
Indicates if way linestring support is available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseCapabilityChecker(DatabaseContext dbCtx)
dbCtx
- The database context to use for accessing the database.Method Detail |
---|
public boolean isActionSupported()
public boolean isWayBboxSupported()
public boolean isWayLinestringSupported()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |