Uses of Interface
net.opengis.gml.x32.ImageCRSType
-
Packages that use ImageCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ImageCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ImageCRSType Modifier and Type Method Description ImageCRSTypeImageCRSDocument. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSTypeImageCRSPropertyType. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSTypeImageCRSDocument. getImageCRS()Gets the "ImageCRS" elementImageCRSTypeImageCRSPropertyType. getImageCRS()Gets the "ImageCRS" elementstatic ImageCRSTypeImageCRSType.Factory. newInstance()static ImageCRSTypeImageCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(File file)static ImageCRSTypeImageCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(InputStream is)static ImageCRSTypeImageCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(Reader r)static ImageCRSTypeImageCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(String xmlAsString)static ImageCRSTypeImageCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(URL u)static ImageCRSTypeImageCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(XMLStreamReader sr)static ImageCRSTypeImageCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ImageCRSTypeImageCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ImageCRSTypeImageCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ImageCRSTypeImageCRSType.Factory. parse(Node node)static ImageCRSTypeImageCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ImageCRSType Modifier and Type Method Description voidImageCRSDocument. setImageCRS(ImageCRSType imageCRS)Sets the "ImageCRS" elementvoidImageCRSPropertyType. setImageCRS(ImageCRSType imageCRS)Sets the "ImageCRS" element -
Uses of ImageCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ImageCRSType Modifier and Type Class Description classImageCRSTypeImplAn XML ImageCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ImageCRSType Modifier and Type Method Description ImageCRSTypeImageCRSDocumentImpl. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSTypeImageCRSPropertyTypeImpl. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSTypeImageCRSDocumentImpl. getImageCRS()Gets the "ImageCRS" elementImageCRSTypeImageCRSPropertyTypeImpl. getImageCRS()Gets the "ImageCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type ImageCRSType Modifier and Type Method Description voidImageCRSDocumentImpl. setImageCRS(ImageCRSType imageCRS)Sets the "ImageCRS" elementvoidImageCRSPropertyTypeImpl. setImageCRS(ImageCRSType imageCRS)Sets the "ImageCRS" element
-