|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.LayerFeatureConstraints_Impl
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.
----------------------------------------------------------------------
Field Summary | |
private java.util.ArrayList |
featureTypeConstraint
|
Constructor Summary | |
(package private) |
LayerFeatureConstraints_Impl(FeatureTypeConstraint[] featureTypeConstraint)
constructor initializing the class with the |
Method Summary | |
void |
addFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
adds the |
java.lang.String |
exportAsXML()
exports the content of the Font as XML formated String |
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[] featureTypeConstraint)
sets the |
java.lang.String |
toString()
returns the LayerFeatureConstraints as String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList featureTypeConstraint
Constructor Detail |
LayerFeatureConstraints_Impl(FeatureTypeConstraint[] featureTypeConstraint)
Method Detail |
public FeatureTypeConstraint[] getFeatureTypeConstraint()
getFeatureTypeConstraint
in interface LayerFeatureConstraints
public void setFeatureTypeConstraint(FeatureTypeConstraint[] featureTypeConstraint)
setFeatureTypeConstraint
in interface LayerFeatureConstraints
featureTypeConstraint
- the public void addFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
addFeatureTypeConstraint
in interface LayerFeatureConstraints
featureTypeConstraint
- the public void removeFeatureTypeConstraint(FeatureTypeConstraint featureTypeConstraint)
removeFeatureTypeConstraint
in interface LayerFeatureConstraints
featureTypeConstraint
- the public java.lang.String toString()
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |