Uses of Interface
net.opengis.wcs.x11.ImageCRSRefType
-
Packages that use ImageCRSRefType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of ImageCRSRefType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeSpatialDomainType. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSRefTypeSpatialDomainType. getImageCRS()Gets the "ImageCRS" 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.wcs.x11 with parameters of type ImageCRSRefType Modifier and Type Method Description voidSpatialDomainType. setImageCRS(ImageCRSRefType imageCRS)Sets the "ImageCRS" element -
Uses of ImageCRSRefType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement ImageCRSRefType Modifier and Type Class Description classImageCRSRefTypeImplAn XML ImageCRSRefType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeSpatialDomainTypeImpl. addNewImageCRS()Appends and returns a new empty "ImageCRS" elementImageCRSRefTypeSpatialDomainTypeImpl. getImageCRS()Gets the "ImageCRS" elementMethods in net.opengis.wcs.x11.impl with parameters of type ImageCRSRefType Modifier and Type Method Description voidSpatialDomainTypeImpl. setImageCRS(ImageCRSRefType imageCRS)Sets the "ImageCRS" element
-