Uses of Interface
org.x52North.sensorweb.sos.importer.x02.FeatureOfInterestType

Packages that use FeatureOfInterestType
org.x52North.sensorweb.sos.importer.x02   
org.x52North.sensorweb.sos.importer.x02.impl   
 

Uses of FeatureOfInterestType in org.x52North.sensorweb.sos.importer.x02
 

Methods in org.x52North.sensorweb.sos.importer.x02 that return FeatureOfInterestType
 FeatureOfInterestType FeatureOfInterestDocument.addNewFeatureOfInterest()
          Appends and returns a new empty "FeatureOfInterest" element
 FeatureOfInterestType AdditionalMetadataDocument.AdditionalMetadata.addNewFeatureOfInterest()
          Appends and returns a new empty value (as xml) as the last "FeatureOfInterest" element
 FeatureOfInterestType FeatureOfInterestDocument.getFeatureOfInterest()
          Gets the "FeatureOfInterest" element
 FeatureOfInterestType[] AdditionalMetadataDocument.AdditionalMetadata.getFeatureOfInterestArray()
          Gets array of all "FeatureOfInterest" elements
 FeatureOfInterestType AdditionalMetadataDocument.AdditionalMetadata.getFeatureOfInterestArray(int i)
          Gets ith "FeatureOfInterest" element
 FeatureOfInterestType AdditionalMetadataDocument.AdditionalMetadata.insertNewFeatureOfInterest(int i)
          Inserts and returns a new empty value (as xml) as the ith "FeatureOfInterest" element
static FeatureOfInterestType FeatureOfInterestType.Factory.newInstance()
           
static FeatureOfInterestType FeatureOfInterestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(File file)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(InputStream is)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(Node node)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(Reader r)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(String xmlAsString)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(URL u)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(XMLStreamReader sr)
           
static FeatureOfInterestType FeatureOfInterestType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type FeatureOfInterestType
 void FeatureOfInterestDocument.setFeatureOfInterest(FeatureOfInterestType featureOfInterest)
          Sets the "FeatureOfInterest" element
 void AdditionalMetadataDocument.AdditionalMetadata.setFeatureOfInterestArray(FeatureOfInterestType[] featureOfInterestArray)
          Sets array of all "FeatureOfInterest" element
 void AdditionalMetadataDocument.AdditionalMetadata.setFeatureOfInterestArray(int i, FeatureOfInterestType featureOfInterest)
          Sets ith "FeatureOfInterest" element
 

Uses of FeatureOfInterestType in org.x52North.sensorweb.sos.importer.x02.impl
 

Classes in org.x52North.sensorweb.sos.importer.x02.impl that implement FeatureOfInterestType
 class FeatureOfInterestTypeImpl
          An XML FeatureOfInterestType(@http://52north.org/sensorweb/sos/importer/0.2/).
 

Methods in org.x52North.sensorweb.sos.importer.x02.impl that return FeatureOfInterestType
 FeatureOfInterestType FeatureOfInterestDocumentImpl.addNewFeatureOfInterest()
          Appends and returns a new empty "FeatureOfInterest" element
 FeatureOfInterestType AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.addNewFeatureOfInterest()
          Appends and returns a new empty value (as xml) as the last "FeatureOfInterest" element
 FeatureOfInterestType FeatureOfInterestDocumentImpl.getFeatureOfInterest()
          Gets the "FeatureOfInterest" element
 FeatureOfInterestType[] AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getFeatureOfInterestArray()
          Gets array of all "FeatureOfInterest" elements
 FeatureOfInterestType AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getFeatureOfInterestArray(int i)
          Gets ith "FeatureOfInterest" element
 FeatureOfInterestType AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.insertNewFeatureOfInterest(int i)
          Inserts and returns a new empty value (as xml) as the ith "FeatureOfInterest" element
 

Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type FeatureOfInterestType
 void FeatureOfInterestDocumentImpl.setFeatureOfInterest(FeatureOfInterestType featureOfInterest)
          Sets the "FeatureOfInterest" element
 void AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setFeatureOfInterestArray(FeatureOfInterestType[] featureOfInterestArray)
          Sets array of all "FeatureOfInterest" element
 void AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setFeatureOfInterestArray(int i, FeatureOfInterestType featureOfInterest)
          Sets ith "FeatureOfInterest" element
 



Copyright © 2011-2012 52°North. All Rights Reserved.