Uses of Interface
net.opengis.gml.x32.ImageDatumType
-
Packages that use ImageDatumType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ImageDatumType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ImageDatumType Modifier and Type Method Description ImageDatumTypeImageDatumDocument2. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumPropertyType. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumDocument2. getImageDatum()Gets the "ImageDatum" elementImageDatumTypeImageDatumPropertyType. 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.x32 with parameters of type ImageDatumType Modifier and Type Method Description voidImageDatumDocument2. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" elementvoidImageDatumPropertyType. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" element -
Uses of ImageDatumType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ImageDatumType Modifier and Type Class Description classImageDatumTypeImplAn XML ImageDatumType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ImageDatumType Modifier and Type Method Description ImageDatumTypeImageDatumDocument2Impl. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumPropertyTypeImpl. addNewImageDatum()Appends and returns a new empty "ImageDatum" elementImageDatumTypeImageDatumDocument2Impl. getImageDatum()Gets the "ImageDatum" elementImageDatumTypeImageDatumPropertyTypeImpl. getImageDatum()Gets the "ImageDatum" elementMethods in net.opengis.gml.x32.impl with parameters of type ImageDatumType Modifier and Type Method Description voidImageDatumDocument2Impl. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" elementvoidImageDatumPropertyTypeImpl. setImageDatum(ImageDatumType imageDatum)Sets the "ImageDatum" element
-