Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/conf.xml @ 616:93978859fa9e
Added the Configuration and the Classes for the new Product Layer.
The Product does not generate any output at this Time.
gnv-artifacts/trunk@686 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 18:04:58 +0000 |
parents | 938ce81a6bd0 |
children | faf90998f5a6 |
comparison
equal
deleted
inserted
replaced
615:01054ddccb0f | 616:93978859fa9e |
---|---|
31 <artifact-factory name="fis_seacat" description="Factory to create an artifact to be used with the FIS Modeldata" | 31 <artifact-factory name="fis_seacat" description="Factory to create an artifact to be used with the FIS Modeldata" |
32 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> | 32 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> |
33 <artifact-factory name="fis_seastate" description="Factory to create an artifact to be used with the FIS Modeldata" | 33 <artifact-factory name="fis_seastate" description="Factory to create an artifact to be used with the FIS Modeldata" |
34 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> | 34 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> |
35 <artifact-factory name="fis_currentmeter" description="Factory to create an artifact to be used with the FIS Modeldata" | 35 <artifact-factory name="fis_currentmeter" description="Factory to create an artifact to be used with the FIS Modeldata" |
36 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> | |
37 <artifact-factory name="fis_nauthis" description="Factory to create an artifact to be used with the FIS Nauthis" | |
38 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> | |
39 <artifact-factory name="fis_contis" description="Factory to create an artifact to be used with the FIS Conthis" | |
36 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> | 40 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> |
37 </artifact-factories> | 41 </artifact-factories> |
38 <service-factories> | 42 <service-factories> |
39 <service-factory | 43 <service-factory |
40 name="metadata" | 44 name="metadata" |
369 </parameters> | 373 </parameters> |
370 </product> | 374 </product> |
371 </products> | 375 </products> |
372 </artifact> | 376 </artifact> |
373 | 377 |
378 <artifact name="fis_contis"> | |
379 <products> | |
380 <product name= "layer"> | |
381 <artifact-factory name="layer" description="Artiefactfactory for Instantiating the Artifact for the Product Layer" | |
382 ttl="300000" artifact="de.intevation.gnv.layer.LayerArtifact">de.intevation.gnv.artifacts.GNVArtifactFactory</artifact-factory> | |
383 <parameters> | |
384 <parameter name="sourceid" value="Contis%"/> | |
385 <parameter name="fisname" value="fis_contis"/> | |
386 </parameters> | |
387 </product> | |
388 </products> | |
389 </artifact> | |
390 | |
391 <artifact name="fis_nauthis"> | |
392 <products> | |
393 <product name= "layer"> | |
394 <artifact-factory name="layer" description="Artiefactfactory for Instantiating the Artifact for the Product Layer" | |
395 ttl="300000" artifact="de.intevation.gnv.layer.LayerArtifact">de.intevation.gnv.artifacts.GNVArtifactFactory</artifact-factory> | |
396 <parameters> | |
397 <parameter name="sourceid" value="S57%"/> | |
398 <parameter name="fisname" value="fis_nauthis"/> | |
399 </parameters> | |
400 </product> | |
401 </products> | |
402 </artifact> | |
403 | |
374 <!-- Product specific Artifacts which are referenced by the Artifacts | 404 <!-- Product specific Artifacts which are referenced by the Artifacts |
375 of the FIS above. | 405 of the FIS above. |
376 The product-Artifacts can be configured here or can be referenced | 406 The product-Artifacts can be configured here or can be referenced |
377 using an xlink:href-Attribute. --> | 407 using an xlink:href-Attribute. --> |
378 | 408 |
388 <artifact name="horizontalProfileInstantaneousPoint" xlink:href="${artifacts.config.dir}/products/horizontalprofile/conf_instantaneouspoint.xml" /> | 418 <artifact name="horizontalProfileInstantaneousPoint" xlink:href="${artifacts.config.dir}/products/horizontalprofile/conf_instantaneouspoint.xml" /> |
389 | 419 |
390 <artifact name="verticalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/verticalcrosssection/conf_mesh.xml" /> | 420 <artifact name="verticalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/verticalcrosssection/conf_mesh.xml" /> |
391 | 421 |
392 <artifact name="horizontalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/horizontalcrosssection/conf_mesh.xml" /> | 422 <artifact name="horizontalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/horizontalcrosssection/conf_mesh.xml" /> |
423 | |
424 <artifact name="layer" xlink:href="${artifacts.config.dir}/products/layer/conf.xml" /> | |
393 </artifacts> | 425 </artifacts> |
394 <gnv> | 426 <gnv> |
395 <!-- This section configures special parameters | 427 <!-- This section configures special parameters |
396 of the GNV artifacts. --> | 428 of the GNV artifacts. --> |
397 <charttemplate> | 429 <charttemplate> |