Package net.opengis.wcs.x11
Interface InterpolationMethodsDocument.InterpolationMethods
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
InterpolationMethodsDocumentImpl.InterpolationMethodsImpl
- Enclosing interface:
- InterpolationMethodsDocument
public static interface InterpolationMethodsDocument.InterpolationMethods extends org.apache.xmlbeans.XmlObjectAn XML InterpolationMethods(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInterpolationMethodsDocument.InterpolationMethods.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpolationMethodTypeaddNewInterpolationMethod()Appends and returns a new empty value (as xml) as the last "InterpolationMethod" elementStringgetDefault()Gets the "Default" elementInterpolationMethodType[]getInterpolationMethodArray()Gets array of all "InterpolationMethod" elementsInterpolationMethodTypegetInterpolationMethodArray(int i)Gets ith "InterpolationMethod" elementInterpolationMethodTypeinsertNewInterpolationMethod(int i)Inserts and returns a new empty value (as xml) as the ith "InterpolationMethod" elementvoidremoveInterpolationMethod(int i)Removes the ith "InterpolationMethod" elementvoidsetDefault(String xdefault)Sets the "Default" elementvoidsetInterpolationMethodArray(int i, InterpolationMethodType interpolationMethod)Sets ith "InterpolationMethod" elementvoidsetInterpolationMethodArray(InterpolationMethodType[] interpolationMethodArray)Sets array of all "InterpolationMethod" elementintsizeOfInterpolationMethodArray()Returns number of "InterpolationMethod" elementorg.apache.xmlbeans.XmlStringxgetDefault()Gets (as xml) the "Default" elementvoidxsetDefault(org.apache.xmlbeans.XmlString xdefault)Sets (as xml) the "Default" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getInterpolationMethodArray
InterpolationMethodType[] getInterpolationMethodArray()
Gets array of all "InterpolationMethod" elements
-
getInterpolationMethodArray
InterpolationMethodType getInterpolationMethodArray(int i)
Gets ith "InterpolationMethod" element
-
sizeOfInterpolationMethodArray
int sizeOfInterpolationMethodArray()
Returns number of "InterpolationMethod" element
-
setInterpolationMethodArray
void setInterpolationMethodArray(InterpolationMethodType[] interpolationMethodArray)
Sets array of all "InterpolationMethod" element
-
setInterpolationMethodArray
void setInterpolationMethodArray(int i, InterpolationMethodType interpolationMethod)Sets ith "InterpolationMethod" element
-
insertNewInterpolationMethod
InterpolationMethodType insertNewInterpolationMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "InterpolationMethod" element
-
addNewInterpolationMethod
InterpolationMethodType addNewInterpolationMethod()
Appends and returns a new empty value (as xml) as the last "InterpolationMethod" element
-
removeInterpolationMethod
void removeInterpolationMethod(int i)
Removes the ith "InterpolationMethod" element
-
getDefault
String getDefault()
Gets the "Default" element
-
xgetDefault
org.apache.xmlbeans.XmlString xgetDefault()
Gets (as xml) the "Default" element
-
setDefault
void setDefault(String xdefault)
Sets the "Default" element
-
xsetDefault
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "Default" element
-
-