|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.deegree_impl.services.wfs.WFSMainLoop
org.deegree_impl.services.wfs.AbstractDescribeFeatureType
org.deegree_impl.services.wfs.mysql.CDescribeFeatureType
class defining the processing of a DescribeFeatureType request
| Field Summary | |
private DatastoreConfiguration |
config
|
private DBConnectionPool |
pool
|
| Fields inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
parent, request |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
CDescribeFeatureType(MySQLDataStore parent,
OGCWebServiceRequest request)
|
|
| Method Summary | |
protected org.w3c.dom.Document |
createSchema(java.lang.String featureType)
creates a xml schema definition of the submitted feature type on the fly |
private java.lang.String |
getOwner(java.lang.String featureType)
returns the owner (first part) of the feature type name |
private java.lang.String |
getTableName(java.lang.String featureType)
returns the table name (second part) of the feature type name |
private java.lang.String |
getType(java.lang.String oType)
|
private org.w3c.dom.Document |
tableToSchema(java.lang.String featureType,
Table table)
|
| Methods inherited from class org.deegree_impl.services.wfs.AbstractDescribeFeatureType |
performRequest |
| Methods inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
run |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private DatastoreConfiguration config
private DBConnectionPool pool
| Constructor Detail |
public CDescribeFeatureType(MySQLDataStore parent,
OGCWebServiceRequest request)
| Method Detail |
protected org.w3c.dom.Document createSchema(java.lang.String featureType)
throws java.lang.Exception
createSchema in class AbstractDescribeFeatureTypejava.lang.Exceptionprivate java.lang.String getOwner(java.lang.String featureType)
private java.lang.String getTableName(java.lang.String featureType)
private org.w3c.dom.Document tableToSchema(java.lang.String featureType,
Table table)
throws java.lang.Exception
java.lang.Exceptionprivate java.lang.String getType(java.lang.String oType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||