Uses of Interface
net.opengis.sensorml.x20.AbstractMetadataListDocument
-
Packages that use AbstractMetadataListDocument Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractMetadataListDocument in net.opengis.sensorml.x20
Subinterfaces of AbstractMetadataListDocument in net.opengis.sensorml.x20 Modifier and Type Interface Description interfaceCapabilityListDocumentA document containing one CapabilityList(@http://www.opengis.net/sensorml/2.0) element.interfaceCharacteristicListDocumentA document containing one CharacteristicList(@http://www.opengis.net/sensorml/2.0) element.interfaceClassifierListDocumentA document containing one ClassifierList(@http://www.opengis.net/sensorml/2.0) element.interfaceContactListDocumentA document containing one ContactList(@http://www.opengis.net/sensorml/2.0) element.interfaceDocumentListDocumentA document containing one DocumentList(@http://www.opengis.net/sensorml/2.0) element.interfaceEventListDocumentA document containing one EventList(@http://www.opengis.net/sensorml/2.0) element.interfaceFeatureListDocumentA document containing one FeatureList(@http://www.opengis.net/sensorml/2.0) element.interfaceIdentifierListDocumentA document containing one IdentifierList(@http://www.opengis.net/sensorml/2.0) element.interfaceKeywordListDocumentA document containing one KeywordList(@http://www.opengis.net/sensorml/2.0) element.Methods in net.opengis.sensorml.x20 that return AbstractMetadataListDocument Modifier and Type Method Description static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. newInstance()static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(File file)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(InputStream is)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(Reader r)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(String xmlAsString)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(URL u)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(XMLStreamReader sr)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(Node node)static AbstractMetadataListDocumentAbstractMetadataListDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of AbstractMetadataListDocument in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractMetadataListDocument Modifier and Type Class Description classAbstractMetadataListDocumentImplA document containing one AbstractMetadataList(@http://www.opengis.net/sensorml/2.0) element.classCapabilityListDocumentImplA document containing one CapabilityList(@http://www.opengis.net/sensorml/2.0) element.classCharacteristicListDocumentImplA document containing one CharacteristicList(@http://www.opengis.net/sensorml/2.0) element.classClassifierListDocumentImplA document containing one ClassifierList(@http://www.opengis.net/sensorml/2.0) element.classContactListDocumentImplA document containing one ContactList(@http://www.opengis.net/sensorml/2.0) element.classDocumentListDocumentImplA document containing one DocumentList(@http://www.opengis.net/sensorml/2.0) element.classEventListDocumentImplA document containing one EventList(@http://www.opengis.net/sensorml/2.0) element.classFeatureListDocumentImplA document containing one FeatureList(@http://www.opengis.net/sensorml/2.0) element.classIdentifierListDocumentImplA document containing one IdentifierList(@http://www.opengis.net/sensorml/2.0) element.classKeywordListDocumentImplA document containing one KeywordList(@http://www.opengis.net/sensorml/2.0) element.
-