|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldType
A representation of the model object 'Field Type'. Description of an individual field in a coverage range record.
The following features are supported:
Wcs111Package.getFieldType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getAxis()
Returns the value of the 'Axis' containment reference list. |
UnNamedDomainType |
getDefinition()
Returns the value of the 'Definition' containment reference. |
java.lang.String |
getIdentifier()
Returns the value of the 'Identifier' attribute. |
InterpolationMethodsType |
getInterpolationMethods()
Returns the value of the 'Interpolation Methods' containment reference. |
org.eclipse.emf.common.util.EList |
getNullValue()
Returns the value of the 'Null Value' containment reference list. |
void |
setDefinition(UnNamedDomainType value)
Sets the value of the ' Definition ' containment reference. |
void |
setIdentifier(java.lang.String value)
Sets the value of the ' Identifier ' attribute. |
void |
setInterpolationMethods(InterpolationMethodsType value)
Sets the value of the ' Interpolation Methods ' containment reference. |
Methods inherited from interface net.opengis.ows11.DescriptionType |
---|
getAbstract, getKeywords, getTitle |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getIdentifier()
setIdentifier(String)
,
Wcs111Package.getFieldType_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
UnNamedDomainType getDefinition()
setDefinition(UnNamedDomainType)
,
Wcs111Package.getFieldType_Definition()
void setDefinition(UnNamedDomainType value)
Definition
' containment reference.
value
- the new value of the 'Definition' containment reference.getDefinition()
org.eclipse.emf.common.util.EList getNullValue()
CodeType
.
Unordered list of the values used when valid Field values are not available for whatever reason. The coverage encoding itself may specify a fixed value for null (e.g. 99999 or N/A), but often the choice is up to the provider and must be communicated to the client outside the coverage itself. Each null value shall be encoded as a string. The optional codeSpace attribute can reference a definition of the reason why this value is null.
Wcs111Package.getFieldType_NullValue()
InterpolationMethodsType getInterpolationMethods()
setInterpolationMethods(InterpolationMethodsType)
,
Wcs111Package.getFieldType_InterpolationMethods()
void setInterpolationMethods(InterpolationMethodsType value)
Interpolation Methods
' containment reference.
value
- the new value of the 'Interpolation Methods' containment reference.getInterpolationMethods()
org.eclipse.emf.common.util.EList getAxis()
AxisType
.
Unordered list of the axes in a vector field for which there are Field values. This list shall be included when this Field has a vector of values. Notice that the axes can be listed here in any order; however, the axis order listed here shall be used in the KVP encoding of a GetCoverage operation request (TBR).
Wcs111Package.getFieldType_Axis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |