Uses of Interface
net.opengis.wcs.x11.AxisType
-
Packages that use AxisType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of AxisType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return AxisType Modifier and Type Method Description AxisTypeFieldType. addNewAxis()Appends and returns a new empty value (as xml) as the last "Axis" elementAxisType[]FieldType. getAxisArray()Gets array of all "Axis" elementsAxisTypeFieldType. getAxisArray(int i)Gets ith "Axis" elementAxisTypeFieldType. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "Axis" elementstatic AxisTypeAxisType.Factory. newInstance()static AxisTypeAxisType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(File file)static AxisTypeAxisType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(InputStream is)static AxisTypeAxisType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(Reader r)static AxisTypeAxisType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(String xmlAsString)static AxisTypeAxisType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(URL u)static AxisTypeAxisType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(XMLStreamReader sr)static AxisTypeAxisType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AxisTypeAxisType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AxisTypeAxisType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AxisTypeAxisType.Factory. parse(Node node)static AxisTypeAxisType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type AxisType Modifier and Type Method Description voidFieldType. setAxisArray(int i, AxisType axis)Sets ith "Axis" elementvoidFieldType. setAxisArray(AxisType[] axisArray)Sets array of all "Axis" element -
Uses of AxisType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement AxisType Modifier and Type Class Description classAxisTypeImplAn XML AxisType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return AxisType Modifier and Type Method Description AxisTypeFieldTypeImpl. addNewAxis()Appends and returns a new empty value (as xml) as the last "Axis" elementAxisType[]FieldTypeImpl. getAxisArray()Gets array of all "Axis" elementsAxisTypeFieldTypeImpl. getAxisArray(int i)Gets ith "Axis" elementAxisTypeFieldTypeImpl. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "Axis" elementMethods in net.opengis.wcs.x11.impl with parameters of type AxisType Modifier and Type Method Description voidFieldTypeImpl. setAxisArray(int i, AxisType axis)Sets ith "Axis" elementvoidFieldTypeImpl. setAxisArray(AxisType[] axisArray)Sets array of all "Axis" element
-