Created
November 13, 2015 08:37
-
-
Save henningjensen/9be3b11f981ad4d6a2a8 to your computer and use it in GitHub Desktop.
Geonorge - Search filter enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace www.opengis.net | |
{ | |
[GeneratedCode("xsd", "4.0.30319.17929")] | |
[XmlType(Namespace = "http://www.opengis.net/ogc", IncludeInSchema = false)] | |
public enum ItemsChoiceType23 | |
{ | |
And, | |
BBOX, | |
Beyond, | |
Contains, | |
Crosses, | |
DWithin, | |
Disjoint, | |
Equals, | |
FeatureId, | |
GmlObjectId, | |
Intersects, | |
Not, | |
Or, | |
Overlaps, | |
PropertyIsBetween, | |
PropertyIsEqualTo, | |
PropertyIsGreaterThan, | |
PropertyIsGreaterThanOrEqualTo, | |
PropertyIsLessThan, | |
PropertyIsLessThanOrEqualTo, | |
PropertyIsLike, | |
PropertyIsNotEqualTo, | |
PropertyIsNull, | |
Touches, | |
Within, | |
_Id, | |
comparisonOps, | |
logicOps, | |
spatialOps | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment