comparison src/java/de/intevation/mxd/reader/FeatureClassReader.java @ 181:0bde090506f9

Added comments.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 11 Jul 2011 14:28:38 +0200
parents ef7ca23c4233
children df4e0946ef02
comparison
equal deleted inserted replaced
180:f4eb506499f5 181:0bde090506f9
27 * Private member. 27 * Private member.
28 */ 28 */
29 private IClass fclass; 29 private IClass fclass;
30 private Node parent; 30 private Node parent;
31 31
32 32 /**
33 * Constructor with class object.
34 *
35 * @param cl The ArcGIS class object.
36 */
33 public FeatureClassReader(IClass cl) 37 public FeatureClassReader(IClass cl)
34 throws Exception { 38 throws Exception {
35 if(cl instanceof FeatureClass) { 39 if(cl instanceof FeatureClass) {
36 this.fclass = cl; 40 this.fclass = cl;
37 } 41 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)