changeset 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 7a8f9eb9fb04
children 8e02d5f567df
files doc/ChangeLog doc/config-manual/general_settings.tex doc/config-manual/model_of_transitions.tex
diffstat 3 files changed, 35 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon May 10 12:53:17 2010 +0000
+++ b/doc/ChangeLog	Mon May 10 13:07:04 2010 +0000
@@ -1,3 +1,9 @@
+2010-05-10  Tim Englich  <tim@intevation.de>
+
+	* config-manual/model_of_transitions.tex,
+	  config-manual/general_settings.tex:
+	Moved section Query-configuration to Section Model of Transitions.
+
 2010-05-10  Tim Englich  <tim@intevation.de>
 
 	* config-manual/model_of_transitions.tex:
--- a/doc/config-manual/general_settings.tex	Mon May 10 12:53:17 2010 +0000
+++ b/doc/config-manual/general_settings.tex	Mon May 10 13:07:04 2010 +0000
@@ -106,32 +106,6 @@
 These Section configures the Artifacts which could be reached using the Artifact-Server.
 The meaning of artifacts are explained in Section TODO: LINK to Model of Transition
 
-
-
-\paragraph{Query-configuration (queries.properties)}
-
-This File contains Key-Value-Pairs to define SQL-Statements.
-All Queries will be handle using the Prepared-Statement-Syntax using "?"
-to define an Place where an dynamic Value should be placed into the Statement.
-
-There is one special Implementation to support spatial access to the ArcSDE,
-because the ArcSDE does not support the Access to spatial Objects using the
-definition of the Simple Feature Specification for SQL of the OGC.
-
-It was necessary to implement this mechanism to simulate the Access.
-
-All Queries which contains the following Literals will be handle separate
-using the ArcSDE-API.
-
-\begin{itemize}
-    \item ST\_ASTEXT(SHAPE): Will return the Geometry as an WellKnowText (WKT)
-    \item ST\_ASTEXT(RASTER): Will return the Raster in an readable Way.
-    \item INTERSECTS(SHAPE,"?"): Will only return the Elements which Geometry
-                                 intersects the given Geometry ("?" will be 
-                                 replace with an WKT) 
-\end{itemize}
-
-\subsection{Logging}
 \subsection{Configure ArtifactServer using Systemproperties}
 \begin{itemize}
     \item artifact.database.dir The folder where the Configuration is located-
--- a/doc/config-manual/model_of_transitions.tex	Mon May 10 12:53:17 2010 +0000
+++ b/doc/config-manual/model_of_transitions.tex	Mon May 10 13:07:04 2010 +0000
@@ -455,6 +455,35 @@
 ORDER BY m.ZLOCATION DESC
 \end{lstlisting}
 
+The queries which are shown above are configurable.
+You can do this in the file {\tt queries.properties } which will
+be explained in the next paragraph.
+
+\paragraph{Query-configuration (queries.properties)}
+
+This file contains key-value-pairs to define SQL-statements.
+All queries will be handle using the prepared-statement-syntax using "?"
+to define a place where an dynamic value should be placed into the statement.
+ 
+There is one special implementation to support spatial access to the 
+{\tt ArcSDE}, because the {\tt ArcSDE} does not support the access to 
+spatial objects using the definition of the Simple Feature Specification for 
+SQL of the OGC.
+
+It was necessary to implement this mechanism to realize the access to spatial-
+objects.
+
+All queries which contains the following literals will be handle separate
+using the {\tt ArcSDE-API}.
+
+\begin{itemize}
+    \item {\tt ST\_ASTEXT(SHAPE)}: Will return the geometry as an WellKnowText (WKT)
+    \item {\tt ST\_ASTEXT(RASTER)}: Will return the raster in an readable way.
+    \item {\tt INTERSECTS(SHAPE,"?")}: Will only return the elements which geometry
+                                 intersects the given geometry ("?" will be
+                                 replace with an WKT)
+\end{itemize}
+
 
 \paragraph{Transitions}
 

http://dive4elements.wald.intevation.org