Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created November 13, 2015 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henningjensen/9be3b11f981ad4d6a2a8 to your computer and use it in GitHub Desktop.
Save henningjensen/9be3b11f981ad4d6a2a8 to your computer and use it in GitHub Desktop.
Geonorge - Search filter enum
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