Uses of Interface
net.opengis.ogc.GmlObjectIdType
-
Packages that use GmlObjectIdType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of GmlObjectIdType in net.opengis.ogc
Methods in net.opengis.ogc that return GmlObjectIdType Modifier and Type Method Description GmlObjectIdTypeGmlObjectIdDocument. addNewGmlObjectId()Appends and returns a new empty "GmlObjectId" elementGmlObjectIdTypeGmlObjectIdDocument. getGmlObjectId()Gets the "GmlObjectId" elementstatic GmlObjectIdTypeGmlObjectIdType.Factory. newInstance()static GmlObjectIdTypeGmlObjectIdType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(File file)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(InputStream is)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(Reader r)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(String xmlAsString)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(URL u)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(XMLStreamReader sr)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GmlObjectIdTypeGmlObjectIdType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GmlObjectIdTypeGmlObjectIdType.Factory. parse(Node node)static GmlObjectIdTypeGmlObjectIdType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type GmlObjectIdType Modifier and Type Method Description voidGmlObjectIdDocument. setGmlObjectId(GmlObjectIdType gmlObjectId)Sets the "GmlObjectId" element -
Uses of GmlObjectIdType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement GmlObjectIdType Modifier and Type Class Description classGmlObjectIdTypeImplAn XML GmlObjectIdType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return GmlObjectIdType Modifier and Type Method Description GmlObjectIdTypeGmlObjectIdDocumentImpl. addNewGmlObjectId()Appends and returns a new empty "GmlObjectId" elementGmlObjectIdTypeGmlObjectIdDocumentImpl. getGmlObjectId()Gets the "GmlObjectId" elementMethods in net.opengis.ogc.impl with parameters of type GmlObjectIdType Modifier and Type Method Description voidGmlObjectIdDocumentImpl. setGmlObjectId(GmlObjectIdType gmlObjectId)Sets the "GmlObjectId" element
-