Uses of Interface
net.opengis.sensorml.x20.FeatureListType
-
Packages that use FeatureListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of FeatureListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return FeatureListType Modifier and Type Method Description FeatureListTypeAbstractProcessType.FeaturesOfInterest. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeFeatureListDocument. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeFeatureListPropertyType. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeAbstractProcessType.FeaturesOfInterest. getFeatureList()Gets the "FeatureList" elementFeatureListTypeFeatureListDocument. getFeatureList()Gets the "FeatureList" elementFeatureListTypeFeatureListPropertyType. getFeatureList()Gets the "FeatureList" elementstatic FeatureListTypeFeatureListType.Factory. newInstance()static FeatureListTypeFeatureListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(File file)static FeatureListTypeFeatureListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(InputStream is)static FeatureListTypeFeatureListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(Reader r)static FeatureListTypeFeatureListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(String xmlAsString)static FeatureListTypeFeatureListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(URL u)static FeatureListTypeFeatureListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(XMLStreamReader sr)static FeatureListTypeFeatureListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FeatureListTypeFeatureListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FeatureListTypeFeatureListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FeatureListTypeFeatureListType.Factory. parse(Node node)static FeatureListTypeFeatureListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type FeatureListType Modifier and Type Method Description voidAbstractProcessType.FeaturesOfInterest. setFeatureList(FeatureListType featureList)Sets the "FeatureList" elementvoidFeatureListDocument. setFeatureList(FeatureListType featureList)Sets the "FeatureList" elementvoidFeatureListPropertyType. setFeatureList(FeatureListType featureList)Sets the "FeatureList" element -
Uses of FeatureListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement FeatureListType Modifier and Type Class Description classFeatureListTypeImplAn XML FeatureListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return FeatureListType Modifier and Type Method Description FeatureListTypeAbstractProcessTypeImpl.FeaturesOfInterestImpl. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeFeatureListDocumentImpl. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeFeatureListPropertyTypeImpl. addNewFeatureList()Appends and returns a new empty "FeatureList" elementFeatureListTypeAbstractProcessTypeImpl.FeaturesOfInterestImpl. getFeatureList()Gets the "FeatureList" elementFeatureListTypeFeatureListDocumentImpl. getFeatureList()Gets the "FeatureList" elementFeatureListTypeFeatureListPropertyTypeImpl. getFeatureList()Gets the "FeatureList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type FeatureListType Modifier and Type Method Description voidAbstractProcessTypeImpl.FeaturesOfInterestImpl. setFeatureList(FeatureListType featureList)Sets the "FeatureList" elementvoidFeatureListDocumentImpl. setFeatureList(FeatureListType featureList)Sets the "FeatureList" elementvoidFeatureListPropertyTypeImpl. setFeatureList(FeatureListType featureList)Sets the "FeatureList" element
-