Uses of Interface
net.opengis.wcs.x11.FieldType
-
Packages that use FieldType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of FieldType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return FieldType Modifier and Type Method Description FieldTypeRangeType. addNewField()Appends and returns a new empty value (as xml) as the last "Field" elementFieldType[]RangeType. getFieldArray()Gets array of all "Field" elementsFieldTypeRangeType. getFieldArray(int i)Gets ith "Field" elementFieldTypeRangeType. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "Field" elementstatic FieldTypeFieldType.Factory. newInstance()static FieldTypeFieldType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(File file)static FieldTypeFieldType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(InputStream is)static FieldTypeFieldType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(Reader r)static FieldTypeFieldType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(String xmlAsString)static FieldTypeFieldType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(URL u)static FieldTypeFieldType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(XMLStreamReader sr)static FieldTypeFieldType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FieldTypeFieldType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FieldTypeFieldType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FieldTypeFieldType.Factory. parse(Node node)static FieldTypeFieldType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type FieldType Modifier and Type Method Description voidRangeType. setFieldArray(int i, FieldType field)Sets ith "Field" elementvoidRangeType. setFieldArray(FieldType[] fieldArray)Sets array of all "Field" element -
Uses of FieldType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement FieldType Modifier and Type Class Description classFieldTypeImplAn XML FieldType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return FieldType Modifier and Type Method Description FieldTypeRangeTypeImpl. addNewField()Appends and returns a new empty value (as xml) as the last "Field" elementFieldType[]RangeTypeImpl. getFieldArray()Gets array of all "Field" elementsFieldTypeRangeTypeImpl. getFieldArray(int i)Gets ith "Field" elementFieldTypeRangeTypeImpl. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "Field" elementMethods in net.opengis.wcs.x11.impl with parameters of type FieldType Modifier and Type Method Description voidRangeTypeImpl. setFieldArray(int i, FieldType field)Sets ith "Field" elementvoidRangeTypeImpl. setFieldArray(FieldType[] fieldArray)Sets array of all "Field" element
-