comparison src/java/de/intevation/mxd/reader/FeatureLayerReader.java @ 130:5991c1f90f91

Added data source "SDE" to writer.
author vc11884admin@VC11884.win.bsh.de
date Mon, 20 Jun 2011 16:01:17 +0200
parents 39957898c694
children 6b80d2c7536e
comparison
equal deleted inserted replaced
129:0b119169618f 130:5991c1f90f91
195 prop_names[j].toLowerCase(), 195 prop_names[j].toLowerCase(),
196 set.getProperty(prop_names[j]).toString()); 196 set.getProperty(prop_names[j]).toString());
197 } 197 }
198 } 198 }
199 } 199 }
200 layerElement.setAttribute(
201 "join_table",
202 layer.getRelationshipClass()
203 .getOriginClass().getAliasName());
204 layerElement.setAttribute(
205 "join_field",
206 layer.getRelationshipClass().getOriginPrimaryKey());
207 layerElement.setAttribute(
208 "join_table_target",
209 layer.getRelationshipClass()
210 .getDestinationClass().getAliasName());
211 layerElement.setAttribute(
212 "join_field_target",
213 layer.getRelationshipClass().getOriginForeignKey());
200 } 214 }
201 } 215 }
202 catch(Exception e) { 216 catch(Exception e) {
203 logger.error( 217 logger.error(
204 "Could not read layer datasource." + 218 "Could not read layer datasource." +
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)