Uses of Interface
net.opengis.gml.DomainSetType
-
Packages that use DomainSetType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DomainSetType in net.opengis.gml
Subinterfaces of DomainSetType in net.opengis.gml Modifier and Type Interface Description interfaceGridDomainTypeAn XML GridDomainType(@http://www.opengis.net/gml).interfaceMultiCurveDomainTypeAn XML MultiCurveDomainType(@http://www.opengis.net/gml).interfaceMultiPointDomainTypeAn XML MultiPointDomainType(@http://www.opengis.net/gml).interfaceMultiSolidDomainTypeAn XML MultiSolidDomainType(@http://www.opengis.net/gml).interfaceMultiSurfaceDomainTypeAn XML MultiSurfaceDomainType(@http://www.opengis.net/gml).interfaceRectifiedGridDomainTypeAn XML RectifiedGridDomainType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return DomainSetType Modifier and Type Method Description DomainSetTypeAbstractCoverageType. addNewDomainSet()Appends and returns a new empty "domainSet" elementDomainSetTypeDomainSetDocument. addNewDomainSet()Appends and returns a new empty "domainSet" elementDomainSetTypeAbstractCoverageType. getDomainSet()Gets the "domainSet" elementDomainSetTypeDomainSetDocument. getDomainSet()Gets the "domainSet" elementstatic DomainSetTypeDomainSetType.Factory. newInstance()static DomainSetTypeDomainSetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(File file)static DomainSetTypeDomainSetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(InputStream is)static DomainSetTypeDomainSetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(Reader r)static DomainSetTypeDomainSetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(String xmlAsString)static DomainSetTypeDomainSetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(URL u)static DomainSetTypeDomainSetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(XMLStreamReader sr)static DomainSetTypeDomainSetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DomainSetTypeDomainSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DomainSetTypeDomainSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DomainSetTypeDomainSetType.Factory. parse(Node node)static DomainSetTypeDomainSetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type DomainSetType Modifier and Type Method Description voidAbstractCoverageType. setDomainSet(DomainSetType domainSet)Sets the "domainSet" elementvoidDomainSetDocument. setDomainSet(DomainSetType domainSet)Sets the "domainSet" element -
Uses of DomainSetType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DomainSetType Modifier and Type Class Description classDomainSetTypeImplAn XML DomainSetType(@http://www.opengis.net/gml).classGridDomainTypeImplAn XML GridDomainType(@http://www.opengis.net/gml).classMultiCurveDomainTypeImplAn XML MultiCurveDomainType(@http://www.opengis.net/gml).classMultiPointDomainTypeImplAn XML MultiPointDomainType(@http://www.opengis.net/gml).classMultiSolidDomainTypeImplAn XML MultiSolidDomainType(@http://www.opengis.net/gml).classMultiSurfaceDomainTypeImplAn XML MultiSurfaceDomainType(@http://www.opengis.net/gml).classRectifiedGridDomainTypeImplAn XML RectifiedGridDomainType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return DomainSetType Modifier and Type Method Description DomainSetTypeAbstractCoverageTypeImpl. addNewDomainSet()Appends and returns a new empty "domainSet" elementDomainSetTypeDomainSetDocumentImpl. addNewDomainSet()Appends and returns a new empty "domainSet" elementDomainSetTypeAbstractCoverageTypeImpl. getDomainSet()Gets the "domainSet" elementDomainSetTypeDomainSetDocumentImpl. getDomainSet()Gets the "domainSet" elementMethods in net.opengis.gml.impl with parameters of type DomainSetType Modifier and Type Method Description voidAbstractCoverageTypeImpl. setDomainSet(DomainSetType domainSet)Sets the "domainSet" elementvoidDomainSetDocumentImpl. setDomainSet(DomainSetType domainSet)Sets the "domainSet" element
-