Uses of Interface
net.opengis.gmlcov.x10.AbstractCoverageType
-
Packages that use AbstractCoverageType Package Description net.opengis.gmlcov.x10 net.opengis.gmlcov.x10.impl -
-
Uses of AbstractCoverageType in net.opengis.gmlcov.x10
Subinterfaces of AbstractCoverageType in net.opengis.gmlcov.x10 Modifier and Type Interface Description interfaceAbstractContinuousCoverageTypeAn XML AbstractContinuousCoverageType(@http://www.opengis.net/gmlcov/1.0).interfaceAbstractDiscreteCoverageTypeAn XML AbstractDiscreteCoverageType(@http://www.opengis.net/gmlcov/1.0).Methods in net.opengis.gmlcov.x10 that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageTypeAbstractCoverageDocument. addNewAbstractCoverage()Appends and returns a new empty "AbstractCoverage" elementAbstractCoverageTypeAbstractCoverageDocument. getAbstractCoverage()Gets the "AbstractCoverage" elementstatic AbstractCoverageTypeAbstractCoverageType.Factory. newInstance()static AbstractCoverageTypeAbstractCoverageType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(File file)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(InputStream is)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(Reader r)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(String xmlAsString)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(URL u)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(XMLStreamReader sr)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractCoverageTypeAbstractCoverageType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractCoverageTypeAbstractCoverageType.Factory. parse(Node node)static AbstractCoverageTypeAbstractCoverageType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gmlcov.x10 with parameters of type AbstractCoverageType Modifier and Type Method Description voidAbstractCoverageDocument. setAbstractCoverage(AbstractCoverageType abstractCoverage)Sets the "AbstractCoverage" element -
Uses of AbstractCoverageType in net.opengis.gmlcov.x10.impl
Classes in net.opengis.gmlcov.x10.impl that implement AbstractCoverageType Modifier and Type Class Description classAbstractContinuousCoverageTypeImplAn XML AbstractContinuousCoverageType(@http://www.opengis.net/gmlcov/1.0).classAbstractCoverageTypeImplAn XML AbstractCoverageType(@http://www.opengis.net/gmlcov/1.0).classAbstractDiscreteCoverageTypeImplAn XML AbstractDiscreteCoverageType(@http://www.opengis.net/gmlcov/1.0).Methods in net.opengis.gmlcov.x10.impl that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageTypeAbstractCoverageDocumentImpl. addNewAbstractCoverage()Appends and returns a new empty "AbstractCoverage" elementAbstractCoverageTypeAbstractCoverageDocumentImpl. getAbstractCoverage()Gets the "AbstractCoverage" elementMethods in net.opengis.gmlcov.x10.impl with parameters of type AbstractCoverageType Modifier and Type Method Description voidAbstractCoverageDocumentImpl. setAbstractCoverage(AbstractCoverageType abstractCoverage)Sets the "AbstractCoverage" element
-