Package thredds.core
Enum StandardService
- java.lang.Object
-
- java.lang.Enum<StandardService>
-
- thredds.core.StandardService
-
- All Implemented Interfaces:
Serializable,Comparable<StandardService>
public enum StandardService extends Enum<StandardService>
These are the built-in services of the TDS- Since:
- 4/29/2015
-
-
Enum Constant Summary
Enum Constants Enum Constant Description catalogRemotecdmRemotedap4httpServerisoiso_ncmljupyterNotebooknetcdfSubsetGridnetcdfSubsetPointopendapresolveruddcwcswfswms
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBase()static StandardServicegetStandardServiceIgnoreCase(String typeS)thredds.client.catalog.ServiceTypegetType()static StandardServicevalueOf(String name)Returns the enum constant of this type with the specified name.static StandardService[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
catalogRemote
public static final StandardService catalogRemote
-
cdmRemote
public static final StandardService cdmRemote
-
dap4
public static final StandardService dap4
-
httpServer
public static final StandardService httpServer
-
jupyterNotebook
public static final StandardService jupyterNotebook
-
resolver
public static final StandardService resolver
-
netcdfSubsetGrid
public static final StandardService netcdfSubsetGrid
-
netcdfSubsetPoint
public static final StandardService netcdfSubsetPoint
-
opendap
public static final StandardService opendap
-
wcs
public static final StandardService wcs
-
wms
public static final StandardService wms
-
wfs
public static final StandardService wfs
-
iso
public static final StandardService iso
-
iso_ncml
public static final StandardService iso_ncml
-
uddc
public static final StandardService uddc
-
-
Method Detail
-
values
public static StandardService[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StandardService c : StandardService.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StandardService valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getStandardServiceIgnoreCase
public static StandardService getStandardServiceIgnoreCase(String typeS)
-
getType
public thredds.client.catalog.ServiceType getType()
-
getBase
public String getBase()
-
-