Uses of Interface
net.opengis.gml.IndexMapType
-
Packages that use IndexMapType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of IndexMapType in net.opengis.gml
Methods in net.opengis.gml that return IndexMapType Modifier and Type Method Description IndexMapTypeIndexMapDocument. addNewIndexMap()Appends and returns a new empty "IndexMap" elementIndexMapTypeIndexMapDocument. getIndexMap()Gets the "IndexMap" elementstatic IndexMapTypeIndexMapType.Factory. newInstance()static IndexMapTypeIndexMapType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(File file)static IndexMapTypeIndexMapType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(InputStream is)static IndexMapTypeIndexMapType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(Reader r)static IndexMapTypeIndexMapType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(String xmlAsString)static IndexMapTypeIndexMapType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(URL u)static IndexMapTypeIndexMapType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(XMLStreamReader sr)static IndexMapTypeIndexMapType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IndexMapTypeIndexMapType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IndexMapTypeIndexMapType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IndexMapTypeIndexMapType.Factory. parse(Node node)static IndexMapTypeIndexMapType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type IndexMapType Modifier and Type Method Description voidIndexMapDocument. setIndexMap(IndexMapType indexMap)Sets the "IndexMap" element -
Uses of IndexMapType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement IndexMapType Modifier and Type Class Description classIndexMapTypeImplAn XML IndexMapType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return IndexMapType Modifier and Type Method Description IndexMapTypeIndexMapDocumentImpl. addNewIndexMap()Appends and returns a new empty "IndexMap" elementIndexMapTypeIndexMapDocumentImpl. getIndexMap()Gets the "IndexMap" elementMethods in net.opengis.gml.impl with parameters of type IndexMapType Modifier and Type Method Description voidIndexMapDocumentImpl. setIndexMap(IndexMapType indexMap)Sets the "IndexMap" element
-