Uses of Interface
net.opengis.gml.ImageDatumType
-
Packages that use ImageDatumType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ImageDatumType in net.opengis.gml
Methods in net.opengis.gml that return ImageDatumType Modifier and Type Method Description ImageDatumTypeImageDatumDocument. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumRefType. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumDocument. getImageDatum()Gets the "ImageDatum" elementImageDatumTypeImageDatumRefType. getImageDatum()Gets the "ImageDatum" elementstatic ImageDatumTypeImageDatumType.Factory. newInstance()static ImageDatumTypeImageDatumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(File file)static ImageDatumTypeImageDatumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(InputStream is)static ImageDatumTypeImageDatumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(Reader r)static ImageDatumTypeImageDatumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(String xmlAsString)static ImageDatumTypeImageDatumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(URL u)static ImageDatumTypeImageDatumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(XMLStreamReader sr)static ImageDatumTypeImageDatumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ImageDatumTypeImageDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ImageDatumTypeImageDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ImageDatumTypeImageDatumType.Factory. parse(Node node)static ImageDatumTypeImageDatumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ImageDatumType Modifier and Type Method Description voidImageDatumDocument. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" elementvoidImageDatumRefType. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" element -
Uses of ImageDatumType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ImageDatumType Modifier and Type Class Description classImageDatumTypeImplAn XML ImageDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ImageDatumType Modifier and Type Method Description ImageDatumTypeImageDatumDocumentImpl. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumRefTypeImpl. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumDocumentImpl. getImageDatum()Gets the "ImageDatum" elementImageDatumTypeImageDatumRefTypeImpl. getImageDatum()Gets the "ImageDatum" elementMethods in net.opengis.gml.impl with parameters of type ImageDatumType Modifier and Type Method Description voidImageDatumDocumentImpl. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" elementvoidImageDatumRefTypeImpl. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" element
-