Uses of Interface
net.opengis.gml.x32.DatumPropertyType
-
Packages that use DatumPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DatumPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DatumPropertyType Modifier and Type Method Description DatumPropertyTypeDatumRefDocument. addNewDatumRef()Appends and returns a new empty "datumRef" elementDatumPropertyTypeDatumRefDocument. getDatumRef()Gets the "datumRef" elementstatic DatumPropertyTypeDatumPropertyType.Factory. newInstance()static DatumPropertyTypeDatumPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(File file)static DatumPropertyTypeDatumPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(InputStream is)static DatumPropertyTypeDatumPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(Reader r)static DatumPropertyTypeDatumPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(String xmlAsString)static DatumPropertyTypeDatumPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(URL u)static DatumPropertyTypeDatumPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(XMLStreamReader sr)static DatumPropertyTypeDatumPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DatumPropertyTypeDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DatumPropertyTypeDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DatumPropertyTypeDatumPropertyType.Factory. parse(Node node)static DatumPropertyTypeDatumPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DatumPropertyType Modifier and Type Method Description voidDatumRefDocument. setDatumRef(DatumPropertyType datumRef)Sets the "datumRef" element -
Uses of DatumPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DatumPropertyType Modifier and Type Class Description classDatumPropertyTypeImplAn XML DatumPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DatumPropertyType Modifier and Type Method Description DatumPropertyTypeDatumRefDocumentImpl. addNewDatumRef()Appends and returns a new empty "datumRef" elementDatumPropertyTypeDatumRefDocumentImpl. getDatumRef()Gets the "datumRef" elementMethods in net.opengis.gml.x32.impl with parameters of type DatumPropertyType Modifier and Type Method Description voidDatumRefDocumentImpl. setDatumRef(DatumPropertyType datumRef)Sets the "datumRef" element
-