Mercurial > dive4elements > gnv-client
comparison doc/config-manual/general_settings.tex @ 942:c53a39cb7809
Moved section Query-configuration to Section Model of Transitions.
doc/trunk@1085 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 10 May 2010 13:07:04 +0000 |
parents | 2d84fc30ab58 |
children | 4d1a1917282d |
comparison
equal
deleted
inserted
replaced
941:7a8f9eb9fb04 | 942:c53a39cb7809 |
---|---|
104 \subsubsection{artifacts} | 104 \subsubsection{artifacts} |
105 | 105 |
106 These Section configures the Artifacts which could be reached using the Artifact-Server. | 106 These Section configures the Artifacts which could be reached using the Artifact-Server. |
107 The meaning of artifacts are explained in Section TODO: LINK to Model of Transition | 107 The meaning of artifacts are explained in Section TODO: LINK to Model of Transition |
108 | 108 |
109 | |
110 | |
111 \paragraph{Query-configuration (queries.properties)} | |
112 | |
113 This File contains Key-Value-Pairs to define SQL-Statements. | |
114 All Queries will be handle using the Prepared-Statement-Syntax using "?" | |
115 to define an Place where an dynamic Value should be placed into the Statement. | |
116 | |
117 There is one special Implementation to support spatial access to the ArcSDE, | |
118 because the ArcSDE does not support the Access to spatial Objects using the | |
119 definition of the Simple Feature Specification for SQL of the OGC. | |
120 | |
121 It was necessary to implement this mechanism to simulate the Access. | |
122 | |
123 All Queries which contains the following Literals will be handle separate | |
124 using the ArcSDE-API. | |
125 | |
126 \begin{itemize} | |
127 \item ST\_ASTEXT(SHAPE): Will return the Geometry as an WellKnowText (WKT) | |
128 \item ST\_ASTEXT(RASTER): Will return the Raster in an readable Way. | |
129 \item INTERSECTS(SHAPE,"?"): Will only return the Elements which Geometry | |
130 intersects the given Geometry ("?" will be | |
131 replace with an WKT) | |
132 \end{itemize} | |
133 | |
134 \subsection{Logging} | |
135 \subsection{Configure ArtifactServer using Systemproperties} | 109 \subsection{Configure ArtifactServer using Systemproperties} |
136 \begin{itemize} | 110 \begin{itemize} |
137 \item artifact.database.dir The folder where the Configuration is located- | 111 \item artifact.database.dir The folder where the Configuration is located- |
138 \item query.executor.factory: The absolute Classname which QueryExecutorfactory should be used | 112 \item query.executor.factory: The absolute Classname which QueryExecutorfactory should be used |
139 \begin{itemize} | 113 \begin{itemize} |