Uses of Interface
net.opengis.gml.x32.AbstractDatumType
-
Packages that use AbstractDatumType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractDatumType in net.opengis.gml.x32
Subinterfaces of AbstractDatumType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceEngineeringDatumTypeAn XML EngineeringDatumType(@http://www.opengis.net/gml/3.2).interfaceGeodeticDatumTypeAn XML GeodeticDatumType(@http://www.opengis.net/gml/3.2).interfaceImageDatumTypeAn XML ImageDatumType(@http://www.opengis.net/gml/3.2).interfaceTemporalDatumBaseTypeAn XML TemporalDatumBaseType(@http://www.opengis.net/gml/3.2).interfaceTemporalDatumTypeAn XML TemporalDatumType(@http://www.opengis.net/gml/3.2).interfaceVerticalDatumTypeAn XML VerticalDatumType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeAbstractDatumDocument. addNewAbstractDatum()Appends and returns a new empty "AbstractDatum" elementAbstractDatumTypeDatumPropertyType. addNewAbstractDatum()Appends and returns a new empty "AbstractDatum" elementAbstractDatumTypeAbstractDatumDocument. getAbstractDatum()Gets the "AbstractDatum" elementAbstractDatumTypeDatumPropertyType. getAbstractDatum()Gets the "AbstractDatum" 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.x32 with parameters of type AbstractDatumType Modifier and Type Method Description voidAbstractDatumDocument. setAbstractDatum(AbstractDatumType abstractDatum)Sets the "AbstractDatum" elementvoidDatumPropertyType. setAbstractDatum(AbstractDatumType abstractDatum)Sets the "AbstractDatum" element -
Uses of AbstractDatumType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractDatumType Modifier and Type Class Description classAbstractDatumTypeImplAn XML AbstractDatumType(@http://www.opengis.net/gml/3.2).classEngineeringDatumTypeImplAn XML EngineeringDatumType(@http://www.opengis.net/gml/3.2).classGeodeticDatumTypeImplAn XML GeodeticDatumType(@http://www.opengis.net/gml/3.2).classImageDatumTypeImplAn XML ImageDatumType(@http://www.opengis.net/gml/3.2).classTemporalDatumBaseTypeImplAn XML TemporalDatumBaseType(@http://www.opengis.net/gml/3.2).classTemporalDatumTypeImplAn XML TemporalDatumType(@http://www.opengis.net/gml/3.2).classVerticalDatumTypeImplAn XML VerticalDatumType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeAbstractDatumDocumentImpl. addNewAbstractDatum()Appends and returns a new empty "AbstractDatum" elementAbstractDatumTypeDatumPropertyTypeImpl. addNewAbstractDatum()Appends and returns a new empty "AbstractDatum" elementAbstractDatumTypeAbstractDatumDocumentImpl. getAbstractDatum()Gets the "AbstractDatum" elementAbstractDatumTypeDatumPropertyTypeImpl. getAbstractDatum()Gets the "AbstractDatum" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractDatumType Modifier and Type Method Description voidAbstractDatumDocumentImpl. setAbstractDatum(AbstractDatumType abstractDatum)Sets the "AbstractDatum" elementvoidDatumPropertyTypeImpl. setAbstractDatum(AbstractDatumType abstractDatum)Sets the "AbstractDatum" element
-