Uses of Interface
net.opengis.sensorML.x10.AbstractSMLType

Packages that use AbstractSMLType
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of AbstractSMLType in net.opengis.sensorML.x10
 

Subinterfaces of AbstractSMLType in net.opengis.sensorML.x10
 interface AbstractComponentType
          An XML AbstractComponentType(@http://www.opengis.net/sensorML/1.0).
 interface AbstractDerivableComponentType
          An XML AbstractDerivableComponentType(@http://www.opengis.net/sensorML/1.0).
 interface AbstractDerivableProcessType
          An XML AbstractDerivableProcessType(@http://www.opengis.net/sensorML/1.0).
 interface AbstractProcessType
          An XML AbstractProcessType(@http://www.opengis.net/sensorML/1.0).
 interface AbstractPureProcessType
          An XML AbstractPureProcessType(@http://www.opengis.net/sensorML/1.0).
 interface AbstractRestrictedProcessType
          An XML AbstractRestrictedProcessType(@http://www.opengis.net/sensorML/1.0).
 interface ComponentArrayType
          An XML ComponentArrayType(@http://www.opengis.net/sensorML/1.0).
 interface ComponentType
          An XML ComponentType(@http://www.opengis.net/sensorML/1.0).
 interface DataSourceType
          An XML DataSourceType(@http://www.opengis.net/sensorML/1.0).
 interface ProcessChainType
          An XML ProcessChainType(@http://www.opengis.net/sensorML/1.0).
 interface ProcessModelType
          An XML ProcessModelType(@http://www.opengis.net/sensorML/1.0).
 interface SystemType
          An XML SystemType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10 that return AbstractSMLType
static AbstractSMLType AbstractSMLType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static AbstractSMLType AbstractSMLType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static AbstractSMLType AbstractSMLType.Factory.parse(File file)
           
static AbstractSMLType AbstractSMLType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(InputStream is)
           
static AbstractSMLType AbstractSMLType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(Node node)
           
static AbstractSMLType AbstractSMLType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(Reader r)
           
static AbstractSMLType AbstractSMLType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(String xmlAsString)
           
static AbstractSMLType AbstractSMLType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(URL u)
           
static AbstractSMLType AbstractSMLType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSMLType AbstractSMLType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractSMLType AbstractSMLType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractSMLType AbstractSMLType.Factory.parse(XMLStreamReader sr)
           
static AbstractSMLType AbstractSMLType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of AbstractSMLType in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement AbstractSMLType
 class AbstractComponentTypeImpl
          An XML AbstractComponentType(@http://www.opengis.net/sensorML/1.0).
 class AbstractDerivableComponentTypeImpl
          An XML AbstractDerivableComponentType(@http://www.opengis.net/sensorML/1.0).
 class AbstractDerivableProcessTypeImpl
          An XML AbstractDerivableProcessType(@http://www.opengis.net/sensorML/1.0).
 class AbstractProcessTypeImpl
          An XML AbstractProcessType(@http://www.opengis.net/sensorML/1.0).
 class AbstractPureProcessTypeImpl
          An XML AbstractPureProcessType(@http://www.opengis.net/sensorML/1.0).
 class AbstractRestrictedProcessTypeImpl
          An XML AbstractRestrictedProcessType(@http://www.opengis.net/sensorML/1.0).
 class AbstractSMLTypeImpl
          An XML AbstractSMLType(@http://www.opengis.net/sensorML/1.0).
 class ComponentArrayTypeImpl
          An XML ComponentArrayType(@http://www.opengis.net/sensorML/1.0).
 class ComponentTypeImpl
          An XML ComponentType(@http://www.opengis.net/sensorML/1.0).
 class DataSourceTypeImpl
          An XML DataSourceType(@http://www.opengis.net/sensorML/1.0).
 class ProcessChainTypeImpl
          An XML ProcessChainType(@http://www.opengis.net/sensorML/1.0).
 class ProcessModelTypeImpl
          An XML ProcessModelType(@http://www.opengis.net/sensorML/1.0).
 class SystemTypeImpl
          An XML SystemType(@http://www.opengis.net/sensorML/1.0).
 



Copyright © 2004-2013 52north.org. All Rights Reserved.