2 |
* Copyright (c) 2009 Martin O. J. Schmitz. |
* Copyright (c) 2009 Martin O. J. Schmitz. |
3 |
* |
* |
4 |
* This file is part of the SCHMITZM library - a collection of utility |
* This file is part of the SCHMITZM library - a collection of utility |
5 |
* classes based on Java 1.6, focussing (not only) on Java Swing |
* classes based on Java 1.6, focusing (not only) on Java Swing |
6 |
* and the Geotools library. |
* and the Geotools library. |
7 |
* |
* |
8 |
* The SCHMITZM project is hosted at: |
* The SCHMITZM project is hosted at: |
31 |
|
|
32 |
import org.apache.log4j.Logger; |
import org.apache.log4j.Logger; |
33 |
|
|
|
import skrueger.geotools.StyledLayerInterface; |
|
34 |
import skrueger.i8n.Translation; |
import skrueger.i8n.Translation; |
35 |
|
|
36 |
/** |
/** |
63 |
this.title = title; |
this.title = title; |
64 |
this.desc = desc; |
this.desc = desc; |
65 |
if (colIdx == 0){ |
if (colIdx == 0){ |
66 |
// The first attribut is THE_GEOM and shall never be visible! |
// The first attribute is THE_GEOM and shall never be visible! |
67 |
this.visible = false; |
this.visible = false; |
68 |
}else |
}else |
69 |
this.visible = visible; |
this.visible = visible; |