Uses of Interface
net.opengis.gml.DerivedCRSRefType
-
Packages that use DerivedCRSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DerivedCRSRefType in net.opengis.gml
Methods in net.opengis.gml that return DerivedCRSRefType Modifier and Type Method Description DerivedCRSRefTypeDerivedCRSRefDocument. addNewDerivedCRSRef()Appends and returns a new empty "derivedCRSRef" elementDerivedCRSRefTypeDerivedCRSRefDocument. getDerivedCRSRef()Gets the "derivedCRSRef" elementstatic DerivedCRSRefTypeDerivedCRSRefType.Factory. newInstance()static DerivedCRSRefTypeDerivedCRSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(File file)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(InputStream is)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(Reader r)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(String xmlAsString)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(URL u)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(XMLStreamReader sr)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(Node node)static DerivedCRSRefTypeDerivedCRSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type DerivedCRSRefType Modifier and Type Method Description voidDerivedCRSRefDocument. setDerivedCRSRef(DerivedCRSRefType derivedCRSRef)Sets the "derivedCRSRef" element -
Uses of DerivedCRSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DerivedCRSRefType Modifier and Type Class Description classDerivedCRSRefTypeImplAn XML DerivedCRSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return DerivedCRSRefType Modifier and Type Method Description DerivedCRSRefTypeDerivedCRSRefDocumentImpl. addNewDerivedCRSRef()Appends and returns a new empty "derivedCRSRef" elementDerivedCRSRefTypeDerivedCRSRefDocumentImpl. getDerivedCRSRef()Gets the "derivedCRSRef" elementMethods in net.opengis.gml.impl with parameters of type DerivedCRSRefType Modifier and Type Method Description voidDerivedCRSRefDocumentImpl. setDerivedCRSRef(DerivedCRSRefType derivedCRSRef)Sets the "derivedCRSRef" element
-