|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A FeatureTypeConstraint element is used to identify a feature type by well-known name, using the FeatureTypeName element.
----------------------------------------------------------------------
| Method Summary | |
void |
addExtent(Extent extent)
adds an extent |
Extent[] |
getExtents()
returns the extent for filtering the feature type |
java.lang.String |
getFeatureTypeName()
returns the name of the feature type |
Filter |
getFilter()
returns a feature-filter as defined in WFS specifications. |
void |
removeExtent(Extent extent)
removes an extent |
void |
setExtents(Extent[] extents)
sets the extent for filtering the feature type |
void |
setFeatureTypeName(java.lang.String featureTypeName)
sets the name of the feature type |
void |
setFilter(Filter filter)
sets a feature-filter as defined in WFS specifications. |
| Method Detail |
public java.lang.String getFeatureTypeName()
public void setFeatureTypeName(java.lang.String featureTypeName)
featureTypeName - the name of the feature typepublic Filter getFilter()
public void setFilter(Filter filter)
filter - the filter of the FeatureTypeConstraintspublic Extent[] getExtents()
public void setExtents(Extent[] extents)
extents - extents for filtering the feature typepublic void addExtent(Extent extent)
extent - an extent to addpublic void removeExtent(Extent extent)
extent - an extent to remove
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||