Uses of Interface
net.opengis.wcs.x11.GridCrsType
-
Packages that use GridCrsType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of GridCrsType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return GridCrsType Modifier and Type Method Description GridCrsTypeGridCRSDocument. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeOutputType. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeSpatialDomainType. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeGridCRSDocument. getGridCRS()Gets the "GridCRS" elementGridCrsTypeOutputType. getGridCRS()Gets the "GridCRS" elementGridCrsTypeSpatialDomainType. getGridCRS()Gets the "GridCRS" elementstatic GridCrsTypeGridCrsType.Factory. newInstance()static GridCrsTypeGridCrsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(File file)static GridCrsTypeGridCrsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(InputStream is)static GridCrsTypeGridCrsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(Reader r)static GridCrsTypeGridCrsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(String xmlAsString)static GridCrsTypeGridCrsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(URL u)static GridCrsTypeGridCrsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(XMLStreamReader sr)static GridCrsTypeGridCrsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GridCrsTypeGridCrsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GridCrsTypeGridCrsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GridCrsTypeGridCrsType.Factory. parse(Node node)static GridCrsTypeGridCrsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type GridCrsType Modifier and Type Method Description voidGridCRSDocument. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidOutputType. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidSpatialDomainType. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" element -
Uses of GridCrsType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement GridCrsType Modifier and Type Class Description classGridCrsTypeImplAn XML GridCrsType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return GridCrsType Modifier and Type Method Description GridCrsTypeGridCRSDocumentImpl. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeOutputTypeImpl. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeSpatialDomainTypeImpl. addNewGridCRS()Appends and returns a new empty "GridCRS" elementGridCrsTypeGridCRSDocumentImpl. getGridCRS()Gets the "GridCRS" elementGridCrsTypeOutputTypeImpl. getGridCRS()Gets the "GridCRS" elementGridCrsTypeSpatialDomainTypeImpl. getGridCRS()Gets the "GridCRS" elementMethods in net.opengis.wcs.x11.impl with parameters of type GridCrsType Modifier and Type Method Description voidGridCRSDocumentImpl. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidOutputTypeImpl. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" elementvoidSpatialDomainTypeImpl. setGridCRS(GridCrsType gridCRS)Sets the "GridCRS" element
-