Uses of Interface
net.opengis.gml.x32.DataBlockType
-
Packages that use DataBlockType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DataBlockType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DataBlockType Modifier and Type Method Description DataBlockTypeDataBlockDocument. addNewDataBlock()Appends and returns a new empty "DataBlock" elementDataBlockTypeRangeSetType. addNewDataBlock()Appends and returns a new empty "DataBlock" elementDataBlockTypeDataBlockDocument. getDataBlock()Gets the "DataBlock" elementDataBlockTypeRangeSetType. getDataBlock()Gets the "DataBlock" elementstatic DataBlockTypeDataBlockType.Factory. newInstance()static DataBlockTypeDataBlockType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(File file)static DataBlockTypeDataBlockType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(InputStream is)static DataBlockTypeDataBlockType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(Reader r)static DataBlockTypeDataBlockType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(String xmlAsString)static DataBlockTypeDataBlockType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(URL u)static DataBlockTypeDataBlockType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(XMLStreamReader sr)static DataBlockTypeDataBlockType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DataBlockTypeDataBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DataBlockTypeDataBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DataBlockTypeDataBlockType.Factory. parse(Node node)static DataBlockTypeDataBlockType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DataBlockType Modifier and Type Method Description voidDataBlockDocument. setDataBlock(DataBlockType dataBlock)Sets the "DataBlock" elementvoidRangeSetType. setDataBlock(DataBlockType dataBlock)Sets the "DataBlock" element -
Uses of DataBlockType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DataBlockType Modifier and Type Class Description classDataBlockTypeImplAn XML DataBlockType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DataBlockType Modifier and Type Method Description DataBlockTypeDataBlockDocumentImpl. addNewDataBlock()Appends and returns a new empty "DataBlock" elementDataBlockTypeRangeSetTypeImpl. addNewDataBlock()Appends and returns a new empty "DataBlock" elementDataBlockTypeDataBlockDocumentImpl. getDataBlock()Gets the "DataBlock" elementDataBlockTypeRangeSetTypeImpl. getDataBlock()Gets the "DataBlock" elementMethods in net.opengis.gml.x32.impl with parameters of type DataBlockType Modifier and Type Method Description voidDataBlockDocumentImpl. setDataBlock(DataBlockType dataBlock)Sets the "DataBlock" elementvoidRangeSetTypeImpl. setDataBlock(DataBlockType dataBlock)Sets the "DataBlock" element
-