| |
|
| net.opengis.ows.DomainType
All known Subclasses: net.opengis.ows.impl.DomainTypeImpl,
DomainType | public interface DomainType extends EObject(Code) | |
A representation of the model object 'Domain Type'.
Valid domain (or set of values) of one parameter or other quantity used by this server. A non-parameter quantity may not be explicitly represented in the server software. (Informative: An example is the outputFormat parameter of a WFS. Each WFS server should provide a Parameter element for the outputFormat parameter that lists the supported output formats, such as GML2, GML3, etc. as the allowed "Value" elements.)
The following features are supported:
See Also: net.opengis.ows.OwsPackage.getDomainType |
getMetadata | EList getMetadata()(Code) | | Returns the value of the 'Metadata' containment reference list.
The list contents are of type
net.opengis.ows.MetadataType .
Optional unordered list of additional metadata about this parameter. A list of required and optional metadata elements for this domain should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the meanings of the valid values.)
the value of the 'Metadata' containment reference list. See Also: net.opengis.ows.OwsPackage.getDomainType_Metadata |
getValue | String getValue()(Code) | | Returns the value of the 'Value' attribute.
Unordered list of all the valid values for this parameter or other quantity. For those parameters that contain a list or sequence of values, these values shall be for individual values in the list. The allowed set of values and the allowed server restrictions on that set of values shall be specified in the Implementation Specification for this service.
the value of the 'Value' attribute. See Also: DomainType.setValue(String) See Also: net.opengis.ows.OwsPackage.getDomainType_Value |
|
|
|