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