|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeTypeFilter
Dieses Interface definiert einen Filter fuer die Attribute eines Features oder einer FeatureCollection. Hiermit lassen sich bestimmte Attribute ausblenden, so dass z.B. die Geometrie eines Features nicht in einer Tabelle dargestellt wird.
FeatureTypeTableModel
,
FeatureFilterPanel
,
FeatureCollectionPane
,
FeatureCollectionPane.FeatureCollectionTableModel
Field Summary | |
---|---|
static AttributeTypeFilter |
ALL
Standard-Filter, der alle Attribute akzeptiert. |
static AttributeTypeFilter |
NO_GEOMETRY
Standard-Filter, der Geometrie-Attribute ausblendet. |
Method Summary | |
---|---|
boolean |
accept(AttributeType type,
int idx)
Bestimmt, ob eine Attribut dargestellt wird, oder nicht. |
Field Detail |
---|
static final AttributeTypeFilter ALL
static final AttributeTypeFilter NO_GEOMETRY
Method Detail |
---|
boolean accept(AttributeType type, int idx)
type
- ein Attribut-Typidx
- der Index des Attributs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |