Uses of Interface
net.opengis.gml.ImageCRSRefType
-
Packages that use ImageCRSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ImageCRSRefType in net.opengis.gml
Methods in net.opengis.gml that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeImageCRSRefDocument. addNewImageCRSRef()Appends and returns a new empty "imageCRSRef" elementImageCRSRefTypeImageCRSRefDocument. getImageCRSRef()Gets the "imageCRSRef" elementstatic ImageCRSRefTypeImageCRSRefType.Factory. newInstance()static ImageCRSRefTypeImageCRSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(File file)static ImageCRSRefTypeImageCRSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(InputStream is)static ImageCRSRefTypeImageCRSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(Reader r)static ImageCRSRefTypeImageCRSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(String xmlAsString)static ImageCRSRefTypeImageCRSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(URL u)static ImageCRSRefTypeImageCRSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(XMLStreamReader sr)static ImageCRSRefTypeImageCRSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ImageCRSRefTypeImageCRSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ImageCRSRefTypeImageCRSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ImageCRSRefTypeImageCRSRefType.Factory. parse(Node node)static ImageCRSRefTypeImageCRSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ImageCRSRefType Modifier and Type Method Description voidImageCRSRefDocument. setImageCRSRef(ImageCRSRefType imageCRSRef)Sets the "imageCRSRef" element -
Uses of ImageCRSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ImageCRSRefType Modifier and Type Class Description classImageCRSRefTypeImplAn XML ImageCRSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeImageCRSRefDocumentImpl. addNewImageCRSRef()Appends and returns a new empty "imageCRSRef" elementImageCRSRefTypeImageCRSRefDocumentImpl. getImageCRSRef()Gets the "imageCRSRef" elementMethods in net.opengis.gml.impl with parameters of type ImageCRSRefType Modifier and Type Method Description voidImageCRSRefDocumentImpl. setImageCRSRef(ImageCRSRefType imageCRSRef)Sets the "imageCRSRef" element
-