|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference. It is essentially a filter that allows the selection of fewer features than are present in the named layer.
----------------------------------------------------------------------
Method Summary | |
void |
addFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
Adds a FeatureTypeConstraint. |
FeatureTypeConstraint[] |
getFeatureTypeConstraint()
A FeatureTypeConstraint element is used to identify a feature type by a well-known name, using the FeatureTypeName element. |
void |
removeFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
Removes a FeatureTypeConstraint. |
void |
setFeatureTypeConstraint(FeatureTypeConstraint[] featureTypeConstraints)
Sets the FeatureTypeConstraint. |
Method Detail |
public FeatureTypeConstraint[] getFeatureTypeConstraint()
public void setFeatureTypeConstraint(FeatureTypeConstraint[] featureTypeConstraints)
featureTypeConstraints
- the public void addFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
featureTypeConstraint
- the public void removeFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
featureTypeConstraint
- the
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |