Uses of Interface
org.isotc211.x2005.gmd.DSSensorType
-
Packages that use DSSensorType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSSensorType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSSensorType Modifier and Type Method Description DSSensorTypeDSSensorDocument. addNewDSSensor()Appends and returns a new empty "DS_Sensor" elementDSSensorTypeDSSensorPropertyType. addNewDSSensor()Appends and returns a new empty "DS_Sensor" elementDSSensorTypeDSSensorDocument. getDSSensor()Gets the "DS_Sensor" elementDSSensorTypeDSSensorPropertyType. getDSSensor()Gets the "DS_Sensor" elementstatic DSSensorTypeDSSensorType.Factory. newInstance()static DSSensorTypeDSSensorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(File file)static DSSensorTypeDSSensorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(InputStream is)static DSSensorTypeDSSensorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(Reader r)static DSSensorTypeDSSensorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(String xmlAsString)static DSSensorTypeDSSensorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(URL u)static DSSensorTypeDSSensorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(XMLStreamReader sr)static DSSensorTypeDSSensorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSSensorTypeDSSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSSensorTypeDSSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSSensorTypeDSSensorType.Factory. parse(Node node)static DSSensorTypeDSSensorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSSensorType Modifier and Type Method Description voidDSSensorDocument. setDSSensor(DSSensorType dsSensor)Sets the "DS_Sensor" elementvoidDSSensorPropertyType. setDSSensor(DSSensorType dsSensor)Sets the "DS_Sensor" element -
Uses of DSSensorType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSSensorType Modifier and Type Class Description classDSSensorTypeImplAn XML DS_Sensor_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSSensorType Modifier and Type Method Description DSSensorTypeDSSensorDocumentImpl. addNewDSSensor()Appends and returns a new empty "DS_Sensor" elementDSSensorTypeDSSensorPropertyTypeImpl. addNewDSSensor()Appends and returns a new empty "DS_Sensor" elementDSSensorTypeDSSensorDocumentImpl. getDSSensor()Gets the "DS_Sensor" elementDSSensorTypeDSSensorPropertyTypeImpl. getDSSensor()Gets the "DS_Sensor" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSSensorType Modifier and Type Method Description voidDSSensorDocumentImpl. setDSSensor(DSSensorType dsSensor)Sets the "DS_Sensor" elementvoidDSSensorPropertyTypeImpl. setDSSensor(DSSensorType dsSensor)Sets the "DS_Sensor" element
-