Uses of Interface
net.opengis.gml.x32.GridType
-
Packages that use GridType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GridType in net.opengis.gml.x32
Subinterfaces of GridType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceRectifiedGridTypeAn XML RectifiedGridType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return GridType Modifier and Type Method Description GridTypeGridDocument. addNewGrid()Appends and returns a new empty "Grid" elementGridTypeGridDocument. getGrid()Gets the "Grid" elementstatic GridTypeGridType.Factory. newInstance()static GridTypeGridType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(File file)static GridTypeGridType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(InputStream is)static GridTypeGridType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(Reader r)static GridTypeGridType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(String xmlAsString)static GridTypeGridType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(URL u)static GridTypeGridType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(XMLStreamReader sr)static GridTypeGridType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GridTypeGridType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GridTypeGridType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GridTypeGridType.Factory. parse(Node node)static GridTypeGridType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type GridType Modifier and Type Method Description voidGridDocument. setGrid(GridType grid)Sets the "Grid" element -
Uses of GridType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GridType Modifier and Type Class Description classGridTypeImplAn XML GridType(@http://www.opengis.net/gml/3.2).classRectifiedGridTypeImplAn XML RectifiedGridType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GridType Modifier and Type Method Description GridTypeGridDocumentImpl. addNewGrid()Appends and returns a new empty "Grid" elementGridTypeGridDocumentImpl. getGrid()Gets the "Grid" elementMethods in net.opengis.gml.x32.impl with parameters of type GridType Modifier and Type Method Description voidGridDocumentImpl. setGrid(GridType grid)Sets the "Grid" element
-