Uses of Interface
net.opengis.gml.x32.DomainSetType
-
Packages that use DomainSetType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DomainSetType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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" elementDomainSetTypeGridDomainDocument. addNewGridDomain()Appends and returns a new empty "gridDomain" elementDomainSetTypeMultiCurveDomainDocument. addNewMultiCurveDomain()Appends and returns a new empty "multiCurveDomain" elementDomainSetTypeMultiPointDomainDocument. addNewMultiPointDomain()Appends and returns a new empty "multiPointDomain" elementDomainSetTypeMultiSolidDomainDocument. addNewMultiSolidDomain()Appends and returns a new empty "multiSolidDomain" elementDomainSetTypeMultiSurfaceDomainDocument. addNewMultiSurfaceDomain()Appends and returns a new empty "multiSurfaceDomain" elementDomainSetTypeRectifiedGridDomainDocument. addNewRectifiedGridDomain()Appends and returns a new empty "rectifiedGridDomain" elementDomainSetTypeAbstractCoverageType. getDomainSet()Gets the "domainSet" elementDomainSetTypeDomainSetDocument. getDomainSet()Gets the "domainSet" elementDomainSetTypeGridDomainDocument. getGridDomain()Gets the "gridDomain" elementDomainSetTypeMultiCurveDomainDocument. getMultiCurveDomain()Gets the "multiCurveDomain" elementDomainSetTypeMultiPointDomainDocument. getMultiPointDomain()Gets the "multiPointDomain" elementDomainSetTypeMultiSolidDomainDocument. getMultiSolidDomain()Gets the "multiSolidDomain" elementDomainSetTypeMultiSurfaceDomainDocument. getMultiSurfaceDomain()Gets the "multiSurfaceDomain" elementDomainSetTypeRectifiedGridDomainDocument. getRectifiedGridDomain()Gets the "rectifiedGridDomain" 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.x32 with parameters of type DomainSetType Modifier and Type Method Description voidAbstractCoverageType. setDomainSet(DomainSetType domainSet)Sets the "domainSet" elementvoidDomainSetDocument. setDomainSet(DomainSetType domainSet)Sets the "domainSet" elementvoidGridDomainDocument. setGridDomain(DomainSetType gridDomain)Sets the "gridDomain" elementvoidMultiCurveDomainDocument. setMultiCurveDomain(DomainSetType multiCurveDomain)Sets the "multiCurveDomain" elementvoidMultiPointDomainDocument. setMultiPointDomain(DomainSetType multiPointDomain)Sets the "multiPointDomain" elementvoidMultiSolidDomainDocument. setMultiSolidDomain(DomainSetType multiSolidDomain)Sets the "multiSolidDomain" elementvoidMultiSurfaceDomainDocument. setMultiSurfaceDomain(DomainSetType multiSurfaceDomain)Sets the "multiSurfaceDomain" elementvoidRectifiedGridDomainDocument. setRectifiedGridDomain(DomainSetType rectifiedGridDomain)Sets the "rectifiedGridDomain" element -
Uses of DomainSetType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DomainSetType Modifier and Type Class Description classDomainSetTypeImplAn XML DomainSetType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.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" elementDomainSetTypeGridDomainDocumentImpl. addNewGridDomain()Appends and returns a new empty "gridDomain" elementDomainSetTypeMultiCurveDomainDocumentImpl. addNewMultiCurveDomain()Appends and returns a new empty "multiCurveDomain" elementDomainSetTypeMultiPointDomainDocumentImpl. addNewMultiPointDomain()Appends and returns a new empty "multiPointDomain" elementDomainSetTypeMultiSolidDomainDocumentImpl. addNewMultiSolidDomain()Appends and returns a new empty "multiSolidDomain" elementDomainSetTypeMultiSurfaceDomainDocumentImpl. addNewMultiSurfaceDomain()Appends and returns a new empty "multiSurfaceDomain" elementDomainSetTypeRectifiedGridDomainDocumentImpl. addNewRectifiedGridDomain()Appends and returns a new empty "rectifiedGridDomain" elementDomainSetTypeAbstractCoverageTypeImpl. getDomainSet()Gets the "domainSet" elementDomainSetTypeDomainSetDocumentImpl. getDomainSet()Gets the "domainSet" elementDomainSetTypeGridDomainDocumentImpl. getGridDomain()Gets the "gridDomain" elementDomainSetTypeMultiCurveDomainDocumentImpl. getMultiCurveDomain()Gets the "multiCurveDomain" elementDomainSetTypeMultiPointDomainDocumentImpl. getMultiPointDomain()Gets the "multiPointDomain" elementDomainSetTypeMultiSolidDomainDocumentImpl. getMultiSolidDomain()Gets the "multiSolidDomain" elementDomainSetTypeMultiSurfaceDomainDocumentImpl. getMultiSurfaceDomain()Gets the "multiSurfaceDomain" elementDomainSetTypeRectifiedGridDomainDocumentImpl. getRectifiedGridDomain()Gets the "rectifiedGridDomain" elementMethods in net.opengis.gml.x32.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" elementvoidGridDomainDocumentImpl. setGridDomain(DomainSetType gridDomain)Sets the "gridDomain" elementvoidMultiCurveDomainDocumentImpl. setMultiCurveDomain(DomainSetType multiCurveDomain)Sets the "multiCurveDomain" elementvoidMultiPointDomainDocumentImpl. setMultiPointDomain(DomainSetType multiPointDomain)Sets the "multiPointDomain" elementvoidMultiSolidDomainDocumentImpl. setMultiSolidDomain(DomainSetType multiSolidDomain)Sets the "multiSolidDomain" elementvoidMultiSurfaceDomainDocumentImpl. setMultiSurfaceDomain(DomainSetType multiSurfaceDomain)Sets the "multiSurfaceDomain" elementvoidRectifiedGridDomainDocumentImpl. setRectifiedGridDomain(DomainSetType rectifiedGridDomain)Sets the "rectifiedGridDomain" element
-