Uses of Interface
net.opengis.gml.x32.DerivedCRSType
-
Packages that use DerivedCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DerivedCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DerivedCRSType Modifier and Type Method Description DerivedCRSTypeDerivedCRSDocument. addNewDerivedCRS()Appends and returns a new empty "DerivedCRS" elementDerivedCRSTypeDerivedCRSPropertyType. addNewDerivedCRS()Appends and returns a new empty "DerivedCRS" elementDerivedCRSTypeDerivedCRSDocument. getDerivedCRS()Gets the "DerivedCRS" elementDerivedCRSTypeDerivedCRSPropertyType. getDerivedCRS()Gets the "DerivedCRS" elementstatic DerivedCRSTypeDerivedCRSType.Factory. newInstance()static DerivedCRSTypeDerivedCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(File file)static DerivedCRSTypeDerivedCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(InputStream is)static DerivedCRSTypeDerivedCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(Reader r)static DerivedCRSTypeDerivedCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(String xmlAsString)static DerivedCRSTypeDerivedCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(URL u)static DerivedCRSTypeDerivedCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(XMLStreamReader sr)static DerivedCRSTypeDerivedCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DerivedCRSTypeDerivedCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DerivedCRSTypeDerivedCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DerivedCRSTypeDerivedCRSType.Factory. parse(Node node)static DerivedCRSTypeDerivedCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DerivedCRSType Modifier and Type Method Description voidDerivedCRSDocument. setDerivedCRS(DerivedCRSType derivedCRS)Sets the "DerivedCRS" elementvoidDerivedCRSPropertyType. setDerivedCRS(DerivedCRSType derivedCRS)Sets the "DerivedCRS" element -
Uses of DerivedCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DerivedCRSType Modifier and Type Class Description classDerivedCRSTypeImplAn XML DerivedCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DerivedCRSType Modifier and Type Method Description DerivedCRSTypeDerivedCRSDocumentImpl. addNewDerivedCRS()Appends and returns a new empty "DerivedCRS" elementDerivedCRSTypeDerivedCRSPropertyTypeImpl. addNewDerivedCRS()Appends and returns a new empty "DerivedCRS" elementDerivedCRSTypeDerivedCRSDocumentImpl. getDerivedCRS()Gets the "DerivedCRS" elementDerivedCRSTypeDerivedCRSPropertyTypeImpl. getDerivedCRS()Gets the "DerivedCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type DerivedCRSType Modifier and Type Method Description voidDerivedCRSDocumentImpl. setDerivedCRS(DerivedCRSType derivedCRS)Sets the "DerivedCRS" elementvoidDerivedCRSPropertyTypeImpl. setDerivedCRS(DerivedCRSType derivedCRS)Sets the "DerivedCRS" element
-