Uses of Interface
net.opengis.gml.x32.NCNameList
-
Packages that use NCNameList Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of NCNameList in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return NCNameList Modifier and Type Method Description static NCNameListNCNameList.Factory. newInstance()static NCNameListNCNameList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. newValue(Object obj)static NCNameListNCNameList.Factory. parse(File file)static NCNameListNCNameList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(InputStream is)static NCNameListNCNameList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(Reader r)static NCNameListNCNameList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(String xmlAsString)static NCNameListNCNameList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(URL u)static NCNameListNCNameList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(XMLStreamReader sr)static NCNameListNCNameList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NCNameListNCNameList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NCNameListNCNameList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NCNameListNCNameList.Factory. parse(Node node)static NCNameListNCNameList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)NCNameListAbstractGeometryType. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListDirectPositionListType. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListDirectPositionType. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListEnvelopeType. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListGridType. xgetAxisLabels2()Gets (as xml) the "axisLabels" elementNCNameListAbstractGeometryType. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListDirectPositionListType. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListDirectPositionType. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListEnvelopeType. xgetUomLabels()Gets (as xml) the "uomLabels" attributeMethods in net.opengis.gml.x32 with parameters of type NCNameList Modifier and Type Method Description voidAbstractGeometryType. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidDirectPositionListType. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidDirectPositionType. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidEnvelopeType. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidGridType. xsetAxisLabels2(NCNameList axisLabels2)Sets (as xml) the "axisLabels" elementvoidAbstractGeometryType. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidDirectPositionListType. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidDirectPositionType. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidEnvelopeType. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attribute -
Uses of NCNameList in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement NCNameList Modifier and Type Class Description classNCNameListImplAn XML NCNameList(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return NCNameList Modifier and Type Method Description NCNameListAbstractGeometryTypeImpl. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListDirectPositionListTypeImpl. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListDirectPositionTypeImpl. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListEnvelopeTypeImpl. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListVectorTypeImpl. xgetAxisLabels()Gets (as xml) the "axisLabels" attributeNCNameListGridTypeImpl. xgetAxisLabels2()Gets (as xml) the "axisLabels" elementNCNameListAbstractGeometryTypeImpl. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListDirectPositionListTypeImpl. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListDirectPositionTypeImpl. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListEnvelopeTypeImpl. xgetUomLabels()Gets (as xml) the "uomLabels" attributeNCNameListVectorTypeImpl. xgetUomLabels()Gets (as xml) the "uomLabels" attributeMethods in net.opengis.gml.x32.impl with parameters of type NCNameList Modifier and Type Method Description voidAbstractGeometryTypeImpl. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidDirectPositionListTypeImpl. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidDirectPositionTypeImpl. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidEnvelopeTypeImpl. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidVectorTypeImpl. xsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidGridTypeImpl. xsetAxisLabels2(NCNameList axisLabels2)Sets (as xml) the "axisLabels" elementvoidAbstractGeometryTypeImpl. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidDirectPositionListTypeImpl. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidDirectPositionTypeImpl. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidEnvelopeTypeImpl. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attributevoidVectorTypeImpl. xsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" attribute
-