Uses of Interface
net.opengis.gml.ImageDatumRefType
-
Packages that use ImageDatumRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ImageDatumRefType in net.opengis.gml
Methods in net.opengis.gml that return ImageDatumRefType Modifier and Type Method Description ImageDatumRefTypeImageDatumRefDocument. addNewImageDatumRef()Appends and returns a new empty "imageDatumRef" elementImageDatumRefTypeImageCRSType. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumRefTypeUsesImageDatumDocument. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumRefTypeImageDatumRefDocument. getImageDatumRef()Gets the "imageDatumRef" elementImageDatumRefTypeImageCRSType. getUsesImageDatum()Gets the "usesImageDatum" elementImageDatumRefTypeUsesImageDatumDocument. getUsesImageDatum()Gets the "usesImageDatum" elementstatic ImageDatumRefTypeImageDatumRefType.Factory. newInstance()static ImageDatumRefTypeImageDatumRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(File file)static ImageDatumRefTypeImageDatumRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(InputStream is)static ImageDatumRefTypeImageDatumRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(Reader r)static ImageDatumRefTypeImageDatumRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(String xmlAsString)static ImageDatumRefTypeImageDatumRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(URL u)static ImageDatumRefTypeImageDatumRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(XMLStreamReader sr)static ImageDatumRefTypeImageDatumRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ImageDatumRefTypeImageDatumRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ImageDatumRefTypeImageDatumRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ImageDatumRefTypeImageDatumRefType.Factory. parse(Node node)static ImageDatumRefTypeImageDatumRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ImageDatumRefType Modifier and Type Method Description voidImageDatumRefDocument. setImageDatumRef(ImageDatumRefType imageDatumRef)Sets the "imageDatumRef" elementvoidImageCRSType. setUsesImageDatum(ImageDatumRefType usesImageDatum)Sets the "usesImageDatum" elementvoidUsesImageDatumDocument. setUsesImageDatum(ImageDatumRefType usesImageDatum)Sets the "usesImageDatum" element -
Uses of ImageDatumRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ImageDatumRefType Modifier and Type Class Description classImageDatumRefTypeImplAn XML ImageDatumRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ImageDatumRefType Modifier and Type Method Description ImageDatumRefTypeImageDatumRefDocumentImpl. addNewImageDatumRef()Appends and returns a new empty "imageDatumRef" elementImageDatumRefTypeImageCRSTypeImpl. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumRefTypeUsesImageDatumDocumentImpl. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumRefTypeImageDatumRefDocumentImpl. getImageDatumRef()Gets the "imageDatumRef" elementImageDatumRefTypeImageCRSTypeImpl. getUsesImageDatum()Gets the "usesImageDatum" elementImageDatumRefTypeUsesImageDatumDocumentImpl. getUsesImageDatum()Gets the "usesImageDatum" elementMethods in net.opengis.gml.impl with parameters of type ImageDatumRefType Modifier and Type Method Description voidImageDatumRefDocumentImpl. setImageDatumRef(ImageDatumRefType imageDatumRef)Sets the "imageDatumRef" elementvoidImageCRSTypeImpl. setUsesImageDatum(ImageDatumRefType usesImageDatum)Sets the "usesImageDatum" elementvoidUsesImageDatumDocumentImpl. setUsesImageDatum(ImageDatumRefType usesImageDatum)Sets the "usesImageDatum" element
-