Uses of Interface
net.opengis.ogc.FeatureIdType
-
Packages that use FeatureIdType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FeatureIdType in net.opengis.ogc
Methods in net.opengis.ogc that return FeatureIdType Modifier and Type Method Description FeatureIdTypeFeatureIdDocument. addNewFeatureId()Appends and returns a new empty "FeatureId" elementFeatureIdTypeFeatureIdDocument. getFeatureId()Gets the "FeatureId" elementstatic FeatureIdTypeFeatureIdType.Factory. newInstance()static FeatureIdTypeFeatureIdType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(File file)static FeatureIdTypeFeatureIdType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(InputStream is)static FeatureIdTypeFeatureIdType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(Reader r)static FeatureIdTypeFeatureIdType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(String xmlAsString)static FeatureIdTypeFeatureIdType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(URL u)static FeatureIdTypeFeatureIdType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(XMLStreamReader sr)static FeatureIdTypeFeatureIdType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FeatureIdTypeFeatureIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FeatureIdTypeFeatureIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FeatureIdTypeFeatureIdType.Factory. parse(Node node)static FeatureIdTypeFeatureIdType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FeatureIdType Modifier and Type Method Description voidFeatureIdDocument. setFeatureId(FeatureIdType featureId)Sets the "FeatureId" element -
Uses of FeatureIdType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FeatureIdType Modifier and Type Class Description classFeatureIdTypeImplAn XML FeatureIdType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FeatureIdType Modifier and Type Method Description FeatureIdTypeFeatureIdDocumentImpl. addNewFeatureId()Appends and returns a new empty "FeatureId" elementFeatureIdTypeFeatureIdDocumentImpl. getFeatureId()Gets the "FeatureId" elementMethods in net.opengis.ogc.impl with parameters of type FeatureIdType Modifier and Type Method Description voidFeatureIdDocumentImpl. setFeatureId(FeatureIdType featureId)Sets the "FeatureId" element
-