Uses of Interface
net.opengis.ogc.FeatureIdType

Packages that use FeatureIdType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of FeatureIdType in net.opengis.ogc
 

Methods in net.opengis.ogc that return FeatureIdType
 FeatureIdType FilterType.addNewFeatureId()
          Appends and returns a new empty value (as xml) as the last "FeatureId" element
 FeatureIdType FeatureIdDocument.addNewFeatureId()
          Appends and returns a new empty "FeatureId" element
 FeatureIdType FeatureIdDocument.getFeatureId()
          Gets the "FeatureId" element
 FeatureIdType[] FilterType.getFeatureIdArray()
          Gets array of all "FeatureId" elements
 FeatureIdType FilterType.getFeatureIdArray(int i)
          Gets ith "FeatureId" element
 FeatureIdType FilterType.insertNewFeatureId(int i)
          Inserts and returns a new empty value (as xml) as the ith "FeatureId" element
static FeatureIdType FeatureIdType.Factory.newInstance()
           
static FeatureIdType FeatureIdType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(File file)
           
static FeatureIdType FeatureIdType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(InputStream is)
           
static FeatureIdType FeatureIdType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(Node node)
           
static FeatureIdType FeatureIdType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(Reader r)
           
static FeatureIdType FeatureIdType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(String xmlAsString)
           
static FeatureIdType FeatureIdType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(URL u)
           
static FeatureIdType FeatureIdType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FeatureIdType FeatureIdType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FeatureIdType FeatureIdType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FeatureIdType FeatureIdType.Factory.parse(XMLStreamReader sr)
           
static FeatureIdType FeatureIdType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type FeatureIdType
 void FeatureIdDocument.setFeatureId(FeatureIdType featureId)
          Sets the "FeatureId" element
 void FilterType.setFeatureIdArray(FeatureIdType[] featureIdArray)
          Sets array of all "FeatureId" element
 void FilterType.setFeatureIdArray(int i, FeatureIdType featureId)
          Sets ith "FeatureId" element
 

Uses of FeatureIdType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement FeatureIdType
 class FeatureIdTypeImpl
          An XML FeatureIdType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return FeatureIdType
 FeatureIdType FilterTypeImpl.addNewFeatureId()
          Appends and returns a new empty value (as xml) as the last "FeatureId" element
 FeatureIdType FeatureIdDocumentImpl.addNewFeatureId()
          Appends and returns a new empty "FeatureId" element
 FeatureIdType FeatureIdDocumentImpl.getFeatureId()
          Gets the "FeatureId" element
 FeatureIdType[] FilterTypeImpl.getFeatureIdArray()
          Gets array of all "FeatureId" elements
 FeatureIdType FilterTypeImpl.getFeatureIdArray(int i)
          Gets ith "FeatureId" element
 FeatureIdType FilterTypeImpl.insertNewFeatureId(int i)
          Inserts and returns a new empty value (as xml) as the ith "FeatureId" element
 

Methods in net.opengis.ogc.impl with parameters of type FeatureIdType
 void FeatureIdDocumentImpl.setFeatureId(FeatureIdType featureId)
          Sets the "FeatureId" element
 void FilterTypeImpl.setFeatureIdArray(FeatureIdType[] featureIdArray)
          Sets array of all "FeatureId" element
 void FilterTypeImpl.setFeatureIdArray(int i, FeatureIdType featureId)
          Sets ith "FeatureId" element
 



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