Class GeoRetrieveConfig
- java.lang.Object
-
- ubic.gemma.core.loader.expression.geo.service.GeoRetrieveConfig
-
-
Field Summary
Fields Modifier and Type Field Description static GeoRetrieveConfig
DEFAULT
Default preset for retrieving GEO records.static GeoRetrieveConfig
DETAILED
A preset configuration for retrieving detailed GEO records.
-
Constructor Summary
Constructors Constructor Description GeoRetrieveConfig()
-
-
-
Field Detail
-
DEFAULT
public static GeoRetrieveConfig DEFAULT
Default preset for retrieving GEO records.
-
DETAILED
public static GeoRetrieveConfig DETAILED
A preset configuration for retrieving detailed GEO records.
-
-