25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.geotools; |
package skrueger.geotools; |
31 |
|
|
45 |
|
|
46 |
import schmitzm.geotools.feature.FeatureUtil; |
import schmitzm.geotools.feature.FeatureUtil; |
47 |
import schmitzm.geotools.gui.FeatureCollectionTableModel; |
import schmitzm.geotools.gui.FeatureCollectionTableModel; |
|
import skrueger.AttributeMetadataInterface; |
|
48 |
import skrueger.AttributeMetadataImpl; |
import skrueger.AttributeMetadataImpl; |
49 |
|
import skrueger.AttributeMetadataInterface; |
50 |
|
|
51 |
import com.vividsolutions.jts.geom.Envelope; |
import com.vividsolutions.jts.geom.Envelope; |
52 |
|
|
61 |
* applied.</li> |
* applied.</li> |
62 |
* </ul> |
* </ul> |
63 |
* |
* |
64 |
* @author Stefan A. Krüger |
* @author Stefan A. Tzeggai |
65 |
*/ |
*/ |
66 |
public class StyledFeatureCollectionTableModel extends |
public class StyledFeatureCollectionTableModel extends |
67 |
FeatureCollectionTableModel { |
FeatureCollectionTableModel { |