org.fao.geonet.constants
Class Geonet.SearchResult.Relation

java.lang.Object
  extended by org.fao.geonet.constants.Geonet.SearchResult.Relation
Enclosing class:
Geonet.SearchResult

public class Geonet.SearchResult.Relation
extends java.lang.Object


Field Summary
static java.lang.String ENCLOSES
           
static java.lang.String EQUAL
           
static java.lang.String OUTSIDEOF
           
static java.lang.String OVERLAPS
           
 
Constructor Summary
Geonet.SearchResult.Relation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQUAL

public static final java.lang.String EQUAL
See Also:
Constant Field Values

OVERLAPS

public static final java.lang.String OVERLAPS
See Also:
Constant Field Values

ENCLOSES

public static final java.lang.String ENCLOSES
See Also:
Constant Field Values

OUTSIDEOF

public static final java.lang.String OUTSIDEOF
See Also:
Constant Field Values
Constructor Detail

Geonet.SearchResult.Relation

public Geonet.SearchResult.Relation()