Uses of Interface
net.opengis.ogc.AbstractIdType
-
Packages that use AbstractIdType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of AbstractIdType in net.opengis.ogc
Subinterfaces of AbstractIdType in net.opengis.ogc Modifier and Type Interface Description interfaceFeatureIdTypeAn XML FeatureIdType(@http://www.opengis.net/ogc).interfaceGmlObjectIdTypeAn XML GmlObjectIdType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc that return AbstractIdType Modifier and Type Method Description AbstractIdTypeFilterType. addNewId()Appends and returns a new empty value (as xml) as the last "_Id" elementAbstractIdTypeIdDocument. addNewId()Appends and returns a new empty "_Id" elementAbstractIdTypeIdDocument. getId()Gets the "_Id" elementAbstractIdType[]FilterType. getIdArray()Gets array of all "_Id" elementsAbstractIdTypeFilterType. getIdArray(int i)Gets ith "_Id" elementAbstractIdTypeFilterType. insertNewId(int i)Inserts and returns a new empty value (as xml) as the ith "_Id" elementstatic AbstractIdTypeAbstractIdType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractIdTypeAbstractIdType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractIdTypeAbstractIdType.Factory. parse(File file)static AbstractIdTypeAbstractIdType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(InputStream is)static AbstractIdTypeAbstractIdType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(Reader r)static AbstractIdTypeAbstractIdType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(String xmlAsString)static AbstractIdTypeAbstractIdType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(URL u)static AbstractIdTypeAbstractIdType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(XMLStreamReader sr)static AbstractIdTypeAbstractIdType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractIdTypeAbstractIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractIdTypeAbstractIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractIdTypeAbstractIdType.Factory. parse(Node node)static AbstractIdTypeAbstractIdType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type AbstractIdType Modifier and Type Method Description voidIdDocument. setId(AbstractIdType id)Sets the "_Id" elementvoidFilterType. setIdArray(int i, AbstractIdType id)Sets ith "_Id" elementvoidFilterType. setIdArray(AbstractIdType[] idArray)Sets array of all "_Id" element -
Uses of AbstractIdType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement AbstractIdType Modifier and Type Class Description classAbstractIdTypeImplAn XML AbstractIdType(@http://www.opengis.net/ogc).classFeatureIdTypeImplAn XML FeatureIdType(@http://www.opengis.net/ogc).classGmlObjectIdTypeImplAn XML GmlObjectIdType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return AbstractIdType Modifier and Type Method Description AbstractIdTypeFilterTypeImpl. addNewId()Appends and returns a new empty value (as xml) as the last "_Id" elementAbstractIdTypeIdDocumentImpl. addNewId()Appends and returns a new empty "_Id" elementAbstractIdTypeIdDocumentImpl. getId()Gets the "_Id" elementAbstractIdType[]FilterTypeImpl. getIdArray()Gets array of all "_Id" elementsAbstractIdTypeFilterTypeImpl. getIdArray(int i)Gets ith "_Id" elementAbstractIdTypeFilterTypeImpl. insertNewId(int i)Inserts and returns a new empty value (as xml) as the ith "_Id" elementMethods in net.opengis.ogc.impl with parameters of type AbstractIdType Modifier and Type Method Description voidIdDocumentImpl. setId(AbstractIdType id)Sets the "_Id" elementvoidFilterTypeImpl. setIdArray(int i, AbstractIdType id)Sets ith "_Id" elementvoidFilterTypeImpl. setIdArray(AbstractIdType[] idArray)Sets array of all "_Id" element
-