Uses of Interface
net.opengis.gml.AbstractDatumType
-
Packages that use AbstractDatumType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractDatumType in net.opengis.gml
Subinterfaces of AbstractDatumType in net.opengis.gml Modifier and Type Interface Description interfaceEngineeringDatumTypeAn XML EngineeringDatumType(@http://www.opengis.net/gml).interfaceGeodeticDatumTypeAn XML GeodeticDatumType(@http://www.opengis.net/gml).interfaceImageDatumTypeAn XML ImageDatumType(@http://www.opengis.net/gml).interfaceTemporalDatumBaseTypeAn XML TemporalDatumBaseType(@http://www.opengis.net/gml).interfaceTemporalDatumTypeAn XML TemporalDatumType(@http://www.opengis.net/gml).interfaceVerticalDatumTypeAn XML VerticalDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeDatumDocument. addNewDatum()Appends and returns a new empty "_Datum" elementAbstractDatumTypeDatumRefType. addNewDatum()Appends and returns a new empty "_Datum" elementAbstractDatumTypeDatumDocument. getDatum()Gets the "_Datum" elementAbstractDatumTypeDatumRefType. getDatum()Gets the "_Datum" elementstatic AbstractDatumTypeAbstractDatumType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractDatumTypeAbstractDatumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractDatumTypeAbstractDatumType.Factory. parse(File file)static AbstractDatumTypeAbstractDatumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(InputStream is)static AbstractDatumTypeAbstractDatumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(Reader r)static AbstractDatumTypeAbstractDatumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(String xmlAsString)static AbstractDatumTypeAbstractDatumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(URL u)static AbstractDatumTypeAbstractDatumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(XMLStreamReader sr)static AbstractDatumTypeAbstractDatumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractDatumTypeAbstractDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractDatumTypeAbstractDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractDatumTypeAbstractDatumType.Factory. parse(Node node)static AbstractDatumTypeAbstractDatumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractDatumType Modifier and Type Method Description voidDatumDocument. setDatum(AbstractDatumType datum)Sets the "_Datum" elementvoidDatumRefType. setDatum(AbstractDatumType datum)Sets the "_Datum" element -
Uses of AbstractDatumType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractDatumType Modifier and Type Class Description classAbstractDatumTypeImplAn XML AbstractDatumType(@http://www.opengis.net/gml).classEngineeringDatumTypeImplAn XML EngineeringDatumType(@http://www.opengis.net/gml).classGeodeticDatumTypeImplAn XML GeodeticDatumType(@http://www.opengis.net/gml).classImageDatumTypeImplAn XML ImageDatumType(@http://www.opengis.net/gml).classTemporalDatumBaseTypeImplAn XML TemporalDatumBaseType(@http://www.opengis.net/gml).classTemporalDatumTypeImplAn XML TemporalDatumType(@http://www.opengis.net/gml).classVerticalDatumTypeImplAn XML VerticalDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeDatumDocumentImpl. addNewDatum()Appends and returns a new empty "_Datum" elementAbstractDatumTypeDatumRefTypeImpl. addNewDatum()Appends and returns a new empty "_Datum" elementAbstractDatumTypeDatumDocumentImpl. getDatum()Gets the "_Datum" elementAbstractDatumTypeDatumRefTypeImpl. getDatum()Gets the "_Datum" elementMethods in net.opengis.gml.impl with parameters of type AbstractDatumType Modifier and Type Method Description voidDatumDocumentImpl. setDatum(AbstractDatumType datum)Sets the "_Datum" elementvoidDatumRefTypeImpl. setDatum(AbstractDatumType datum)Sets the "_Datum" element
-