ogc:Filter
Element information
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-filter/1.1.0/dhs-gmo/1.0.0/filter.xsd
Type: ogc:FilterType
Properties: Global, Qualified
Content
- Choice [1..1]
- Choice [1..*]from subst. group ogc:_Id
from subst. group ogc:spatialOpsfrom subst. group ogc:comparisonOpsfrom subst. group ogc:logicOps - Choice [1..*]
Attributes
None
Used in
- Anonymous type of element sld:FeatureTypeConstraint
- Anonymous type of element sld:Rule
- Type wfs:DeleteElementType (Element wfs:Delete)
- Type wfs:LockType (Element wfs:Lock)
- Type wfs:QueryType (Element wfs:Query)
- Type wfs:UpdateElementType (Element wfs:Update)
Sample instance
<ogc:Filter> <ogc:Equals> <ogc:PropertyName/> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </ogc:Equals> </ogc:Filter>